Aditya Kumarheyadi.hashnode.dev·Dec 30, 2023Unveiling the Efficiency: Cyclic Sort – A Paradigm Shift in Sorting AlgorithmsSorting algorithms play a pivotal role in computer science, and recently, I stumbled upon a gem known as Cyclic Sort in Kunal Kushwaha's DSA bootcamp. Kudos to Kunal Kushwaha for his brilliant work in breaking down complex topics into digestible bits...Java
Vishal Prakashprakashvshal93.hashnode.dev·Sep 2, 2023YAML for Beginners: A Crash CourseYAML - Yet Another Mark Up Language —> But Now Called —> YAML Ain’t Markup Language MARKUP LANGUAGES ——> a text-encoding system consisting of a set of symbols inserted in a text document to control its structure, formatting, or the relationship betwe...YAML
Vaibhav Mishravaibhavmishra5g.hashnode.dev·Aug 25, 2023DevOps: Bridging the Gap Between Development and OperationsIn the fast-paced world of software development, the need for collaboration, efficiency, and continuous improvement has given rise to a revolutionary approach known as DevOps. DevOps, a portmanteau of "development" and "operations," represents a para...WeMakeDevs
Ganesh Gowdagowdaganesh.hashnode.dev·Jun 18, 2023Containerization Explained: A Beginner's Guide to ContainersWhat is a container? A container is a software package that enables us to run any application in an isolated environment, separate from the host computer. This means the container remains unaware of the host computer's activities. Each container oper...4 likescontainerization