+
Cameron Cordes
Android | iOS | Web
Building things since 2015.
-
-
- Mobile Developer
-
-
-
-

-
-
+
+
+
+
+ 2012-2015
+
+
+ Computer Science. Baldwin Wallace University
+ Bachelors of Science in Computer Science with a Minor in Mathematics
+
+
+
+
+
+ 2018-Present
+
+
+
IT Apps Programmer Senior. Progressive Insurance, Mayfield Heights, OH.
+
+ - Worked on the Progressive Android and iOS mobile applications
+ - Wrote testable code using SOLID principles that served hundreds of thousands of users
+
+
+
+
+
+ 2017-2018
+ 2016-2017
+
+
+
Developer II. Hyland Software, Westlake, OH.
+
Developer I. Hyland Software, Westlake, OH.
+
+ - Developed a camera interface and photo viewer using Android Camera API for a consistent
+ method of capturing photos and reviewing them
+ - Created an image downloading module with in–memory caching
+ - Started an initiative to use the Model-View-Presenter pattern to enable more testable code
+
+
+
+
+
+ May-Aug 2015
+
+
+
IT Intern. Parker Hannifin, Elyria, OH.
+
+ - Developed internal .NET Web applications using a SQL Server database
+ - Created and Excel macro converter for a mainframe terminal emulator
+
+
+
+
+
+ Jan-May 2015
+
+
+
Mobile Application Developer. OEConnection, Richfield, OH.
+
+ - Developed prototype Android mobile application
+ - Worked with a small team using RESTful APIs to process the data
+
+
+
+
+
+
+
+ - CorpsTime Mobile App – Mobile application, web scrapers, and REST API to view Drum
+ Corps scores, schedule and news. Android/Java; C# and JavaScript
+ - Hues Mobile App – Mobile application using the Phillips Hue API to control Hue light bulbs
+ color and brightness. Android/Kotlin
+ - Torque OBDII Log Graphing Tool – Parses a .csv file of data from a vehicle’s sensors and
+ graphs them over time. Python
+
+
+
+
+
+
+
+ - Music
+ - Movies
+ - Motorcycles
+ - Programming
+ - Travel
+
+
+
-
-
-
-
-
-
-
- - Education
- -
-
Baldwin Wallace University
- Major: Computer Science
- Minor: Math
-
-
-
-
- - Skills
- -
-
Computer skills
- Windows, Linux, OSX, Android Studio, Visual Studio, XCode, Git, TFS, Microsoft productivity software (Word, Excel, etc).
-
-
-
-
- - Experience
- -
-
Progressive Insurance Mobile Developer Jan 2018 - Present
-
- - Used the Model-View-ViewModel pattern to create easily testable screens
- - Collaborated with a large team to rapidly introduce new features
- - Presented presentations demonstrating best practices using Git and Reactive Extensions
-
-
- Hyland Software Developer II - Westlake, OH - 2016 - 2018
-
- - Developed a camera interface and photo viewer using Android Camera API for a consistent method of capturing photos and reviewing them
- - Wrote an image downloading module with in memory caching
- - Started an initiative to use the Model View Presenter pattern to enable more testable code
-
-
-
-
-
- - Hobbies
- - Music, Movies, Motorcycles, Homebrewing, Travel
-
-
-
- - References
- - Available on request
-
-
-
-
-
-
diff --git a/src/styles.css b/src/styles.css
index b512782..c72c62b 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -25,6 +25,10 @@ html, body {
color: var(--nord4);
}
+.light-bg {
+ background-color: var(--nord6);
+}
+
.tc-1 {
color: var(--nord7)!important;
}