SKSahil Karwaniinsahil4510.hashnode.dev路Jan 6, 2024 路 2 min readWhat About JavaScript Closures?JavaScript, the language that powers the dynamic and interactive web, is known for its unique features and quirks. One such feature that adds a touch of magic to our code is the concept of closures. In this blog post, we embark on a journey to unrave...00
SKSahil Karwaniinsahil4510.hashnode.dev路Sep 4, 2023 路 4 min readFeatures of Docker 馃惓Docker is one of the most popular open-source sets of platforms for developing and automating the deployment of applications. It deploys applications into containers and enables us to separate our applications from infrastructure. It is designed to p...00
SKSahil Karwaniinsahil4510.hashnode.dev路Sep 1, 2023 路 5 min readDocker 馃惓Docker is a set of platforms as a service (PaaS) products that use the Operating system level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries, and con...00