
Micro-frontends let you split a large web application into smaller, manageable pieces. It’s an approach inspired by the microservice architecture […]

Learn how to build a splash screen in React Native for both iOS and Android apps, and edit its background color.

Nitro.js is a solution in the server-side JavaScript landscape that offers features like universal deployment, auto-imports, and file-based routing.

Explore best practices for typing `children` props in TypeScript in both functional and class-based components.

dangerouslySetInnerHTML in a React applicationThe `dangerouslySetInnerHTML` property in a React application is the equivalent of the `innerHTML` attribute in the browser DOM. Learn more in this guide.

Ding! You got a notification, but does it cause a little bump of dopamine or a slow drag of cortisol? […]

A guide for using JWT authentication to prevent basic security issues while understanding the shortcomings of JWTs.

Auth.js makes adding authentication to web apps easier and more secure. Let’s discuss why you should use it in your projects.

Automate type checking in your TypeScript code and ensure that the code has no bugs by integrating Prettier with ESLint.

We’ll build an app using Next.js and Supabase. The concept is for users to track and create workout activities based on specified parameters

Compare Auth.js and Lucia Auth for Next.js authentication, exploring their features, session management differences, and design paradigms.

While animations may not always be the most exciting aspect for us developers, they’re essential to keep users engaged. In […]