Building a web serverr with NGINXI recently joined the DevOps track of the HNG internship, and my first task was to install and configure NGINX on a cloud-based server to host a custom HTML page with a personalized message. Setting up an AWS EC2 Instance The first step was setting u...Jan 31, 2025·3 min read
What is Database Migration?: Benefits of Database MigrationA database is an organized collection of structured and logically related data and information. Databases play a crucial role in the development of modern-day technology, as they store and manage large amounts of data in an organized manner. To keep ...Feb 16, 2023·4 min read
What is CORS? : How to enable CORS in Nodejs App.Cross-Origin Resource Sharing (CORS) is a web browser mechanism that allows for resources that are restricted outside a domain (origin) to be requested from another domain. In this article, we'll get to understand why we use CORS and how to enable it...Feb 13, 2023·4 min read
Sending Emails from a Nodejs Application using NodemailerAs a Software Developer, you've probably worked on a project where you need to communicate some information in real-time from your Nodejs application. This information can be anything from password reset to notifications on subscription services, to ...Jan 27, 2023·6 min read
What is a REST API?REST APIs provide a flexible and lightweight way to integrate applications and are emerging as the most popular way to connect components in microservices architectures. An API (Application programming interface) is a a set of rules and protocols th...Oct 18, 2022·5 min read
State Management in React with Redux Toolkit (RTK)Have you ever tried to re-render a component or some form of data whenever there's a change in the UI of your application? You've probably tried to use Hooks to effect (pun intended :-) ) this change and where needed you've applied some prop values. ...Oct 5, 2022·7 min read
How to make your First Open Source ContributionContributing to open source is an effective way to learn, teach and gain or build real world experience in just about any skill you can think of. Open Source refers to any software whose 'source code' is open and accessible to the public. It is a sof...Sep 16, 2022·4 min read