Zach Taylor
I'm passionate about a lot of things.
Math and code are two of my favorites.
Projects
django-react-starter
A basic set up to serve a React single-page application from Django
tweet-on-time
A simple web app that lets you schedule tweets to be sent at a specific time.
pyp
A wrapper around pip that adds packages to a requirements.txt file automatically
Posts
Improving Your React Code - Custom Hooks
In this post, I discuss why custom hooks in React are so tremendously useful
How to Serve a React Single-Page App with Django
In this post, I go over the process of setting up Django to serve a single-page application written in React.
Model Inheritance in Django
In this post I explain two ways to model inheritance in Django, which one we chose for a work project and why, and some thoughts about our decision in hindsight.
See All