Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once the application starts scaling, the image size inflates exponentially. In general, the node docker image size of th... (more…)
Read more »
Removing the Technical Limitations and Developer Complexities of Node.js Imagine all the benefits of Node.js: one language and technology for both front-end and back-end development, plus its outst… (more…)
Read more »
This article was originally written on medium and if you interested in reading the full version check... (more…)
Read more »
The idea of being able to send and receive money almost instantly from anywhere in the world with no middleman is really appealing to a lot of people.
Today, I thought it'd be fun to build a small web event ticketing portal Demo (something similar t... (more…)
Read more »
This is a very popular question in the node.js ecosystem. One that has been asked over and over again. And while many believe node.js really is single-threaded, in my opinion, i believe to really answer this question we will have to take a dive into ... (more…)
Read more »