Home » Backend » Node.js
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser, which was designed to build scalable network applications.
Let's learn how to create a Nodejs server without the express framework. We will be using the HTTP module provided by the node language.
AWS Lambda is an Amazon Web Service compute service that lets you run code without managing or provisioning servers. In Lambda, your code is executed on a high-availability compute infrastructure, and all of the compute resources are managed, including server and operating system maintenance, capacity provisioning, automatic scaling, and logging.
Disposable email is a service that allows registered users to get an email at a temporary address that expires after a certain amount of time. They are popular on websites where users need to register and are required to subscribe to a newsletter. So, to prevent email mailboxes from filling up with unnecessary emails people basically tend to prefer to use these disposable email services. In cases where you cannot have these kinds of disposable emails in your application, your need to test for these disposable emails. This is where we use the npm package disposable-email-domains to check for these disposable emails.
In this article, we will learn how to generate sitemap using node js. Node.js (Node) is a platform for executing JavaScript code server-side, which is ideal for developing applications that require a persistent connection between the browser and the server and is commonly used in real-time applications like chats, news feeds, and push notifications.
Let's learn how to implement a cache in Nodejs without using redis. This will be a guide for using the package node-cache.
In this article, we will learn how to export AWS Cloudwatch logs to S3. AWS CloudWatch is a monitoring and management service that provides actionable insights into applications and infrastructure on AWS, hybrid clouds, and on-premises.
Let's learn how to run raw FFmpeg commands in NodeJs. We will achieve this using npm packages fluent-ffmpeg, and @ffmpeg-installer/ffmpeg.
Let's learn to send mail in Nodejs using a Gmail Account, this is made possible using nodemailer node package.
In this article, we will learn how to use AWS Lambda with Amazon EventBridge.
Let's learn how to add swagger to an Express application. We will do this by using the npm packages swagger-jsdoc, and swagger-ui-express.