© 2023 Hashnode
#expressjs-cilb5apda0066e053g7td7q24
In this article, I will guide you through the process of building a simple and secure blog API using Node.js, Express, MongoDB, and several packages including bcrypt, body-parser, cors, dotenv, expres…
Prerequisite:-NodeJS should be installed. This blog is for those who are working on the Express-node-oracle db stack. I haven't seen enough sources about this on the internet also when I tried to conn…
This tutorial aims at teaching you how to encrypt and decrypt data in Node.js. The method provided here is pretty straightforward and easy to understand, as it has been written with the intention of e…
A route is a code that represents an HTTP action, (GET, POST, PUT, DELETE). It has a URL endpoint, a function that is used to handle when that endpoint is accessed. We use postman to test these endpoints. Accessing these endpoints before se…
The world of web development has evolved a lot. We started with basic HTML and CSS sites, but before we knew it, JavaScript came along and turned the tables, and single-page applications or SPAs came …
Welcome to Day 28 of our blogging series "Code, Blog, Repeat: A 50-Day Quest for Back-End Mastery"! Yesterday, we covered routing in Express, and today we're going to dive into the world of middleware…
Welcome to Day 27 of our 50-day quest for back-end mastery! In our previous blog post, we introduced Express and discussed why it is needed for back-end development. Express is a minimal and flexible …
Finding the right cloud service for developers could often be challenging. That is why we will be using Cloudinary. Cloudinary is a cloud service that provides free services to developers. So without …
Express is a node.js web application framework. It is an unopinionated web framework, what exactly is the meaning of unopinionated? It means that there are no specific rules or restrictions on the bes…
Welcome, here we explore the world of ExpressJS and its incredible potential for web development. From beginners to experienced developers, our content has something for everyone interested in this po…