Avoid This Common React Hook Antipattern
When displaying synchronous data in React components, useState and useEffect are antipatterns that should be avoided. Using useState and useEffect to compute...
When displaying synchronous data in React components, useState and useEffect are antipatterns that should be avoided. Using useState and useEffect to compute...
My dad and I recently had the opportunity to backpack to Shi Shi Beach in the Olympic National Park. Shi Shi is one of several places in the park where you c...
I’ve spent the last few weeks diving into the world of Docker containers to understand how they work and how they can be improve our deployment process. Whil...
I always find it frustrating when I’m learning a new framework and I get to the point where I have to depart from my existing knowledge and principles in ord...
After hearing a lot about Svelte over the last few months, I’ve finally decided to take the plunge and give it a try. Since this is my first time playing wit...