Tips to write DockerfileRecently I started working on a project which includes both NodeJS and Python application. We planned to Dockerize build process for our…Oct 6Oct 6
Some common behavioral questionsHere are some common behavioral interview questions based on my personal experiences. While there’s no definitive right or wrong answer…Sep 28Sep 28
How Redux Store internally works?Redux is one of the difficult topics to understand. I will try to compare Redux with regular variable to understand better as most of you…Sep 21Sep 21
Deploying react web application in the cloud serverBelow are the steps involved in deploying react app in the cloud server.Jun 11Jun 11
Setting up NGINX server in the cloud serverNGINX can be used as proxy server or web server when running application on the cloud. Below are the steps to setup nginx server on the…Jun 9Jun 9
How to deploy web application on production server?Developing a web application and deploying it to a production server are entirely different undertakings. Running the front end and back…Jun 8Jun 8
Docker compose issues with PostgreSQLWhen I was working with docker-compose files, found some interesting issue and I couldn’t find the root cause for that issue, but sharing…May 18May 18