diff options
Diffstat (limited to 'resume.html')
-rwxr-xr-x | resume.html | 44 |
1 files changed, 27 insertions, 17 deletions
diff --git a/resume.html b/resume.html index f323a9c..b075a6e 100755 --- a/resume.html +++ b/resume.html @@ -34,25 +34,26 @@ <h3>Software Engineer</h3> <div> - <span><b>TEL:</b> +1-201-400-2699</span> - <span><b>EMAIL:</b> mkosare1@gmail.com</span> + <span><b>📞</b> +1-201-400-2699</span> + <span><b>📧</b> mkosare1@gmail.com</span> </div> </header> - <div> + <section class='resume_section'> <h2>Skills</h2> - <p> + <div> <div class="skill-section"> - <b>Languages & Tech</b><div>C/C++, OpenGL, C#, ASP.NET, TypeScript/JavaScript, ReactJS, ThreeJS, HTML/CSS, SQL, Java</div> + <b>Programming Languages & Tech</b><div>C/C++, C#, TypeScript/JavaScript, HTML & CSS, Java, OpenGL, ASP.NET, ReactJS, WebGL, SQL</div> </div> <div class="skill-section"> - <b>Tools</b><div>Git, Visual Studio Professional, Unity, Sourcetree, npm, Webpack, TeamCity, NuGet, AWS</div> + <b>Tools</b><div>Git, Visual Studio Professional, Unity, npm, Webpack, TeamCity, NuGet, AWS</div> </div> - </p> - </div> - <div> + </div> + </section> + + <section class='resume_section'> <h2>Experience</h2> - <p> + <div> <div class="experience-item"> <div class="experience-header"> <div> @@ -65,11 +66,20 @@ </div> </div> <ul> + <li> + Led the MachineApps team in the development of a robust infrastructure for industrial software applications + </li> + <li> + Developed and shipped a number of time-sensitive client projects + </li> + <li> + Interacted extensively with other teams to align on specific business goals and meet client deadlines + </li> <li> - Implemented new features and fixed bugs as a member of the MachineLogic Team, which is tasked with creating a visual programming language for our hardware stack. + Implemented new features and fixed bugs in both the engine and frontend of a code-free programming language </li> <li> - Designed and developed a CNC application for our hardware that accepts G-Code files as input and provides a realtime rendering of the path as the machine follows it. + Developed a CNC application that accepts G-Code files as input and provides a realtime rendering of the path during execution </li> </ul> </div> @@ -86,7 +96,7 @@ </div> <ul> <li> - Developed and maintained the data pipeline - from data entry, to data validation, to data publishing - for <i>Arcane Shodown</i>. + Developed and maintained the data pipeline - from data entry, to data validation, to data publishing - for <i>Arcane Showdown</i> </li> <li> Designed, built, and maintained a live operations scheduling and publishing web application for <i>DomiNations</i> @@ -161,9 +171,9 @@ </div> </p> </div> - <div> + <section class='resume_section'> <h2>Education</h2> - <p> + <div> <div class="experience-item"> <div class="experience-header"> <div> @@ -186,8 +196,8 @@ </li> </ul> </div> - </p> - </div> + </div> + </section> </body> <script src='/resume.js'></script> |