6 followers
Full stack developer. Rust + Node JS + Typescript+ React.
The basic job of linkers and loaders in computers is binding abstract names written by programmers to more concrete ones. An example is taking a name...
A command line tool called rustup is used to install the rust compiler and associated tools on your system. Tools installed by rustup command line...
Assume you are building a microservices system that comprises a Node JS server, Mongo database, and nginx for load balancing. version: "3" services: ...
Node.js is one of the most popular choices for building web applications. However, as your application grows, you may need to scale it to handle a...
JWT is a form of user identification that is issued after the initial user authentication takes place. After authentication, the Rest API issues the...
ACID transactions, BASE transactions and the CAP theorem. ACID transactions are a set of properties that guarantee that database transactions are...