summaryrefslogtreecommitdiff
path: root/experience/index.html
blob: a1f4e0535ec369b7f3020d957c3acc5c94e8d14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
	<head>
		<meta name="viewport" content="width=device-width,initial-scale=1">
		<meta charset="utf-8">

		<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet"> 

		<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
		<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
		<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
		<link rel="manifest" href="/site.webmanifest">

		<link rel="stylesheet" href="/styles/style.css">
		<link rel="stylesheet" id="theme"/>

		<script defer="true" src="/scripts/cookie.js"></script>
		<script defer="true" src="/scripts/theme.js"></script>

		<title>CircleShift - Experience</title>
	</head>
		<body>
		<h1>See <a href="../">the homepage</a> for experience you can play with.</h1>
		<h3>Previous internships:</h3>
		<ul>
			<li>
				<h4>Logic Solutions</h4>
				<br>
				<span>Febuary 2023 - August 2023</span>
				<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).
				Developed a converter from HTML to MS Word DOCX using Apache POI.
				Assisted with some components in an upgrade from AngularJS to Angular 9.</p>
			</li>
			<li>
				<h4>NSK Americas</h4>
				<br>
				<span>April 2020 - August 2020</span>
				<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>
		<h3>Schooling:</h3>
		<ul>
			<li><h4>College (Michigan State University)</h4></li>
			<ul>
				<li>Working toward Computer Science (B.S.)</li>
				<li>CSE 431 - Algorithm Engineering</li>
				<li>CSE 410 - Operating Systems</li>
				<li>MTH 310 - Abstract Algebra 1 and Number Theory</li>
				<li>CSE 335 - Object Oriented Software</li>
				<br/>
				<li>CSE 331 - Algorithms and Data Structures (3.5)</li>
				<li>CSE 325 - Computer Systems (3.5)</li>
				<li>MTH 235 - Differential Equations (3.5)</li>
				<br/>
				<li>CSE 320 - Computer Organization and Architecture</li>
				<li>PHY 215 - Thermodynamics and Modern Physics (4.0)</li>
				<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>
		<h3>Programming languages I have used:</h3>
		<ul>
			<li>Java</li>
			<li>C#</li>
			<li>golang</li>
			<li>Web langs (JS, TS, HTML, CSS)</li>
			<li>C++</li>
		</ul>
		<span class="end">Site made with &lt;3 by <a href="https://github.com/CircleShift/">Kyle Gunger</a></span>
	</body>
</html>