diff --git a/2025/week-04-challenge/challenge1/info.txt b/2025/week-04-challenge/challenge1/info.txt new file mode 100644 index 0000000000..5b2fb7f97b --- /dev/null +++ b/2025/week-04-challenge/challenge1/info.txt @@ -0,0 +1,4 @@ +this is dummy data + +this will be from feature-update + diff --git a/2025/week-04-challenge/solution.md b/2025/week-04-challenge/solution.md new file mode 100644 index 0000000000..4678986acc --- /dev/null +++ b/2025/week-04-challenge/solution.md @@ -0,0 +1,10 @@ +The Commands used in task1-4 are:- + +1-git init + - -b can be used for specific to add branch name for default one. +2-git add +3-git commit -m "commit message" +4-git push origin +5-git remote add origin "url of git repo" +6-git pull origin +7-git merge diff --git a/2026/day-01/README.md b/2026/day-01/README.md deleted file mode 100644 index 118d4e7f4e..0000000000 --- a/2026/day-01/README.md +++ /dev/null @@ -1,99 +0,0 @@ -# Day 01 – Introduction to DevOps and Cloud - -## Task -Today’s goal is to **set the foundation for your DevOps journey**. - -You will create a **90-day personal DevOps learning plan** that clearly defines: -- What is your understanding of DevOps and Cloud Engineering? -- Why you are starting learning DevOps & Cloud? -- Where do you want to reach? -- How you will stay consistent every single day? - -This is not a generic plan. -This is your **career execution blueprint** for the next 90 days. - ---- - -## Expected Output -By the end of today, you should have: - -- A markdown file named: - `learning-plan.md` - -or - -- A hand written plan for the next 90 Days (Recommended) - - -The file/note should clearly reflect your intent, discipline, and seriousness toward becoming a DevOps engineer. - ---- - -## Guidelines -Follow these rules while creating your plan: - -- Mention your **current level** - (student / fresher / working professional / non-IT background, etc.) -- Define **3 clear goals** for the next 90 days - (example: deploy a production-grade application on Kubernetes) -- Define **3 core DevOps skills** you want to build - (example: Linux troubleshooting, CI/CD pipelines, Kubernetes debugging) -- Allocate a **weekly time budget** - (example: 2–2.5 hours per day on weekdays, 4-6 hours weekends) -- Keep the document **under 1 page** -- Be honest and realistic; consistency matters more than perfection - ---- - -## Resources -You may refer to: - -- TrainWithShubham [course curriculum](https://english.trainwithshubham.com/JOSH_BATCH_10_Syllabus_v1.pdf) -- TrainWithShubham DevOps [roadmap](https://docs.google.com/spreadsheets/d/1eE-NhZQFr545LkP4QNhTgXcZTtkMFeEPNyVXAflXia0/edit?gid=2073716385#gid=2073716385) -- Your own past experience and career aspirations - -Avoid over-researching today. The focus is **clarity**, not depth. - ---- - -## Why This Matters for DevOps -DevOps engineers succeed not just because of tools, but because of: - -- Discipline -- Ownership -- Long-term thinking -- Ability to execute consistently - -In real jobs, no one tells you exactly what to do every day. -This task trains you to **take ownership of your own growth**, just like a real DevOps engineer. - -A clear plan: -- Reduces confusion -- Prevents burnout -- Keeps you focused during tough days - ---- - -## Submission -1. Fork this `90DaysOfDevOps` repository -2. Navigate to the `2026/day-01/` folder -3. Add your `learning-plan.md` file -4. Commit and push your changes to your fork - ---- - -## Learn in Public -Share your Day 01 progress on LinkedIn: - -- Post 2–3 lines on why you’re starting **#90DaysOfDevOps** -- Share one goal from your learning plan -- Optional: screenshot of your markdown file or a professional picture - -Use hashtags: -#90DaysOfDevOps -#DevOpsKaJosh -#TrainWithShubham - - -Happy Learning -**TrainWithShubham** \ No newline at end of file diff --git a/2026/day-01/learning-plan.md b/2026/day-01/learning-plan.md new file mode 100644 index 0000000000..7fa1cb9c9f --- /dev/null +++ b/2026/day-01/learning-plan.md @@ -0,0 +1,44 @@ +# Day 01 -Introduction to Devops And Cloud + +## My Introduction to My DevOps Journey +Hi My Name Is Shubham Chavan, + +What Defines my Learning plan is: + + My Understanding about DevOps & Cloud Engineering: + + -For Me Personally As a biased IT Guy, System Administration was a One Thing At My Bachelor Years where i use to work as lab-assistant ,but when i was introduced to firewalls and server related stuff i got to know about how the whole system works around & how a system-administrator has a lot of responsibilities of the whole college. Later On , I Started My Learning Through AWS Cloud On Youtube & then Recognizing what DevOps &Cloud Engineering Fulfills the responsibilities that No One Can Do IS My Thing That I LOVE A Lot To DO. + + -My Ultimate Goal Is To Become DevOps Engineer With (The Highest Package The Industry Has To Offer) + + -I Know My Limits Better than anyone out there, So i Have faith,courage,wisdom,confidence in myself that can't be shooked by anyone whether its my family,friends or any other out there. + +--- + +## My Current Level + -My Current Level is Student(Part-Time Employee In Ed-Tech Institute). + +## My Current Goals for 2026 (Next 3 Months i.e From FEB) +My 3 Clear Goals for the next 90 Days + + - To Remove the fact that this challenge can't be done by anyone with JOSH. + + - To Learn About DevOps Engineering and the backend process of how it powers the upcoming Technologies. + + - There is No Plan B. + +## My 3 Core DevOps Skills Which I Want To Build +My 3 Core DevOps Skills which i want to build is + + - Troubleshooting & Debugging. + + - Learn Concepts like terraform, kubernetes and much more + + - Expressing your Work To Others (Which I Lack A Lot.) + +## My Weekly Time Budget +My Weekly Time Buddget is + + - On Weekdays i.e (Mon To Fri) will be ~3.5hrs (7 pm to 10 pm) + + - On WeekEnds i.e (Sat To Sun) will be ~5hrs (6pm to 11 pm) diff --git a/info.txt b/info.txt new file mode 100644 index 0000000000..5131186cb0 --- /dev/null +++ b/info.txt @@ -0,0 +1 @@ +this is dummy file