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.
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.
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.
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.