Latest Posts
April 8, 2024
Want to build your next PWA using NextJS14? In this blog post, I wont be showing you how to do that. Instead, I will provide you with the repository and a brief overview of the project. This project uses the latest version of NextJS and workbox to create a PWA shell that can be used as a starting point for your next project.
April 2, 2024
In this blog post, I will show you how to create a NodeJS server from scratch. We will start by installing NodeJS and creating a new project. Then, we will create a simple server that listens on a port and responds to requests.
By the end of this tutorial, you will have a basic understanding of how to create a NodeJS server and how to handle requests and responses. You will also have a foundation for building more complex applications with NodeJS.
March 24, 2024
Over many years of web development, I have seen many frameworks come and go. Some have stood the test of time, while others have faded into obscurity. With its powerful features and flexible architecture, NextJS 14 has become the go-to framework for building modern web applications. In this blog post, I will share my thoughts on why I regularly choose NextJS 14 for my projects. I will also discuss some of the key features that make NextJS 14 a great choice for web development.
March 21, 2024
Learn how to use NextJS 14 with Supabase, Redux, and Auth to build a fullstack app. With this setup, you can build a production-ready app in no time. This tutorial will guide you through the process of setting up a new NextJS app with Supabase for the backend, Redux for state management, and Auth for authentication with login, logout, and protected routes.