Shaik Mustafadocker77.hashnode.dev·Jan 20, 2025Mastering the Art of Creating ContainersIn today’s tech-driven world, containers have become the backbone of modern software development. But what exactly are containers, and how do you create one? Let’s break it down into clear, actionable steps. What is a Container? A container is a ligh...288 likes·368 readsDocker
Shaik Mustafadocker77.hashnode.dev·Jan 21, 2025Mastering Dockerfiles: Your Ultimate Guide to Container Image CreationContainers have revolutionized the way we build, ship, and deploy applications. At the heart of containers lies the Dockerfile, a simple yet powerful script that defines how a container image is built. In this guide, we’ll dive into Dockerfiles with ...83 likes·173 readsDocker
Shaik Mustafadocker77.hashnode.dev·Jan 20, 2025Docker Introduction & ArchitectureDocker has revolutionised the way software is developed, shipped, and deployed. It simplifies the process of creating, running, and managing applications by using containerization. In this blog, we'll explore what Docker is, its architecture, and how...77 likes·287 readsintroduction to docker
Shaik Mustafadocker77.hashnode.dev·6 hours agoDocker Volumes: With Real-Time ExamplesWhile working with docker, I observed that these are the 4 pillars for docker [Images, Containers, Volumes and Networks], In this blog we are going to discuss about Docker volumes. Docker volumes are the preferred way to persist data generated by and...1 likeDocker
Yuna Morgensterndevabyss.hashnode.dev·8 hours agoREST in Peace - API DesignAPI design has become an unwieldy, overly human-centric exercise that prioritizes complexity over pragmatism. Inspired by the desire to simplify this convoluted space, I’ve introduced a new approach: Rest in Peace API Design, a framework that radical...APIs
Munilakshmi G J100daysdevops.hashnode.dev·11 hours agoDay 91 of 100 Days : Advanced DevOps Interview Questions & AnswersAfter covering the basics in Day 90, let’s dive deeper into advanced DevOps interview questions to strengthen your technical edge. Below are 20 fresh questions and answers that will help you handle challenging scenarios and impress interviewers. Adv...Devops
Rahul Chowdarirahul-dev.hashnode.dev·a day agoGetting Started with Python: Core Basics ExplainedMastering Python Essentials Today I went through all the basics of Python which are essential for the journey path. Mastering Python essentials is a crucial step for anyone looking to become proficient in this versatile programming language. Python i...1 likePython
Munilakshmi G J100daysdevops.hashnode.dev·Jan 24, 2025Day 90 of 100 Days : Common DevOps Interview Questions & AnswersAfter diving deep into DevOps for 90 days, it's time to prepare for interviews! Below are 20 commonly asked DevOps interview questions along with concise, yet informative answers. These questions cover a variety of topics, ensuring you're ready for t...Devops
Shaik Mustafadocker77.hashnode.dev·Jan 23, 2025Dockerfiles for Web ApplicationsDeploying web applications efficiently is a cornerstone of modern DevOps practices. Docker, with its lightweight containers, has become a go-to tool for packaging and running applications consistently across different environments. In this blog, we'l...35 likes·85 readsDocker
Munilakshmi G J100daysdevops.hashnode.dev·Jan 23, 2025Day 89 of 100 Days : Error Handling in Ansible + Interview QuestionsWelcome to Day 89 of the 100 Days of DevOps journey! Today, we will dive into error handling in Ansible, explore 10 interview questions related to Ansible, and conclude with some positive tips to stay consistent in your learning and work. Error Hand...ansible error handling
Denishdenish.hashnode.dev·Jan 23, 2025Introduction to Kubernetes: The Heart of Modern Container OrchestrationPicture this: Your role as restaurant chef remains when you start but you face growing challenges requiring help. In the beginning the workload remains in control. You perform all kitchen work while serving customers plus you deliver orders too. As y...Kubernetes
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Jan 23, 2025How Middleware Transformed Qoala's Software Development Process?"You can't improve what you don't measure." This classic saying couldn't be more true when it comes to software development. And that’s exactly what Qoala, a dynamic company in the insurance tech space, realized when they decided to use Middleware to...Case Study
Bittu Sharmabittublog.hashnode.dev·Jan 23, 2025Deploying a Java Application with Maven, Sonarqube, Jfrog Artifactory, and Docker on KubernetesHigh Overview Jenkins Server Setup We have to configure Jenkins, For that We are going to create an EC2 server where Jenkins will be installed. Also, We are going to install some other tools as well such as Sonarqube and Docker so, we need more RAM...Devops