You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2026/day-10/README.md
+128Lines changed: 128 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,70 @@
1
+
<<<<<<< HEAD
2
+
# 🚀 90DaysOfDevOps
3
+
### Learn • Build • Practice • Become Job-Ready
4
+
5
+
Welcome to **90DaysOfDevOps**, a structured and hands-on DevOps challenge by **TrainWithShubham**.
6
+
7
+
This repository is designed to help you **build real DevOps skills step by step in 90 days** — not by watching endless videos, but by **doing daily tasks**, building projects, and thinking like a **production-ready DevOps engineer**.
8
+
9
+
This is not a theory-heavy course.
10
+
This is a **discipline + execution challenge**.
11
+
12
+
---
13
+
14
+
## 🎯 What is #90DaysOfDevOps?
15
+
16
+
**#90DaysOfDevOps** is a **day-wise DevOps learning challenge** where:
17
+
18
+
- Every day has **one clear task**
19
+
- Every task has a **real-world DevOps outcome**
20
+
- Every learner builds a **public GitHub proof of work**
21
+
- Every concept is reinforced through **hands-on practice**
22
+
- Learning is aligned with **live classes and recordings**
23
+
24
+
By the end of 90 days, you will have:
25
+
- Strong DevOps fundamentals
26
+
- Multiple mini-projects
27
+
- One end-to-end DevOps capstone project
28
+
- A GitHub profile that clearly shows consistency
29
+
- Confidence to handle DevOps interviews and production systems
30
+
31
+
---
32
+
33
+
## 🧠 Who Is This For?
34
+
35
+
This challenge is ideal for:
36
+
37
+
- Students and freshers entering DevOps or Cloud
38
+
- Working professionals switching to DevOps / SRE / Cloud roles
39
+
- Developers who want to understand infrastructure and CI/CD
40
+
- Anyone who believes **consistency beats talent**
41
+
42
+
No prior DevOps experience is required.
43
+
**Commitment is mandatory.**
44
+
45
+
---
46
+
47
+
## 🗂 Repository Structure
48
+
49
+
```
50
+
90DaysOfDevOps/
51
+
│
52
+
├── README.md
53
+
├── CONTRIBUTING.md
54
+
├── LICENSE
55
+
├── .gitignore
56
+
│
57
+
├── scripts/
58
+
│ └── helper-scripts.sh
59
+
│
60
+
├── day-01/
61
+
│ └── README.md
62
+
├── day-02/
63
+
│ └── README.md
64
+
├── ...
65
+
├── day-90/
66
+
│ └── README.md
67
+
=======
1
68
# Day 10 – File Permissions & File Operations Challenge
0 commit comments