Blog

Array Grouping in JavaScript
The ability to combine data into groups allows developers to compute higher order datasets, like grouping employees by department. Let me show you how.

Top 5 VS Code Extensions for React Developers
Learn about the top 5 VS Code extensions for React developers. Improve your workflow with these extensions.

Using GitHub and NextAuth.js for Single Sign-on in Next.js
See how to implement single sign-on with GitHub and OAuth in Next.js for straightforward and secure authentication management.

How to Implement SSO Authentication in Remix using GitHub and Remix Auth - In Under 10 minutes
Are you struggling with implementing single SSO authentication in Remix? No worries, I’ll guide you through that using GitHub as the IdP

How To Collect Temporal.io Logs Using Axiom And Pino
Learn how to use pino and axiom for logging in a TypeScript Worker for Temporal.io

Implement Single Sign-On In React (Remix) In Under 10 Minutes
SSO enables users to securely authenticate with multiple app using just one set of credential. In this tutorial, you'll learn how to implement SSO in React