
Build a highly available Node.js application using Docker, NGINX and AWS ELB
Using dual load-balancing techniques to extend the degree of availability of Node.js applications
Search for a command to run...

Using dual load-balancing techniques to extend the degree of availability of Node.js applications

The platform where you help friends and make them too!

What is the dependency inversion principle? The dependency inversion principle is one of the standard guiding rules of software design and development to ensure component extensibility and loosely-coupled components. Simply said, the dependency inver...

What is blue-green deployment? The strategy gets its name from the idea of having two concurrent environments, and switching between environments. The environments have different code revision signatures. The blue environment is the old environment....

So.. what’s this buzz about DevOps? It won’t kill you to know about how DevOps may save your time and sanity writing code.