From 1919d4783432f88083e1eff79be9f0f01ec26727 Mon Sep 17 00:00:00 2001 From: patilmanjunathgowd2601-gif Date: Wed, 4 Feb 2026 10:08:01 +0530 Subject: [PATCH] Create learning-plan.md --- 2026/day-01/learning-plan.md | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 2026/day-01/learning-plan.md diff --git a/2026/day-01/learning-plan.md b/2026/day-01/learning-plan.md new file mode 100644 index 000000000..5b1174ca9 --- /dev/null +++ b/2026/day-01/learning-plan.md @@ -0,0 +1,41 @@ +1. My Understanding of DevOps & Cloud Engineering + DevOps is a way of working that combines development and operations to deliver software faster, more reliably, and with automation. + Cloud Engineering focuses on using cloud platforms like AWS to host, scale, and manage applications instead of traditional servers. + +2. Why I Am Learning DevOps & Cloud + I am learning DevOps and Cloud to: + - Build strong practical skills beyond theory + - Understand how real-world applications are deployed + - Increase my chances of getting an entry-level DevOps / Cloud role + - Become confident working with production systems + +3. Where I Want to Reach in 90 Days + By the end of 90 days, I want to: + - Be comfortable using Linux and Git + - Build and run applications using Docker + - Understand CI/CD pipelines and automation + - Deploy a basic application on AWS and Kubernetes + - Be ready for internships or junior DevOps roles + +4. How I Will Stay Consistent Every Day + - Study at a fixed time daily + - Focus more on hands-on practice than theory + - Maintain notes and push work to GitHub + - Track daily progress + - Stay consistent even if progress feels slow + +5. My Current Level: student + +6. My 3 Clear Goals for the Next 90 Days + -Create and deploy a Dockerized application + -Build a basic CI/CD pipeline using GitHub Actions + -Deploy a simple application on AWS and Kubernetes + +7. Core DevOps Skills I Want to Build + - Linux & System Basics – commands, files, processes, networking + - CI/CD & Containers – Git, GitHub Actions, Docker + - Cloud & Kubernetes Basics – AWS fundamentals, Kubernetes deployment + +8. Weekly Time Commitment + - Weekdays: 4-5 hours/day + - Weekends: 5–6hours/day