repos
/ orchard main

orchard

mirror

Every site I host, in one repo, along with the Cloudflare Tunnel and Caddy that front them. It's all Go, Vite, and SQLite, and it runs on a desktop at home with nothing listening on an inbound port.

blogbuncaddycloudflare-tunneldockergogolanghomelabhtml-templatemonorepoself-hostedseosqlitestatic-sitetypstuptime-monitoringviteweb-analytics

4.8 KB · 118 lines · YAML Raw History
  1# The resume, as data.
  2#
  3# The Next.js era kept this as Markdown with YAML frontmatter and parsed the
  4# body with `marked`, then had to recognise entry headings and date lines by
  5# regular expression to decide what each paragraph meant. That guessing is what
  6# the structure below removes: a role, its dates and its bullets are named
  7# fields, so the template never has to infer them from how a line is written.
  8#
  9# Em dashes are kept in this file. Workspace prose does not use them, but
 10# this file is not prose, it is a published document whose typography is being
 11# reproduced exactly.
 12
 13name: Isaac Bythewood
 14title: Senior Solutions Architect
 15location: Jonesville, NC 28642
 16phone: (540) 200-8459
 17email: [email protected]
 18
 19summary: >-
 20  Senior Solutions Architect with two decades of experience building across the
 21  full stack, from DevOps and server infrastructure to AI agent workflows,
 22  leading teams through demanding delivery schedules in highly regulated
 23  environments.
 24
 25links:
 26  - label: isaacbythewood.com
 27    url: https://isaacbythewood.com
 28  - label: linkedin.com/in/ibythewood
 29    url: https://linkedin.com/in/ibythewood
 30  - label: github.com/overshard
 31    url: https://github.com/overshard
 32
 33skills:
 34  - Solutions Architecture
 35  - Full-Stack Development
 36  - AI Agent Workflows
 37  - DevOps & CI/CD
 38  - Linux Administration
 39  - Container Orchestration
 40  - Data Visualization
 41  - Browser Automation & Testing
 42  - API Design
 43  - Infrastructure as Code
 44  - Web Scraping & Analytics
 45
 46technologies:
 47  - Python
 48  - JavaScript
 49  - CSS
 50  - HTML
 51  - Django
 52  - Flask
 53  - Next.js
 54  - React
 55  - PostgreSQL
 56  - Redis
 57  - Docker
 58  - Linux
 59  - Playwright
 60  - Webpack
 61  - Three.js
 62  - Chart.js
 63  - Anthropic SDK
 64  - Pandas
 65  - LangChain
 66  - PyTorch
 67  - Hugging Face Transformers
 68
 69education:
 70  - institution: Virginia Tech
 71    years: 2008 - 2012
 72    degree: Computer Science
 73
 74# `note` is what the HTML template appended to any heading containing
 75# "Experience" or "Projects". Naming it per section beats matching on the words.
 76sections:
 77  - heading: Recent Experience
 78    note: See LinkedIn for more
 79    entries:
 80      - org: Craftmaster Furniture
 81        role: Senior Solutions Architect
 82        meta: Furniture Manufacturer — JULY 2024 - CURRENT
 83        bullets:
 84          - Leading modernization of legacy IBM iSeries infrastructure to a modern Ubuntu, PostgreSQL, and Django stack.
 85          - Built an in-house 3D furniture viewer with full fabric draping across 1,000+ fabrics and real-time customization, replacing costly third-party solutions at a fraction of the price.
 86          - Rebuilt internal and external portals with AI-driven insights and modernized reporting, reducing time spent by sales and marketing teams on legacy systems.
 87          - Redesigned company websites with modern responsive design, improved performance, and reduced attack surface by consolidating platforms and syncing data, saving hundreds of man-hours every market.
 88          - Built customer-facing APIs for real-time pricing and catalog data, cutting time to market for new products.
 89      - org: Gryphos Creative
 90        role: Head of Web Development
 91        meta: Full-Service Marketing Agency — APRIL 2023 - JULY 2024
 92        bullets:
 93          - Migrated all websites and services to a more secure and cheaper hosting solution with zero downtime.
 94          - Developed multiple custom e-commerce websites for unique companies with unique requirements and strict regulations.
 95      - org: VanNoppen Marketing
 96        role: Principal Software Engineer
 97        meta: Full-Service Marketing Agency — JUNE 2010 - APRIL 2023
 98        bullets:
 99          - Managed, developed, and launched multiple projects in parallel for a wide variety of companies.
100          - Integrated projects with numerous platforms including HubSpot, Facebook, Instagram, and Google services.
101          - Managed multiple hosting environments including AWS, Heroku, and Linode (Docker).
102
103  - heading: Recent Projects
104    note: See LinkedIn for more
105    entries:
106      - org: 3D Furniture Viewer
107        role: Full-Stack Development, 3D Engineering
108        meta: Craftmaster Furniture — JULY 2024 - CURRENT
109        bullets:
110          - Built a fully in-house 3D furniture customization system with real-time fabric draping across 1,000+ materials using Three.js and Django.
111          - Eliminated dependency on expensive third-party 3D vendors, delivering the solution at a fraction of the cost.
112      - org: Portal & Reporting Modernization
113        role: Solutions Architecture, Full-Stack Development
114        meta: Craftmaster Furniture — JULY 2024 - CURRENT
115        bullets:
116          - Migrated internal and external portals from a legacy IBM iSeries system to a modern Linux, Django, and PostgreSQL stack.
117          - Integrated AI-powered reporting and insights, replacing outdated reporting workflows and reducing time spent by sales reps and sales and marketing teams.