DYDharamraj Yadavindharamin.hashnode.dev·2d ago · 5 min readHow Linux Actually Runs Your Programs: Processes, Signals & systemd in Plain EnglishSignals What is signlas Signals are mechanism to communicate between kernel and processes, and between processes. For example if we want to STOP the process we send SIGSTOP(kill STOP ) Signal and kern00
DYDharamraj Yadavindharamin.hashnode.dev·Jun 21 · 6 min readI Thought I Knew Linux — Then I Actually Learned It (Week 1)The Big Picture Before you read this doc you must know english is my second language and this doc is have completely my own words not any AI, translator etc. What an OS really is An Operating System00
DYDharamraj Yadavindharamin.hashnode.dev·Mar 17 · 2 min readMy First CI/CD Pipeline with YAML and Docker on AWSHello everyone, today I want to share how I added my first CI/CD pipeline using YAML and Docker on AWS. First, I forked a React project on my GitHub because I didn’t want to waste time setting up Reac00
DYDharamraj Yadavindharamin.hashnode.dev·Mar 7 · 2 min readLearning Docker: Dockerfiles, .dockerignore, and Port Mapping 🐳Hey everyone! Here’s a quick update on what I learned last week. I finally got hands-on with two essential Docker files: the Dockerfile and .dockerignore. First up, let's talk about the .dockerignore 00
DYDharamraj Yadavindharamin.hashnode.dev·Feb 24 · 2 min readGetting Started with Docker: Images, Containers, Volumes, and Networks 🐳Hello Everyone as part of my journey transitioning to DevSecOps, today i dove into Docker. In simple terms Docker is a software platform that allows you to build, test and deploy your applications qui00