Deploying Node.js Microservices to AWS Using Docker

This article focuses on building a simple Node.js microservice and packaging it in a Docker container – then hosting the container on AWS. Read more

Similar

Publish Your First Node Library Using NPM

If you are a Node.js developer, using npm packages won’t be a new concept to you. From complex npm packages like express to simple packages, npm hosts a large number of Node.js libraries that simplify the workload of Node developers. But have you ever tho... (more…)

Read more »