Database Indexing makes DB Query fasterDatabase Indexing is one of the most common technique to make database query faster. In this post we will learn about how indexing makes DBâ¦6d ago6d ago
Continuous Deployment using GitHub ActionsIn this tutorial we will learn about Continuous Deployment for a Node(.js)/Express(.js) app inside EC2 instance using GitHub Actions. Firstâ¦6d ago6d ago
Integrate and run a Node and React application to AWS EC2 instanceIn this blog post we will learn how to integrate a Node.js and a React app to AWS EC2 instance via NGINX server.6d ago6d ago
Security flaws that you should be aware of when building a web applicationWeb security is one of the crucial concepts in software development. It is a set of practices that ensure your web application isâ¦May 21May 21
Understanding the 502âââBad Gateway errorThroughout my experience, the error that has no proper indication about its origin was called 502âââBad Gateway. In this post, we willâ¦May 21May 21
Closures in JavaScriptTo understand Closure first we need to understand Scope. A scope determines the visibility of variables and any other resources in areasâ¦Oct 22, 2018Oct 22, 2018