Posts

Latest Post

Oct 11, 2021

Thoughts on Redux

Redux is a state management library that is commonly used in React apps. Redux was created in 2015 and almost immediately became a common sight in React apps. This may have been due to the fact that many of the React docs assumed that Redux was installed along with the popularity of boilerplates that included Redux by default. As a result of this, many front-end developers including myself, incorrectly assumed that React had to be used with Redux. Read more

All Posts

2021

  • Oct 11, 2021 - Thoughts on Redux
  • 2020

  • Oct 11, 2020 - Circular Gradients for the HTML5 Canvas
  • Jul 1, 2020 - A Simple Custom React Hook to Keep State in Query String
  • Feb 18, 2020 - Circuit Breakers in Python
  • 2019

  • Oct 24, 2019 - Self Documenting APIs with Flask and Swagger