How to Create a Link Preview in React and NodeJs?

The availability of link sharing online allows for the quick dispersion of ideas, news, and other stuff throughout the web. However, the spike in link sharing has resulted in malicious hyperlinks that spread malware, steal data, and enable hacking att…

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…

Load More
That is All