#developer
Read more stories on Hashnode
Articles with this tag
If you were tasked with creating a piece of art, what tools would you use? Photoshop? Canva? Figma? What if I told you there was another way that’s...
The term “Walk-up usable” (sometimes called walk-up-and-use) describes a system that is so intuitive, a new user can immediately be effective. An...
If you’ve ever hand-written a javascript/typescript client for an API, you probably know the pain of writing a subtle bug. Maybe you missed a query...
The word "auth" is complicated because there a wide range of topics that fall in the bucket of "auth." In this series, we'll take a practical approach...
In our last post, we built a synchronous API that validates and analyzes a chess position. We noted that performing a CPU intensive task synchronously...