blob: 3c184cf7e7ca1e085e95ef6ac4b826e4bcf1820d (
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
|
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<span>See <a href="../">the homepage</a> for experience you can play with.</span>
<h3>Previous internships:</h3>
<ul>
<li>NSK Americas<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>CSE 232 - Intro to Programming II</li>
<li>AP Java (High School)</li>
</ul>
<br>
<h3>Programming Languages:</h3>
<ul>
<li>Java</li>
<li>C#</li>
<li>golang</li>
<li>Web langs (JS, HTML, CSS)</li>
<li>C++</li>
</ul>
</body>
</html>
|