Dev Logbook

Dev Logbook

Follow
homeServersLaravelnewsletter
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Create a Basic Framework with Express (Part 2)

May 1, 20232 min read

Routes ยท In this part 2, we will define routes while incorporating Handlebars. Installing Handlebars Install express-handlebars with the command npm...

Create a Basic Framework with Express (Part 2)

Create a Basic Framework with Express (Part 1.1)

Apr 2, 20231 min read

In Part 1, error handling was created. Let's make it easier to throw errors. Instead of let error = new Error('This is a major...

Create a Basic Framework with Express (Part 1.1)

Create a Basic Framework with Express (Part 1)

Mar 20, 20233 min read

We will be using Docker, Node 18, MySQL 8, and Redis. Following Setting Up Node App using Docker post express, nodemon, dotenv packages should be...

Create a Basic Framework with Express (Part 1)

Setting Up Node App using Docker

Jan 16, 20233 min read

Create a docker setup to build a Node Express app with MySQL and Redis Create a directory and go switch to it mkdir nodeapp cd nodeapp Create...

Setting Up Node App using Docker

Create Node app using Docker without installing Node Locally

Nov 21, 20221 min read

Almost all tutorials shows how to initialize a node app with Node installed locally. Here is a way to create a node app in Docker without installing...

Create Node app using Docker without installing Node Locally

Docker, NodeJS, and MySQL 8

Oct 17, 20221 min read

Seen this error when using Docker for NodeJS and MySQL 8? Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested...

Docker, NodeJS, and MySQL 8