summary refs log tree commit diff
path: root/resume.json
diff options
context:
space:
mode:
Diffstat (limited to 'resume.json')
-rw-r--r--resume.json172
1 files changed, 172 insertions, 0 deletions
diff --git a/resume.json b/resume.json
new file mode 100644
index 0000000..a1027c8
--- /dev/null
+++ b/resume.json
@@ -0,0 +1,172 @@
+{
+  "basics": {
+    "label": "Programmer",
+    "email": "zachdecook@librem.one",
+    "phone": "",
+    "website": "https://zachdecook.com",
+    "name": "Zach DeCook",
+    "summary": "",
+    "picture": "/iszachsingle/5.png",
+    "profiles": [
+      {
+        "network": "GitHub",
+        "username": "earboxer",
+        "url": "https://github.com/earboxer"
+      },
+      {
+        "network": "Thingiverse",
+        "username": "earboxer",
+        "url": "https://www.thingiverse.com/earboxer/designs"
+      },
+      {
+        "network": "sourcehut",
+        "username": "earboxer",
+        "url": "https://git.sr.ht/~earboxer"
+      }
+    ]
+  },
+  "work": [
+    {
+      "company": "Better Car People",
+      "website": "https://bcp.us",
+      "position": "Software Engineer / Database Design Owner",
+      "startDate": "2022",
+      "endDate": "",
+      "summary": "Debug and refactor older PHP code base, integrating with Laravel and modern libraries. Provide useful code review feedback to enrich coworkers and ensure quality code. Advise and ensure functional database design under PostgresSQL and MySQL. Maintain python chat bot annually facilitating millions of SMS messages with customers on behalf of hundreds of car dealers.",
+      "highlights": [
+      	"Upgraded rules-based conversation engine to speak and understand Spanish.",
+      	"Launched LLM-based SMS-agent to improve experience of booking an appointment."
+      ]
+    },
+    {
+      "company": "Christian Classics Ethereal Library",
+      "website": "https://ccel.org",
+      "position": "Web Programmer",
+      "startDate": "2016-02",
+      "endDate": "2021-09",
+      "summary": "Debug and refactor old code base and write efficient queries for large database. Improve internal search index. Manage and develop code for Drupal, Wordpress, and Laravel-based websites. Provide useful and informative feedback through code review. Recover and reconfigure servers. Contribute to external open-source projects.",
+      "highlights": [
+      	"Redesigned Hymnary.org to work on mobile devices without compromising functionality",
+      	"Created new omni-search page to show results of multiple types on one page",
+      	"Designed and implemented key features for My.Hymnary.org including 'FlexPresent', stanza-meter-music-matching, music notation 'fit on N pages' feature, etc."
+      ]
+    },
+    {
+      "company": "Bangla Ministries Worldwide",
+      "website": "https://banglaministries.org",
+      "position": "Technology Consultant",
+      "startDate": "2018-05",
+      "endDate": "",
+      "summary": "Advise web hosting options for Wordpress site. Update server and maintain wordpress website, including patching old plugins. Debug issues in CiviCRM. Prepare data for migration to external CRM.",
+      "highlights": ["Moved off of vendor's hosting to self hosting to save non-profit hundreds per month, and thousands in consulting fees."]
+    },
+    {
+      "company": "Shaping The Silence Music",
+      "website": "https://shapingthesilence.com",
+      "position": "Technical Director / Consultant",
+      "startDate": "2013-01",
+      "endDate": "",
+      "summary": "Program and debug microcontrollers in MIDI instruments. Develop, design, and maintain website. Maintain git repo, merging changes from collaborators. Write CI for automatically building firmware.",
+      "highlights": ["Convinced boss to add onboard speaker to the HexBoard MIDI Controller"]
+    }
+  ],
+  "education": [
+    {
+      "institution": "Calvin College",
+      "gpa": "3.29",
+      "courses": [],
+      "startDate": "September 2014",
+      "endDate": "May 2018",
+      "area": "Computer Science",
+      "studyType": "Bachelor's in Computer Science"
+    }
+  ],
+  "skills": [
+    {
+      "name": "Web Development",
+      "level": "Master",
+      "keywords": [
+        "HTML",
+        "CSS",
+        "Javascript",
+        "PHP",
+        "MySQL"
+      ]
+    },
+    {
+      "name": "Software Programming",
+      "level": "Master",
+      "keywords": [
+        "C++",
+        "C",
+        "Python",
+        "Go"
+      ]
+    },
+    {
+      "name": "Server/Service Management",
+      "level": "Master",
+      "keywords": [
+        "Ansible",
+        "Docker",
+        "Logical Volume Manager (LVM)",
+        "Hypervisor VM management (XCP-ng, XOA)",
+        "Cloud VPS management",
+        "Cloud DNS record management"
+      ]
+    },
+    {
+      "name": "Electronics Hardware",
+      "level": "Capable",
+      "keywords": [
+        "Interfacing components with microcontroller"
+      ]
+    }
+  ],
+  "awards": [
+    {
+      "title": "CCSC Midwest Programming Contest: 2nd Place",
+      "date": "September 2017",
+      "awarder": "Consortium for Computing Sciences in Colleges",
+      "summary": "For solving programming problems quickly. With partner Micah Ng."
+    }
+  ],
+ "certificates": [{
+   "name": "IBM Relational Database Administration",
+   "date": "2023",
+   "issuer": "edX IBM",
+   "url": ""
+ }],
+  "interests": [
+    {
+      "name": "3D Printing",
+      "keywords": [
+        "CAD Modeling with OpenSCAD"
+      ]
+    },
+    {
+      "name": "Music",
+      "keywords": [
+        "singing",
+        "piano",
+        "ukulele, guitar",
+        "drums"
+      ]
+    }
+  ],
+  "references": 0,
+  "languages": [
+    {
+      "language": "English",
+      "fluency": "Native speaker."
+    },
+    {
+      "language": "Spanish",
+      "fluency": "Often able to understand."
+    },
+    {
+      "language": "Bengali",
+      "fluency": "Understand simple sentences, verbs."
+    }
+  ]
+}