Skip to content

Commit dfbf98a

Browse files
Fix en dash encoding in dates fields and standardize date format
1 parent 012100b commit dfbf98a

1 file changed

Lines changed: 54 additions & 2 deletions

File tree

data/experiences.json

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@
106106
"id": "363bf2ac-eab2-43ba-8c01-28f834a53799",
107107
"employer": "BPM Software Solutions",
108108
"role": "Principle Consultant",
109-
"dates": "2017 – 2021",
109+
"dates": "2017 – 2021",
110+
"start_month": "January",
111+
"start_year": 2017,
112+
"end_month": "December",
113+
"end_year": 2021,
110114
"location": "West Bloomfield, MI",
111115
"bullets": [
112116
"Designed and implemented distributed financial reporting and automation systems using Python, AWS, and SQL, integrating multiple ERP data sources into unified dashboards.",
@@ -199,6 +203,10 @@
199203
"employer": "BPM Software Solutions",
200204
"role": "Principle Consultant",
201205
"dates": "Aug 2017 - Nov 2021",
206+
"start_month": "August",
207+
"start_year": 2017,
208+
"end_month": "November",
209+
"end_year": 2021,
202210
"location": "West Bloomfield, MI",
203211
"bullets": [
204212
"Architected Python and C++ modules for automation pipelines integrating with hardware-triggered sensors and real-time data streams.",
@@ -257,6 +265,10 @@
257265
"employer": "Edward Jones",
258266
"role": "Senior Application Architect / Platform Team Delivery Lead",
259267
"dates": "2022–2024",
268+
"start_month": "January",
269+
"start_year": 2022,
270+
"end_month": "December",
271+
"end_year": 2024,
260272
"location": "St. Louis, MO",
261273
"bullets": [
262274
"Led modernization of Edward Jones’ enterprise *Online Access* platform, **transitioning from legacy monoliths to microservices and micro-frontends** using **Java, Python, and AWS**.",
@@ -288,6 +300,10 @@
288300
"employer": "BPM Software Solutions",
289301
"role": "Senior Software Architect / Engineering Lead",
290302
"dates": "2017–2021",
303+
"start_month": "January",
304+
"start_year": 2017,
305+
"end_month": "December",
306+
"end_year": 2021,
291307
"location": "West Bloomfield, MI",
292308
"bullets": [
293309
"Spearheaded **cloud-first modernization initiatives** for financial and healthcare clients, transitioning legacy ERP and reporting systems to **Azure and AWS** platforms.",
@@ -318,6 +334,10 @@
318334
"employer": "Interactive Business Solutions",
319335
"role": "Senior Software Engineering Consultant",
320336
"dates": "2016–2017",
337+
"start_month": "January",
338+
"start_year": 2016,
339+
"end_month": "December",
340+
"end_year": 2017,
321341
"location": "Troy, MI",
322342
"bullets": [
323343
"Directed technical design and delivery for enterprise integration projects linking **CRM, LMS, and ERP platforms**, resulting in 300% improvement in processing efficiency.",
@@ -345,6 +365,10 @@
345365
"employer": "Soave Enterprises",
346366
"role": "Technology Manager / Software Architect",
347367
"dates": "2015–2016",
368+
"start_month": "January",
369+
"start_year": 2015,
370+
"end_month": "December",
371+
"end_year": 2016,
348372
"location": "Detroit, MI",
349373
"bullets": [
350374
"Modernized enterprise infrastructure across 25 U.S. facilities, implementing **hybrid-cloud architecture on AWS EC2** to replace aging on-prem systems.",
@@ -373,7 +397,11 @@
373397
"employer": "John Deere Landscapes",
374398
"role": "Software Development Lead / Solution Architect",
375399
"dates": "2010–2015",
376-
"location": "Troy, MI",
400+
"start_month": "January",
401+
"start_year": 2010,
402+
"end_month": "December",
403+
"end_year": 2015,
404+
"location": "Troy, MI",
377405
"bullets": [
378406
"Led development and modernization of enterprise-scale ERP systems supporting over 400 retail sites in North America.",
379407
"Oversaw migration to **Microsoft Dynamics AX**, integrating modular components for procurement, finance, and logistics.",
@@ -401,6 +429,10 @@
401429
"employer": "Snap-On Technologies",
402430
"role": "Senior Software Engineer",
403431
"dates": "2000 – 2006",
432+
"start_month": "January",
433+
"start_year": 2000,
434+
"end_month": "December",
435+
"end_year": 2006,
404436
"location": "Troy, MI",
405437
"bullets": [
406438
"Invented a data-driven orchestration framework for ECM communication on vehicle networks, enabling adaptive protocol handling across J1850-VPW, PWM, J1939, CAN/GM LAN, and ISO standards.",
@@ -430,6 +462,10 @@
430462
"employer": "Compuware",
431463
"role": "Senior Software Developer",
432464
"dates": "2006 – 2010",
465+
"start_month": "January",
466+
"start_year": 2006,
467+
"end_month": "December",
468+
"end_year": 2010,
433469
"location": "Detroit, MI",
434470
"bullets": [
435471
"Developed enterprise QA automation and load-testing frameworks (QALoad, QADirector) for large-scale clients including Ford, GM, Blue Cross Blue Shield, and EDS, improving reliability and scalability of distributed systems.",
@@ -457,6 +493,10 @@
457493
"employer": "CGI – Daugherty / Edward Jones",
458494
"role": "Principal Consultant / Platform Team Delivery Lead – Digital Client Experience",
459495
"dates": "2021–2024",
496+
"start_month": "January",
497+
"start_year": 2021,
498+
"end_month": "December",
499+
"end_year": 2024,
460500
"location": "St. Louis, MO",
461501
"bullets": [
462502
"Led modernization of the Online Access platform, transitioning from monolithic architecture to cloud-native microservices and micro-frontends using Java, Spring Boot, and Angular.",
@@ -486,6 +526,10 @@
486526
"employer": "Daugherty – Cox Communications",
487527
"role": "Platform Architect – Cloud Infrastructure & Automation",
488528
"dates": "2021–2024",
529+
"start_month": "January",
530+
"start_year": 2021,
531+
"end_month": "December",
532+
"end_year": 2024,
489533
"location": "St. Louis, MO",
490534
"bullets": [
491535
"Architected and deployed CI/CD pipelines in GitHub Actions for API Gateway and AWS Lambda microservices using Terraform-based IaC modules.",
@@ -512,6 +556,10 @@
512556
"employer": "Nexiq Technologies (formerly MPSI)",
513557
"role": "Junior Software Developer – Vehicle Communications & Diagnostics",
514558
"dates": "1999 – 2002",
559+
"start_month": "January",
560+
"start_year": 1999,
561+
"end_month": "December",
562+
"end_year": 2002,
515563
"location": "Troy, MI",
516564
"bullets": [
517565
"Contributed to the development of embedded diagnostic software and communication utilities for heavy-duty and automotive OEMs including GM, Freightliner, and Detroit Diesel, forming the basis of what became Nexiq's flagship USB Link diagnostic interface.",
@@ -549,6 +597,10 @@
549597
"employer": "ParTech, Inc.",
550598
"role": "Software Engineer – Vehicle Diagnostics & Embedded Systems",
551599
"dates": "2002 – 2005",
600+
"start_month": "January",
601+
"start_year": 2002,
602+
"end_month": "December",
603+
"end_year": 2005,
552604
"location": "Troy, MI",
553605
"bullets": [
554606
"Developed next-generation diagnostic tools for OEM clients including Harley-Davidson, Isuzu, and Penske, enabling technicians to analyze, calibrate, and service vehicles through dynamic data interfaces.",

0 commit comments

Comments
 (0)