summaryrefslogtreecommitdiff
path: root/experience/index.html
blob: 7185ada4b1cef541e6f62ad2b4975dd854d00ed3 (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
<!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="shortcut icon" href="../favicon.ico" type="image/x-icon">
		<link rel="icon" href="../favicon.ico" type="image/x-icon">

		<link rel="stylesheet" href="../style.css">
	</head>
		<body>
		<h1>See <a href="../">the homepage</a> for experience you can play with.</h1>
		<h3>Previous internships:</h3>
		<ul>
			<li><h4>NSK Americas</h4><br>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.</li>
		</ul>
		<br>
		<h3>Schooling:</h3>
		<ul>
			<li><h4>College (Michigan State University)</h4></li>
			<ul>
				<li>Working twords either Physics or Computer Science</li>
				<li style="color:crimson;">[Spring 2022] PHY 321 - Classical Mechanics I</li>
				<li style="color:crimson;">[Spring 2022] MTH 235 - Differential Equations</li>
				<li style="color:crimson;">[Spring 2022] CSE 331 - Algorithms and Data Structures</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, 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>