Web Designing World | Logo

Website Page Routing Navigation with Node.js Express and EJS

website page routing with nodejs and express js and ejs

Hello Guyz! How are you all? so I am back with a new blogging series we call website page routing with nodejs and express js and ejs. Express is just about the default framework to make a website with Node. rather like any website creation, the primary step to make an Express website is to […]

Sending Email with Node.js After Form Submission

Sending Email with Node.js

Nodemailer is for sending an email with nodejs without the hustle of writing many lines of code. It uses the prevailing email services (Outlook, Hotmail, Gmail then on) to authenticate and send messages. Authentication is completed by simply adding your email credentials as a mail option. It also handle various transport protocols (SMTP as default). […]

Node Module to Retrieve Multiple Parameters from AWS Parameter Store

node module to retrieve multiple parameters

I created a node module to retrieve multiple parameters as the parameterName-parameterValue Json object from AWS Parameter Store. It is called aws-ssm-parameters and is available from Npm. The module is namespaced. So, you need to add the namespace @mdhnpm when you install it. The main motivation for creating this module is to use it in lambda functions where I […]

Node JS server deployment on Ubuntu using Docker

Node JS server deployment using docker

Here is this session we will see how we can set up Node JS server deployment using docker. we will deploy node js on ubuntu server using docker Node.js is an open-source JavaScript platform source that allows using JS code without a browser. It’s written in JavaScript, C, and C ++. It can be installed […]