Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2fa8134
task 01: updated day one learing plan
rameezahmed2 Jan 24, 2026
03d3da1
Merge pull request #1 from rameezahmed2/day-01
rameezahmed2 Jan 24, 2026
c1a5630
Simplify current level description in learning plan
rameezahmed2 Jan 25, 2026
06ae40b
Merge branch 'TrainWithShubham:master' into master
rameezahmed2 Jan 25, 2026
9049dc2
Merge branch 'TrainWithShubham:master' into master
rameezahmed2 Jan 26, 2026
b3da590
day_02: linux_architecture_notes task completed.
rameezahmed2 Jan 27, 2026
43480aa
remove highlighted text
rameezahmed2 Jan 27, 2026
a6b3c38
Merge branch 'TrainWithShubham:master' into master
rameezahmed2 Jan 28, 2026
da77633
day 04: linux practice [process, service, and log commands]
rameezahmed2 Jan 28, 2026
c66c445
created linux cheatsheet
rameezahmed2 Jan 31, 2026
56fc8b6
modified: cheatsheet
rameezahmed2 Jan 31, 2026
33e8eac
Merge branch 'TrainWithShubham:master' into master
rameezahmed2 Jan 31, 2026
10fbfb2
Merge pull request #2 from rameezahmed2/day-03
rameezahmed2 Jan 31, 2026
721e278
started linux command on process and service managment
rameezahmed2 Jan 31, 2026
b0b4092
Merge pull request #3 from rameezahmed2/day-04
rameezahmed2 Jan 31, 2026
06f044e
modified: linux practice file
rameezahmed2 Jan 31, 2026
c5e8740
Merge pull request #4 from rameezahmed2/day-04
rameezahmed2 Jan 31, 2026
fca1f20
start linux troubleshooting runbook
rameezahmed2 Jan 31, 2026
ac0f68c
Merge pull request #5 from rameezahmed2/day-05
rameezahmed2 Jan 31, 2026
8995896
Merge branch 'TrainWithShubham:master' into master
rameezahmed2 Feb 1, 2026
63091df
day 06: create a file practice added content append content in files
rameezahmed2 Feb 1, 2026
b0c5d27
Merge pull request #6 from rameezahmed2/day-06
rameezahmed2 Feb 1, 2026
5e5476e
day-07: create scenarios base file and practice
rameezahmed2 Feb 1, 2026
99f1ff7
modified: modified content
rameezahmed2 Feb 1, 2026
7e0f279
Merge pull request #7 from rameezahmed2/day-07
rameezahmed2 Feb 1, 2026
9cee3a1
modified: 2nd time
rameezahmed2 Feb 1, 2026
30f01a1
Merge pull request #8 from rameezahmed2/day-07
rameezahmed2 Feb 1, 2026
66467b1
Merge branch 'TrainWithShubham:master' into master
rameezahmed2 Feb 3, 2026
0de6a42
Merge branch 'TrainWithShubham:master' into master
rameezahmed2 Feb 16, 2026
253a579
create file for day 8
rameezahmed2 Feb 18, 2026
ba800b8
completed day 08 task with complete screenshots
rameezahmed2 Feb 18, 2026
e5bb5c7
Merge pull request #9 from rameezahmed2/day-08
rameezahmed2 Feb 18, 2026
f1412c3
completed day 09 task
rameezahmed2 Feb 18, 2026
92bed79
Merge pull request #10 from rameezahmed2/day-09
rameezahmed2 Feb 18, 2026
44624be
completed day 10 task
rameezahmed2 Feb 18, 2026
f02c6e6
completed day 11 task
rameezahmed2 Feb 18, 2026
98e3890
completed day 12 task
rameezahmed2 Feb 18, 2026
d70dcc2
completed day 13 task
rameezahmed2 Feb 18, 2026
13ecffb
completed day 14 task
rameezahmed2 Feb 18, 2026
fee66ab
completed day 15 task
rameezahmed2 Feb 18, 2026
2dd990e
Merge pull request #11 from rameezahmed2/day-13
rameezahmed2 Feb 18, 2026
5b7c369
Merge pull request #12 from rameezahmed2/day-12
rameezahmed2 Feb 18, 2026
73b413c
Merge pull request #13 from rameezahmed2/day-11
rameezahmed2 Feb 18, 2026
4a3a67a
Merge pull request #14 from rameezahmed2/day-10
rameezahmed2 Feb 18, 2026
7fd9a1c
Merge pull request #15 from rameezahmed2/day-14
rameezahmed2 Feb 18, 2026
bbc3e65
Merge pull request #16 from rameezahmed2/day-15
rameezahmed2 Feb 18, 2026
9811025
completed day 16 task
rameezahmed2 Feb 19, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions 2026/day-01/README.md

This file was deleted.

64 changes: 64 additions & 0 deletions 2026/day-01/learning_plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# 90-Day DevOps Learning Plan

## Current Level
Working professional with DevOps engineering experience.

---

## Understanding of DevOps & Cloud Engineering

**DevOps** is a culture and practice that bridges development and operations through automation, collaboration, and continuous improvement. It focuses on shortening development cycles, increasing deployment frequency, and ensuring reliable releases through CI/CD, IaC, monitoring, and feedback loops.

**Cloud Engineering** involves designing, deploying, and managing scalable infrastructure on cloud platforms (AWS, Azure, GCP), leveraging services like compute, storage, networking, and managed solutions to build resilient, cost-effective systems.

---

## Why I'm Learning DevOps & Cloud

- To stay current with evolving tools and best practices in the DevOps ecosystem
- To build production-grade expertise that delivers measurable business value
- To transition from operational tasks to strategic infrastructure design and optimization
- To strengthen my ability to architect cloud-native solutions at scale

---

## Where I Want to Reach (90-Day Goals)

1. **Deploy a production-grade microservices application on Kubernetes** with auto-scaling, monitoring, and GitOps-based deployments
2. **Build and maintain a fully automated CI/CD pipeline** using Jenkins/GitLab CI with security scanning, testing, and blue-green deployments
3. **Achieve proficiency in Infrastructure as Code** by managing multi-environment cloud infrastructure using Terraform and Ansible

---

## Core DevOps Skills to Build

1. **Advanced Kubernetes Management** - Pod troubleshooting, networking, security policies, Helm charts, and cluster optimization
2. **CI/CD Pipeline Mastery** - Building robust pipelines with automated testing, security gates, artifact management, and deployment strategies
3. **Observability & Incident Response** - Setting up comprehensive monitoring, logging, alerting with Prometheus/Grafana/ELK, and conducting RCA

---

## Weekly Time Budget

- **Weekdays (Mon-Fri):** 2-2.5 hours daily (hands-on labs, documentation, learning)
- **Weekends (Sat-Sun):** 4-6 hours per day (projects, debugging, writing blog posts)
- **Total weekly commitment:** 18-24 hours

---

## Consistency Strategy

- **Daily standup with myself:** 10-minute review each morning of what I'll learn today
- **Public accountability:** Share progress on LinkedIn/GitHub weekly
- **Hands-on first:** Build, break, fix - no passive watching without implementation
- **Document everything:** Maintain daily notes in a GitHub repo to track learnings and blockers
- **No zero days:** Even 30 minutes counts; consistency beats intensity
- **Weekend projects:** Apply weekly learnings to real-world scenarios every Saturday/Sunday

---

**Start Date:** [Today's Date]
**End Date:** [90 Days from Today]
**Tracking:** GitHub repository with daily commit streak

*This is my commitment to myself. 90 days of focused execution.*
Loading