Welcome to DailyDev.io šŸ‘‹,

The goal of this site is to create content to aid you through your web development journey with tools, tips and experiences.

Start with our most recents posts bellow, or browse our topics.

Server-Side Rendering
With Video
Next.js Server-Side Rendering Practical Example
| 11 min read

On this issue, we will be talking about Next.js Server-Side Rendering, enabling high-performant websites by pre-rendering HTML instead of having it all done by client-side JavaScript.

Static Site Generation Practical Example
With Video
Next.js Static Site Generation Practical Example
| 14 min read

On this issue, we will be learning about how Next.js enables high-performant websites by pre-rendering every page by default instead of having it all done by client-side JavaScript, like regular React apps usually do.

NextJS Dynamic Routing
With Video
A Comprehensive Guide to NextJS Dynamic Routing
| 13 min read

On this issue, we will be learning about how Next.js allows us to easily create infinite dynamic pages from a single React component.

NextJS Routing
With Video
A Comprehensive Guide to NextJS Routing
| 11 min read

Learn about how Next.js makes it incredibly easy to navigate between pages within our application using prefetching ensuring our app is fast and secure.

NextJS and Auth0 Authentication
A Comprehensive Guide to NextJS Authentication with Auth0
| 22 min read

Authentication plays a major role in all systems around the globe in securing an application of any sort. In this article, I will show you how you can use Auth0 to secure your NextJS web application (including social login).

DailyDev.io Ā© 2022