Ada's Programming Notebook

Ada's Programming Notebook

Follow
homeSeriesbadges
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Deploy Node.js application to Vercel in 5 minutes

Mar 5, 20222 min read 663 views

Introduction Deploying a Node.js application to Vercel can be easily done by just adding a vercel.json configuration file to your project root...

Deploy Node.js application to Vercel in 5 minutes

CI with Snyk using GitHub Actions

Dec 24, 20216 min read 312 views

GitHub Actions can be used as a CI tool for building, testing and deploying our code. With the aid of Synk, it can also automate the process of...

CI with Snyk using GitHub Actions

Develop a React Component using create-react-library template

Dec 23, 20212 min read 78 views

In this article, I would like to document how I created a React component and published it. Prerequisites Install NodeJs. On Ubuntu. apt install...

Develop a React Component using create-react-library template

Dockerizing a Node.js web application

Dec 18, 20211 min read 272 views

In this article, I would like to document how I dockerize my portfolio web site, which is a Node.js application. · Build the Node.js application Firstly,...

Dockerizing a Node.js web application

Write Express server to send email

Dec 12, 20212 min read 96 views

In this article, I would like to share how to write a Node.js program to send email via Gmail SMTP server, and then deploy it to Google Cloud. · Generate...

Write Express server to send email