Posts

  • Improving Your React Code - Custom Hooks

    In this post, I discuss why custom hooks in React are so tremendously useful

    February 13, 2021
  • 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.

    September 21, 2020
  • 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.

    August 24, 2020
  • GraphQL and Company Architecture

    Where does GraphQL fit in your company's infrastructure? In this post, I dive into this question and potential concerns that may come up.

    August 10, 2020
  • Project Euler - Sum of Multiples of 3 and 5

    In this post, I prove my solution to problem 1 on Project Euler, discuss the algorithmic complexity, and give an implementation in python.

    April 18, 2019
  • How Gradient Descent Works

    In this post I give an in depth explanation of how the gradient descent algorithm works along with an implementation in python.

    March 18, 2018

Twitter • GitHub • LinkedIn

© 2021 Zach Taylor