About Zion Miller

My career began in an unconventional way as a professional downhill skateboard racer. Traveling the world and competing at speeds over 60 mph, learning the importance of instinct, pattern recognition, and quick decision making skills. While pursuing this passion, I balanced my time with academics, earning an international finance degree and gaining experiences such as; living in Japan, working for Hewlett-Packard, and founding an equity analysis business.

It was during this entrepreneurial chapter that I became captivated by the technical challenges in business, where I took on problems such as automating data pipelines for equity reports and DCF models. This experience ignited my passion for technology and its ability to enhance problem-solving and creativity. To deepen my skills, I formalized my education through a coding bootcamp, contributed to open-source projects, and secured a role at a Series A startup in Los Angeles.

Today, I focus on tackling challenges across the stack, DB, cloud infrastructure, AI integration, and CI/CD pipelines. Outside of work, you’ll likely find me surfing or skating down hills, always driven by the same love for speed and creativity that started my journey.

Top Skills:

Python
JavaScript
Postgresql
AWS
Ruby
React
Redux
NodeJs
Flask
FastAPI
HTML5
CSS3
TypeScript
AWS
Azure
MongoDB
MySQL
Pinecone
Redis
Elasticsearch
Docker
Kubernetes
Terraform
Cloudflare
GitLab
PyTorch
LangChain
HuggingFace
Git
GitHub
JIRA
Confluence

Experience

Pleasecontact mefor a more detailed copy of my resume

Software Engineer at Pulsely

Los Angeles, CA

2024-present

Software Engineer at Involve.AI

Los Angeles, CA

2023-2024

Co-Founder & Software Engineer at Biotech Winners

Santa Fe, NM

2018-2023

Services Specialist Intern at Hewlett Packard

Rio Rancho, NM

2018-2020


Recent Projects

Pulseco.ai

Private Repo

Pulseco.ai is a SaaS product in production. Pulse provides sales intelligence, and relationship solutions. I have contributed across the stack here from Redux, to Ques, and a lot inbetween.

Links:

Pulseco.aiplease contact for walkthrough

BioBreak

Aws

BioBreak helps biotech investors save time with novel data visualizations that consolidate KPIs from SEC filings, clinical trials, and more, simplifying access to essential data with a single click.

Links:

Summary Co Pilot

Aws Lambda
OpenAI API

Summary Co Pilot uses Python, MongoDB, AWS Lambda, and OpenAI to summarize sales calls for different stakeholders, in order to refocus teams on revenue producing activities.

Links:

Smallest Tetrahedron

Python service which ingests .txt files containing n number of entries consisting of 3 floats and an int. Smallest Tetrahedron will process these TXT files and determine the smallest valid entry present in the file.

Links:

Ruby Faker

Aws

Contributed a global airport information generator, with accompanying tests to Ruby Faker, to enable seeding for travel apps

Links:

CPR Class NM

Next.JS
Aws

Informational and booking site for CPR Santa Fe, incorporating existing Square Space shop for payments, and scheduling via a Python service.

Flight Finder

Flight Finder ranks the cheapest flights to a desired destination by considering surrounding airports within a specified circumference.

Links:

Card Game

A project built in a week to emulate basic gameplay of Hearthstone with unlikely combatants. Developed using React and Rails.

Links:

Coder's Keys

A one-stop shop for code snippets and shortcuts.

Links:

Articles

How To Prevent Any From Entering Your Code Base

// TLDR TypeScript adds static typing to JavaScript, catching errors like referencing out-of-scope variables or calling functions with wrong arguments. It is imperfect and has some gaps which allow “any” into your code base. You can import ts-reset into your project via npm install @total-typescri...

Read More

Open Source Contributing: Ruby/Faker

// Background The transition from Bootcamp life to the job hunt can be tough (especially in the middle of mass tech layoffs and decimated stock prices!). In order to remain competitive, refine toolkits, expand knowledge base, and build cool projects, open-source contributions need to become routine...

Read More

Creating A Personal Site With Typescript

// Background At the end of my 15 weeks with Flatiron, I needed somewhere to show off my skills and projects. In order to continue strengthening and expanding my toolkit, I opted for something new and went with TypeScript. TLDR, give me the useful links! GitHub repo live site Medium API docs Mobi...

Read More

Rescue Exceptions In Rails

Remember the last time you forgot your Apple Id (or other) password? Odds are, the page you entered your credentials on gave you some feedback and let you know you entered something wrong (in my case this tends to be a message saying my new password can’t be the same as my previous password). Simil...

Read More