Category: Development
-
The ADAPTS Stack
I last released a blog post back in 2021, and a lot changed in the world of web development since then. The web is full of new patterns, frameworks and libraries, and a lot of the techniques that seemed new back then are now old. React and svelte still exist, but instead of just being…
-
A Useful Redux Pattern
A side project I had been working on involved using React and Redux to make a simple application. The hardest part of the project was wrestling the documentation, which is very verbose, yet lacking in useful examples. Redux, a popular state management framework that implements the flux design pattern, has some of the most laughable…
-
Writing Yahtzee in Svelte
In which I introduce my development blog with a deep dive into my first JavaScript project using Svelte.