1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

updated resume

This commit is contained in:
2016-01-10 23:18:04 -06:00
parent 1ed9be8a7c
commit 9efbbb4228
8 changed files with 130 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ html {
}
body {
font-family: 'Raleway', sans-serif;
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
a {
@@ -14,6 +14,10 @@ a {
text-align: center;
}
.resume{
font-size: 12pt;
font-weight: 400;
}
.header {
height: 400px;
background: url("../images/headerBackground.jpg") center no-repeat;

BIN
public/images/sensors.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@@ -8,6 +8,15 @@
<hr>
<p><span class="colorRed">Update:</span> I have updated some information regarding this project. Refer to these other posts.
</p>
<a href="/?post=12-29-15.html">ESP8266 temperature sensor updates and difficulties</a>
<br>
<a href="/?post=1-1-2016.html">Temperatue Sensor - Server Side</a>
<br>
<br>
<p>For this project you will need an ESP8266 and a DHT temperature sensor. For prototyping purposes I prefer to use the <a href="http://www.banggood.com/NodeMcu-Lua-ESP-12E-WIFI-Development-Board-p-985891.html">NodeMCU module</a>. There are a variety of temperature sensors that you could use, but I prefer the DHT11 because it is easy to use and it is cheap! I ordered a 5 pack of them from <a href="http://www.banggood.com/5Pcs-KY-015-DHT11-Temperature-Humidity-Sensor-Module-For-Arduino-p-983263.html">Banggood</a>. The source code for this project can be found on <a href="https://github.com/mgerb42/esp8266-HTTPTempSensor">Github</a>.
</p>

View File

@@ -1,21 +1,78 @@
<h2>Mitchell Gerber</h2>
<div class="resume">
<h2>Mitchell Gerber</h2>
<p>Hello, my name is Mitchell and I am persuing a career in software development. I have a passion for learning new technologies and I'm always striving to find a way to make something better.
</p>
<p>Hello, my name is Mitchell and I am pursuing a career in software development. I have a passion for creating things and learning new technologies.
</p>
<p>I always find enjoyment in building things, whether it's computers, drones, or software. I started programming upon enrolling in college and I have been hooked ever since. Programming has become a hobby of mine and it has opened up many oppurtunities.
</p>
<p>I always find enjoyment in building things, whether it's computers, drones, or software. I started programming upon entering in college and I have been hooked ever since. Programming has become a hobby of mine and it has opened up many oppurtunities.
</p>
<p>My primary strengths include back end development and working with MySQL databases. I also have experience with NoSQL databases and front end development. I helped develop a web application for Digi International that is used to debug embedded devices for testing purposes. I worked with Java/JSP, which ran on a Jetty web server and used an H2 embedded database.
</p>
<p>My primary strengths include back end development and working with MySQL databases. I've also worked with MongoDB as well as development on the client side. I helped develop a web application for Digi International that is used to debug embedded devices for testing purposes. I worked with Java/JSP, which ran on a Jetty web server and used an H2 SQL database.
</p>
<p>Software development doesn't stop when I leave work. I often lose track of time working on personal projects in my free time. I'm currently developing this personal website to learn Node.js and familiarize myself with newer web development technologies.
</p>
<p>My interest in developing things follows me home after work hours. I often lose track of time working on personal projects. I'm currently working on this personal website to learn Node.js and familiarize myself with newer web development technologies. In my free time I enjoy building and flying radio controlled unmanned aerial systems. I've also recently gained an interest in programming microcontrollers.
</p>
<h2>Technical Skills</h2>
<div class="row text-center">
<div class="col-lg-6">
<a href="/?post=12-18-2015.html" target="_blank"><img class="img-responsive" src="/images/sensors.png" alt="Sensor Project"></a>
<a href="/?post=12-18-2015.html" target="_blank">Sensor Project with ESP8266</a>
</div>
<div class="col-lg-6 text-center">
<iframe width="300" height="200" src="https://www.youtube.com/embed/9re_9DdNV6Y" frameborder="0" allowfullscreen></iframe>
<br>
UAS Footage from one of my drone projects
</div>
</div>
<h2>Personal Background</h2>
<h2>Technical Skills</h2>
<h2>Work Experience</h2>
<p>I started with Java and have been working with it since the end of 2012. I consider myself experienced in Java as I have used it for numerous projects throughout college as well as at my job as a Software Tester/Developer. I found my interest in web development in late 2014. Since then I've become familiar with different back end languages including Node.js, PHP, and Java. I've also worked with MongoDB as well as relational databases such as MySQL.
</p>
<h2>Contacts</h2>
<p>Beginning of Summer 2015 I started venturing into the category of microcontrollers. I've become familiar with programming the Arduino as well as a microcontroller called the ESP8266. Throughout this process I've gained knowledge of working with C.
</p>
<p>As of late 2014 I've been using Linux as my primary operating system for software development, which has allowed me to become more familiar with Unix systems. I've also worked with Ubuntu server, which is used to host this website.
</p>
<h2>Work Experience</h2>
<ul>
<li>
<span class="colorRed">2014-Present</span> Software Developer/Tester - Digi International through Winona State - Winona, MN
<br>
<blockquote>
Worked on projects including Java, Javascript, and SQL. Also worked on manual system tests.
</blockquote>
</li>
<li>
<span class="colorRed">2011-2014</span> Technical Assistant - South Central Education Consortium - Grand Meadow, MN
<blockquote>
Worked on imaging machines and set up computer labs.
</blockquote>
</li>
<li>
<span class="colorRed">2008-2014</span> Cook/Concession Stand - Deer Creek Speedway - Spring Valley, MN
</li>
</ul>
<h2>Education</h2>
<ul>
<li><span class="colorRed">2012-2016</span> Winona State University - Bachelor of Science in Computer Science - Winona, MN
<br>
Major GPA: 3.68</li>
</ul>
<h2>Contacts</h2>
<ul>
<li><a href="mailto:mgerb42@gmail.com">mgerb42@gmail.com</a></li>
<li><a href="https://github.com/mgerb42" target="_blank">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/mitchell-gerber-125391b3" target="_blank">LinkedIn</a></li>
</ul>
</div>