Pinned Repositories
animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
basketball-stats-api
The Node Serverless/Lambda API for my basketball stats app. Node/AWS RDS PostgreSQL. Test credentials are available on the site's 'Support' page.
basketball-stats-client
The frontend of my basketball stats app, a React + react-redux app deployed to Netlify. Test credentials are available on the site's 'Support' page.
maildillo
A personal email-scheduler. Made with React, react-router, Ant Design, Node, MongoDB, and AWS Lambda. All are welcome to use the email "test123@gmail.com" and password "test123" if you'd like to test the app without actually signing up.
node-s3-crud
AWS S3 file upload/download functions that actually work
rock-quiz1
🎸A short quiz I made using using React, Redux, MongoDB, and all the usual suspects.
sendgrid-lambda
I wrote this example of how to use Node + Express + SendGrid to send out a custom email after a contact form submission, so that I can reference it in the future. I will be making a follow-up repo to this one where I try and send the custom email using AWS Lambda instead of Express.
stripe-scarlet-letter
📕 A simple paywall I made for a digital product using Express, Node, and the Stripe API.
sumatran-rhino-zh
🦏 An interactive quiz/game using React, Express, MongoDB. Posts scores to leaderboard and collects user data.
thruhikefinder
🥾 A web app for finding and comparing thru-hikes in the United States. Co-written with @pedrorolando .
zachwhitedev's Repositories
zachwhitedev/maildillo
A personal email-scheduler. Made with React, react-router, Ant Design, Node, MongoDB, and AWS Lambda. All are welcome to use the email "test123@gmail.com" and password "test123" if you'd like to test the app without actually signing up.
zachwhitedev/node-s3-crud
AWS S3 file upload/download functions that actually work
zachwhitedev/stripe-scarlet-letter
📕 A simple paywall I made for a digital product using Express, Node, and the Stripe API.
zachwhitedev/sumatran-rhino-zh
🦏 An interactive quiz/game using React, Express, MongoDB. Posts scores to leaderboard and collects user data.
zachwhitedev/basketball-stats-api
The Node Serverless/Lambda API for my basketball stats app. Node/AWS RDS PostgreSQL. Test credentials are available on the site's 'Support' page.
zachwhitedev/basketball-stats-client
The frontend of my basketball stats app, a React + react-redux app deployed to Netlify. Test credentials are available on the site's 'Support' page.
zachwhitedev/rock-quiz1
🎸A short quiz I made using using React, Redux, MongoDB, and all the usual suspects.
zachwhitedev/sendgrid-lambda
I wrote this example of how to use Node + Express + SendGrid to send out a custom email after a contact form submission, so that I can reference it in the future. I will be making a follow-up repo to this one where I try and send the custom email using AWS Lambda instead of Express.
zachwhitedev/thruhikefinder
🥾 A web app for finding and comparing thru-hikes in the United States. Co-written with @pedrorolando .
zachwhitedev/async-playground
Some async/promise.all funkiness. Includes a CRA app in the client folder, plus other random files to be run with node.
zachwhitedev/barebones-node-mysql
A basic example of connecting to a remote mySQL database (installed on a DigitalOcean droplet) using Node and Express (prints query results to console). I wrote a README below documenting the steps I took to make it happen.
zachwhitedev/beanstalk1
my first Elastic Beanstalk app
zachwhitedev/first-angular
An application made with AngularJS.
zachwhitedev/graphql-books
A web application that uses GraphQL to query MongoDB for data.
zachwhitedev/joe-exotic-financial-recovery
Tiger King 2: The Financial Recovery (a trashy 2D arcade game made with Phaser)
zachwhitedev/lambda-functions
My AWS Lambda functions, with written guides for each one.
zachwhitedev/lbta-node-mysql
First part of simple CRUD application using Node + Express + mySQL (and Sequel Pro for db management).
zachwhitedev/mk-challenge
This is the repo for a software engineering challenge, which was to create a form made with Material UI and hosted with AWS S3.
zachwhitedev/news-agg-client
News aggregator frontend being built with Next/TypeScript/SCSS. Interacts with Django REST API.
zachwhitedev/next-blog
A blog template for a Next.js website.
zachwhitedev/node-design-notes
My personal notes/exmaples from reading "Node.js Design Patterns" (2nd edition) by Mario Casciaro and Luciano Mammino.
zachwhitedev/node-fs-logging
A relatively pure example of making a logging system with Node/Express (started playing around with this while writing app for Elastic Beanstalk which is why there's some random files in here).
zachwhitedev/node-google-sheets-demo
A working demo connecting to a Google Sheet using Node.
zachwhitedev/np-specials
North Park Specials, a React Native application for displaying daily restaurant specials in the North Park area of San Diego.
zachwhitedev/old-basketball-stats-api
My original API for my basketball stats project. Node/Express/MySQL deployed to AWS Elastic Beanstalk. Shifted to Serverless to avoid EC2 payments.
zachwhitedev/podcast-app
🎧 Co-written with Peter White (www.github.com/pedrorolando). This web app allows you to make a more useful search of recent podcast episodes. Made using the Listen API.
zachwhitedev/rock-quiz
This is a rock and roll quiz I'm making using React + Redux. Styling by @Maddiemcampbell .
zachwhitedev/scriptshare
A site where people can share their film and television scripts, and vote and leave (positive, constructive) comments! Going to use Next/TypeScript and Node/PostgreSQL/S3 for this one.
zachwhitedev/serverless-stack-api
Here we go.
zachwhitedev/typescript-react
Use TypeScript to develop react applications