NextJs Custom Server Configuration with NodeJs

Configuring a custom server with Next.js and Node.js allows you to handle complex routing, middleware, and other server-side functionality that Next.js does not provide by default. Here's a quick explanation of how to create a custom server usin…

React Native Android Push Notification with Firebase Cloud Messaging

It takes a lot of work to create mobile and web applications from scratch. Thankfully, open-source packages have simplified the need for developers to start from scratch when creating applications.  Additionally, cloud service providers offer platform…

Deploy NextJs to AWS EC2 With GitHub Actions CI/CD Pipeline

In the fast-paced world of web development, efficiency is key. Every developer loves the auto-deployment process that takes their code from GitHub to production with minimal effort.  In this blog post, I am going to make developers' lives easy. Th…

GoLang JWT Authentication Using Golang Gin with MongoDB

Hello fellow developers❤! In this blog, we're jumping headfirst into the creation of a JWT authentication application using the powerful Gin Web Framework.  Grab your coffee, as we go on an goLang adventure filled with code, creativity, and countl…

Load More
That is All