SNsridevi ninsridevi139.hashnode.dev·Oct 9, 2025 · 6 min readSOLID PrinciplesWhen we start learning Object-Oriented Programming, we often just learn classes, objects, and inheritance. But when we start working on real projects, we realize that writing code that works is not enough — it should be easy to change, easy to extend...00
SNsridevi ninsridevi139.hashnode.dev·Nov 9, 2023 · 6 min readKubernetesOpen Source container orchestration tool developed by Google which provides a platform for scheduling and automating the deployment. It helps us in managing containerized applications. Since there is an advancement of applications from a monolithic...00
SNsridevi ninsridevi139.hashnode.dev·Nov 7, 2023 · 3 min readMicroservicesHistory Before if we wanted to start an application, we had to buy servers and then install applications on servers. This was a time and cost-consuming process. It is also difficult to manage these many servers. Then came virtual machines where we...00
SNsridevi ninsridevi139.hashnode.dev·Oct 11, 2023 · 4 min readIntroduction To YAMLWhat is YAML? Previously, it was known as ' Yet Another Markup Language '. Now it is known as ' YAML ain't markup language'. It is a data formatting language which is used to store data but not commands and helps in exchanging data. Consider an...00
SNsridevi ninsridevi139.hashnode.dev·Oct 9, 2023 · 4 min readOverview of Cloud ComputingWhat is Cloud Computing? Delivery of computing services over the Internet. Computing services include IT infrastructure like Virtual machines, storage, databases and networking. It made today's generation not to be constrained to traditional data ...00