Hi there, my name is Isaac, and I’m a self-taught, Boot.dev-trained Software Engineer focused on Python and backend systems. While nurturing my interest in computer programming, I worked for four years at a local garage as a service writer and office manager. I have experience taking small real-world projects from requirements through deployment and maintenance. I’ve built a multiplayer web game with a Go backend and JavaScript frontend over WebSockets, and a lead‑generating website for a local auto repair shop. I’m hoping to transition to a new role where I’m helping a team of developers.

Isaac Striker

Hi there, my name is Isaac, and I’m a self-taught, Boot.dev-trained Software Engineer focused on Python and backend systems. While nurturing my interest in computer programming, I worked for four years at a local garage as a service writer and office manager. I have experience taking small real-world projects from requirements through deployment and maintenance. I’ve built a multiplayer web game with a Go backend and JavaScript frontend over WebSockets, and a lead‑generating website for a local auto repair shop. I’m hoping to transition to a new role where I’m helping a team of developers.

Available to hire

Hi there, my name is Isaac, and I’m a self-taught, Boot.dev-trained Software Engineer focused on Python and backend systems. While nurturing my interest in computer programming, I worked for four years at a local garage as a service writer and office manager. I have experience taking small real-world projects from requirements through deployment and maintenance. I’ve built a multiplayer web game with a Go backend and JavaScript frontend over WebSockets, and a lead‑generating website for a local auto repair shop. I’m hoping to transition to a new role where I’m helping a team of developers.

See more

Experience Level

Expert
Expert
Expert
Expert
Expert
Expert
Expert
Intermediate
Intermediate
Intermediate
Intermediate
Intermediate
Intermediate
See more

Language

English
Advanced

Work Experience

Web Developer at Precision Motorworks
August 1, 2024 - Present
Built and maintained the company website, managing frontend and backend integration in a PHP/Yii2 stack; implemented new features and layout refinements; performed day-to-day maintenance, bug fixes, and deployment; managed build configuration and environment setup; monitored logs to diagnose and fix performance issues.
Service Writer at Precision Motorworks
August 30, 2020 - July 30, 2024
Handle inbound calls to service center, interact and ask diagnostic questions to clients to ascertain issues with vehicles, and handle day-to-day scheduling for all technicians. Keep organized stock of inventory, make daily checks on supplies and communal tools. Maintain professional and friendly demeanor in with clients, especially in high-tense situation. Upsell clients when issues requiring immediate attention are found with their vehicle, explaining the benefits of performing services and safety hazards that would come from putting it off

Education

Back-End Engineering Curriculum at Boot.dev
September 1, 2024 - August 1, 2025
Completing a rigorous backend engineering curriculum (20+ courses and projects) covering data structures and algorithms, functional programming, web servers, and SQL databases.

Qualifications

Add your qualifications or awards here.

Industry Experience

Software & Internet, Computers & Electronics
    paper Notris - https://github.com/isaacjstriker/notris-online

    Multiplayer Tetris-style browser game with a Go backend and real-time WebSocket communication. • Implemented server-side game logic and backend services in Go to keep player state consistent and predictable across connections, handling concurrent users and real-time updates.

    • Built the frontend in TypeScript/JavaScript, handling input, rendering, and WebSocket-based communication with the backend. • Deployed the application on Render, managing build configuration and environment setup, and monitored logs to diagnose and fix bugs and performance issues.
    • Structured the code into small, testable components and added checks to guard against invalid state transitions during gameplay.
    paper Convert Me - https://github.com/isaacjstriker/convapp

    Python web app/script converting Google Sheets .xlsx data into CSVs compatible with proprietary software. • Designed and implemented an automated ETL-style pipeline to ingest, validate, and transform ~25,000 rows of spreadsheet-based territory data into a clean, structured format ready for import.

    • Used pandas to clean and map fields to the target schema, with logging to flag invalid or incomplete records before import, improving reliability and debuggability.
    • Reduced a months-long manual migration process to roughly two days while increasing correctness and traceability, significantly reducing operational toil for non-technical staff.