5 Things Everyone Gets Wrong About Passwordless AuthenticationFeaturing Sawo Labs Passwordless AuthenticationFeb 23, 2022·5 min read·108
Joining SAWO as a Community ChampMy Initial Experience and Work Environment 🚀Feb 15, 2022·2 min read·79
TypeScript Discriminated Unions: A Guide to UnderstandingTypeScript is a fantastic tool for building scalable JavaScript. When it comes to huge JavaScript projects on the web, it's more or less the de facto norm. As good as it is, there are a few tough sections for the uninitiated. Discriminated unions in ...Jan 28, 2022·6 min read·1.5K
Top 6 React State Management libraries for 2022One of the most critical parts of any app is state management. What users view, how the app looks, what data is kept, and so on are all determined by the app's state. It's no surprise, then, that there are so many open-source libraries dedicated to m...Jan 26, 2022·8 min read·339
Unknown Console API in JavaScriptWhen you debug (rather than utilizing a debugger), do you prefer to use console.log? Or perhaps you'd like to improve the logging of your scripts or applications? You've arrived at the right location! In this article, I'll show you some console ways ...Jan 25, 2022·3 min read·211