diff --git a/src/journal/30 Days of JetBrains: My Vim Cleanse.md b/src/journal/30 Days of JetBrains: My Vim Cleanse.md index 86827a4..98bf247 100644 --- a/src/journal/30 Days of JetBrains: My Vim Cleanse.md +++ b/src/journal/30 Days of JetBrains: My Vim Cleanse.md @@ -292,4 +292,4 @@ getting work done with "blazing speed," but I now understand that sometimes a fu I hope that reading this will shed some light on some of the bias many programmers develop over time. Maybe even inspire you to try something new, even if its only for a month, or even a week! You might love it! Or at the very worst, you might -learn something. \ No newline at end of file +learn something. diff --git a/static/work/data.json b/static/work/data.json index 58a4476..d626193 100644 --- a/static/work/data.json +++ b/static/work/data.json @@ -1,4 +1,10 @@ [ + { + "company": "Embry-Riddle Aeronautical University", + "position": "Teaching Assistant", + "description": "I was requested to serve as a Teaching Assistant for EGR 115, Introduction to Computing for Engineers. EGR 115 is a class that focuses on the basics of programming using Python and MATLAB.", + "timeframe": "August 2025 - Present" + }, { "company": "Poppin' Jobs", "position": "Junior Backend Engineer", @@ -15,7 +21,7 @@ "company": "Data Annotation Tech", "position": "Contractor - AI Model Trainer", "description": "Training AI models by answering questions and solving programming problems.", - "timeframe": "January 2025 - Present" + "timeframe": "January 2025 - April 2025" }, { "company": "Backcountry Horsemen of California", @@ -29,4 +35,4 @@ "description": "Developed an HTTP back end serving video content to a mobile application. Managed and deployed a live demo application. Created architecture for secure client/server communication.", "timeframe": "January 2024 - February 2024" } -] \ No newline at end of file +]