#programming-blogs
Read more stories on Hashnode
Articles with this tag
Recently, we were adding some new functionality to our dashboard, and we wanted an experience like this: The basic features are: The toggle should...
Amongst the various acronyms and abbreviations in the world of authentication, SAML, which stands for Security Assertion Markup Language, is one of...
Before answering the question at hand, you should know that you’ve probably used SSO already. Any time you’ve signed up for or logged into a product...
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...
In this post, we’ll build a fully production-ready backend complete with DB migrations, B2B authentication, to show off all the cool features that...
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...