Nodejs

#nodejs

Node.js is an event-based, non-blocking, asynchronous I/O runtime that uses Google's V8 JavaScript engine and libuv library. It is used for developing applications that make heavy use of the ability to run JavaScript both on the client, as well as on server side and therefore benefit from the re-usability of code and the lack of context switching.

Blog posts by tag

Serverless Scraping: Build API to get products by url using function apps

Serverless Scraping: Build API to get products by url using function apps

A detailed step-by-step guide for building a REST API in Node.js with AWS Lambda, API Gateway, DynamoDB, and Serverless Framework with deployment on AWS

Serverless | Nodejs Ecommerce AWS Serverless Serverless Framework Lambda Scraping REST Dynamodb TypeScript

Posted 19. March 2023 by Milind SinghMilind Singh - 15 min read

Serverless Scraping: Deploying with local bash and GitHub Actions

Serverless Scraping: Deploying with local bash and GitHub Actions

A step by step tutorial for deploying a Serverless service with local bash and GitHub Action pipeline.

Serverless |

Posted 19. March 2023 by Milind SinghMilind Singh - 10 min read

How to install multiple versions of Node.js on your development machine?

How to install multiple versions of Node.js on your development machine?

As a developer make development environment like a pro, set up and use different versions of Node.js simultaneously on Windows, macOS and Linux (Ubuntu).

Developer Life |

Posted 12. February 2023 by Risha TiwariRisha Tiwari - 10 min read

Strapi: Creating a cron job for adding short links to the articles

Strapi: Creating a cron job for adding short links to the articles

Creating a cron in Strapi for adding short links to articles

Building a Blog | Nodejs Strapi Cron

Posted 2. April 2021 by Milind SinghMilind Singh - 2 min read

Traefik 101: Deploying Node.js App with PM2 and Traefik using File Provider

Traefik 101: Deploying Node.js App with PM2 and Traefik using File Provider

We all know the classic web servers Apache and Nginx, but try the much newer and amazing Traefik! Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Learn basic deployment of a Node.js app using file-based configuration (without using any Container service like Docker).

Deployments | Nodejs PM2 Traefik

Posted 21. February 2021 by Milind SinghMilind Singh - 5 min read

Explore: How this blog is built ?

Explore: How this blog is built ?

A definitive guide for building a modern website. Know what happens behind the scenes in adapttive.com.

Building a Blog | DNS Nginx Vue.js Gridsome Nodejs PM2 Strapi HTML Netlify GraphQL JAMStack MongoDB

Posted 5. January 2021 by Milind SinghMilind Singh and Risha TiwariRisha Tiwari - 5 min read