Reverse Proxing

Backend Developer in Node.Js (exploring new tech )
See the diagram u will get it;)
Search for a command to run...

Backend Developer in Node.Js (exploring new tech )
See the diagram u will get it;)
No comments yet. Be the first to comment.
How cool it would be if you can create your own custom domain server. With specific name such as Sanskar@TechySans.dev . Lets first understand what is a mail server -> A mail server is a crucial component of email communication, facilitating the reli...

What is JWT Authentication and Why to use JWT Authentication? Before we begin let's understand what is a JWT. So JWT, which stands for JSON Web Token, is an open standard for securely sharing JSON data between parties. The data is encoded and digital...

Understanding Promises 🤝 Before the widespread adoption of async/await, Promises served as the primary solution for managing asynchronous tasks in JavaScript. A Promise in JavaScript acts as a representation of the eventual completion or failure of ...

Hey there! Ever heard of Docker? It's like a super tool for developers that makes putting your apps in containers a breeze. Whether you're just dipping your toes into the tech world or looking to level up your Docker game, this cheat sheet is here to...

Serverless computing refers to the paradigm of building and running applications without managing the underlying servers. With serverless, the cloud provider abstracts away the servers, runtimes, scaling, and capacity planning from the developer. The...