Asia

Implement CRUD APIs using Typescript and Node JS

Implement CRUD APIs using Typescript and Node JS

If you want to create CRUD APIs using typescript and node js. You are at the right place. Here you will learn to write APIs from scratch. Typescript is a superset of javascript and it supports static typing.

ELK logger and alert system in Node.js

ELK logger and alert system in Node.js

We can ensure the performance and availability of our application by analyzing the data generated by it. The data could be event logs or metrics which enables monitoring, identification, and resolution of issues

Node JS Framework

Node JS Framework

Node also called Node.js where js means JavaScript is an open-source, cross-platform runtime environment for executing JavaScript code outside of the browser.

Integration of Google Places search API in Node JS

Integration of Google Places search API in Node JS

If you want to add place search and want to display places on Google map using NodeJS then you are at the right place. Google provides a feature of searching places based on the latitude and longitude or we can say location. Google gives Places API Requests, NearBy Search API Requests to search place information like shops, hospitals, Grocery stores, Petrol pumps, Restaurants nearby you.

Deploying Applications with Docker Compose

Deploying_Applications_with_Docker_Compose_website

Docker compose is a tool which is used to deploy and manage multi-container applications on Docker nodes operating in single-engine nodes.Deploying and managing lots of services is a tough task. This is the situation where Docker Compose reduces the stress, it will deploy and manage the different services. Read the blog to know more

How to create microservice in NodeJS with Docker?

microservice_in_NodeJS_with_Docker_changed_website

Microservice architecture is a way to develop software systems that mainly try to focus on building single-function modules with well-defined interfaces, methods, and operations. Read the blog and know more about Microservices in nodeJS with Docker.