PGPeeyush Guleriainpeeyushguleria.hashnode.dev·Oct 8, 2023 · 2 min readQR Code generator using Node.jsQR codes have become an integral part of our digital lives from sharing links to contactless payments. Have you ever wondered how you can create a QR code generator using nodejs? Here we will walk you through explaining its purpose and functionality....00
PGPeeyush Guleriainpeeyushguleria.hashnode.dev·Mar 25, 2023 · 2 min readBurnout RecoveryDeveloper burnout Developer burnout is a state of physical, emotional, and mental exhaustion that can occur in individuals who work in the field of software development. It is often caused by prolonged periods of stress and overwork, leading to a dec...00
PGPeeyush Guleriainpeeyushguleria.hashnode.dev·Feb 18, 2023 · 3 min readCreating a docker imageLet's discuss first what will we do for creating a docker image. First, we will pull the image from the docker hub (public registry for container images), then spin up the container using the image we pulled, add some files in the container then make...00
PGPeeyush Guleriainpeeyushguleria.hashnode.dev·Feb 5, 2023 · 2 min readDocker ArchitectureDocker follows client-server architecture, below are some important components: Docker Daemon Docker Host Docker Registry Docker Client Docker Images Docker Containers Developers write docker files containing scripts of instructions that dock...00
PGPeeyush Guleriainpeeyushguleria.hashnode.dev·Feb 4, 2023 · 4 min readGetting started with Docker.Virtual Machine But before getting to know about what virtual machine and virtualization is... A VM is a digital version of a physical computer.VMs software can run programs and operating systems, store data, connect to networks, and do other computi...00