-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterests.html
More file actions
99 lines (92 loc) · 4.09 KB
/
interests.html
File metadata and controls
99 lines (92 loc) · 4.09 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<title> Vitalii Stadnyk </title>
<link rel='stylesheet' href='css/main.css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78431210-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header>
<ul id = "menu">
<li id="chosen_main"><a class="main-menu" href="index.html">Vitalii Stadnyk</a></li>
<li><a class="main-menu" href="index.html">About</a></li>
<li><a class="main-menu" href="education.html">Education</a></li>
<li id="chosen"><a class="main-menu" href="interests.html">Experience</a></li>
<li><a class="main-menu" href="tennis.html">Tennis</a></li>
</ul>
</header>
<div id="wrap">
<div id="experience">
<h1>Working Experience</h1>
<h4>
System Administration Applied Group at Earlham College (January 2015 - Present)
</h4>
<p>
I believe that this job is a perfect fit for me during my college career as it lets me take something I am taught in classroom and apply this knowledge in solving real world problems. My main task is to manage cluster computers by installing and cofiguring various solftware as well as managing hardware in the machine room. I gained knowledge about installing and configuring various software such as LDAP, GCC, DNS/DHCP, specific packages etc. I was directly involved in setting up two different monitoring systems: Nagios and Shinken.
</p>
<h4>Student Researcher at Earlham College (September 2016 – Present) </h4>
<p>Working with Dr. Charles Peck of Earlham College on testing and improving LittleFe. LittleFe is an
inexpensive cluster computer, which can be used for teaching parallel and distributed computing in
universities and colleges that face limited resources. I help Dr. Charles Peck, who is also a co-founder and
leader of LittleFe project, to test brand new LittleFe’s and to improve new BCCD releases that is a unique
Linux-based operating system which has been specifically designed and created for LittleFe.
</p>
<h1>Courses Taken</h1>
<div id="classes">
<div id="cs">
<h4 class="font">Computer Science</h4>
<ul>
<li><b>MATH180:</b> Calculus A</li>
<li><b>MATH190:</b> Discrete Mathematics</li>
<li><b>CS195:</b> Math Toolkit</li>
<li><b>CS128:</b> Programming and Problem Solving (C++)</li>
<li><b>CS256:</b> Advanced Programming (C++)</li>
<li><b>CS310:</b> Algorithms and Data Structures </li>
<li><b>CS320:</b> Prin of Computer Organization</li>
<li><b>CS360:</b> Parallel and Distributed Computing</li>
<li><b>CS380:</b> Theory of Computation</li>
<li><b>CS383:</b> Bioinformatics</li>
<li><b>CS410:</b> Networks & Networking</li>
</ul>
</div>
<div id="econ">
<h4 class="font">Economics</h4>
<ul>
<li><b>ECON100:</b> Intro to Economics</li>
<li><b>ECON204:</b> Statistics for Economics</li>
<li><b>ECON205:</b> Mathematical Foundations for Economics</li>
<li><b>ECON301:</b> Intermediate Macroeconomics</li>
<li><b>ECON303:</b> Intermediate Microeconomics</li>
<li><b>ECON310:</b> History of Economic Thought</li>
<li><b>ECON330:</b> Money and Capital Markets</li>
<li><b>ECON345:</b> Urban Political Economy</li>
<br><br><br>
</ul>
</div>
</div>
</div>
</div>
<footer>
<p>Should you like to contact me </p>
<ul id = "contact">
<li><a href="mailto:vstadn14@earlham.edu"> E-mail </a></li>
<li><a href="tel:7652770713"> Phone: 765-277-0713 </a></li>
<li><a href="https://github.com/vstadn">GitHub</a></li>
</ul>
<p> 801 National West Road </p>
<p>Richmond, IN</p>
<p>47374</p>
<p id="copyright">
<span>© <script type="text/javascript">document.write(new Date().getFullYear());</script></span>
Vitalii Stadnyk
</p>
</footer>
</body>
</html>