diff options
author | CircleShift <kgunger12@gmail.com> | 2025-05-18 01:43:56 -0400 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-05-18 01:43:56 -0400 |
commit | 93437faab0fea9591de94df07363b5950634ac81 (patch) | |
tree | 8ed9d91c3bd6c037add28a1d55d142b876d072cb /experience | |
parent | 0ea86e804ef90d143c32488bf1d455aa03d31926 (diff) |
Diffstat (limited to 'experience')
-rw-r--r-- | experience/index.html | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/experience/index.html b/experience/index.html index 10d2c97..a44ab15 100644 --- a/experience/index.html +++ b/experience/index.html @@ -21,13 +21,23 @@ </head> <body> <h1>See <a href="../">the homepage</a> for experience you can play with.</h1> + <h3>Jobs</h3> + <ul> + <li> + <h4>Logic Solutions</h4> + <br/> + <span>June 2025 - Current</span> + <br/> + <p>Upcoming work</p> + </li> + </ul> <h3>Previous internships:</h3> <ul> <li> <h4>Logic Solutions</h4> - <br> + <br/> <span>Febuary 2023 - August 2023</span> - <br> + <br/> <p>Worked on features and bugfixes for a JSP/Struts2 web application, spearheaded updating the build system from ANT to Maven. Helped implement features and bugfixes for an AngularJS web application, as well as the backend which was written in Java/Spring Boot. Lead development of a document generation utility (originaly part of the AngularJS web application). @@ -36,25 +46,25 @@ </li> <li> <h4>NSK Americas</h4> - <br> + <br/> <span>April 2020 - August 2020</span> - <br> + <br/> <p>Worked on desktop applications in C# as well as command line utilities. Frontend, backend, SQL management. Learned and used box.net and other such APIs.</p> </li> </ul> - <br> + <br/> <h3>Schooling:</h3> <ul> <li><h4>College (Michigan State University)</h4></li> <ul> - <li>Working toward Computer Science (B.S.)</li> - <li>GPA 3.36</li> + <li>Computer Science (B.S.)</li> + <li>GPA 3.35</li> <br/> - <li>CSE 498 - Capstone (Advanced C++) (Ongoing)</li> - <li>CSE 422 - Computer networking (Ongoing)</li> - <li>MTH 411 - Abstract Algebra II (Ongoing)</li> - <li>MTH 320 - Real Analysis I (Ongoing)</li> + <li>CSE 498 - Capstone (Advanced C++) (4.0)</li> + <li>CSE 422 - Computer networking (3.0)</li> + <li>MTH 411 - Abstract Algebra II (3.5)</li> + <li>MTH 320 - Real Analysis I (3.5)</li> <br/> <li>CSE 471 - Multimedia Applications (3.5)</li> <li>CSE 450 - Translation of Programming Languages (Compilers) (4.0)</li> @@ -74,12 +84,8 @@ <li>CSE 260 - Discrete Mathematics for Computer Science (4.0)</li> <li>CSE 232 - Intro to Programming II (3.0)</li> </ul> - <li><h4>High School</h4></li> - <ul> - <li>AP Java</li> - </ul> </ul> - <br> + <br/> <h3>Programming languages I have used:</h3> <ul> <li>Java</li> |