Secrets of JavaScript ExecutionThe ECMAScript specification is a blueprint for creating a scripting language. JavaScript is an implementation of that blueprint. So before…Dec 16, 2023Dec 16, 2023
Increase volume size of EC2 instanceGrowing storage on an Amazon Elastic Compute Cloud (EC2) instance involves expanding the size of the Amazon Elastic Block Store (EBS)…Oct 14, 2023Oct 14, 2023
Use Nginx as a reverse proxy in the Jenkins serverJenkins is a popular open-source automation server that can be used for building, deploying, and automating projects. To ensure the…Sep 24, 2023Sep 24, 2023
Closure in JavaScriptOne of JavaScript’s most powerful features is the availability of closures. To understand closure, we need knowledge of first-class…Dec 25, 2022Dec 25, 2022