Progress Review for Days 21 & 22 and Strategic DevOps Roadmap Planning


Day 21: Tackling Binary Tree Problems
On Day 21, I focused on solving Medium-level problems related to Binary Trees. These problems helped me strengthen my understanding of DFS, BFS, and recursion. Hereβs a quick rundown:
Binary Tree Right Side View π
Used BFS (level order traversal) to capture the last node at each level.
Explored DFS for an alternate approach.
Count Good Nodes in Binary Tree β
Applied DFS with a max-value tracking approach.
Ensured that at each node, if its value was greater than or equal to all previous nodes in the path, it was counted.
Validate Binary Search Tree (BST) π³
Implemented in-order traversal to verify if the tree followed the BST property.
Used min-max constraints for validation during recursion.
Overall, it was a productive day, reinforcing key tree traversal techniques.
Day 22: A Lazy Sunday Break π΄
After 20+ days of continuous problem-solving, I decided to take a well-deserved break on Day 22. Sometimes, stepping back helps in preventing burnout and allows for better learning retention.
Shifting Focus: DevOps & Cloud Engineering π
While Iβm still solving a couple of DSA problems here and there, my primary focus is now on DevOps & Cloud Engineering. Since I already have basic knowledge of the tools and technologies, it's crucial to plan my learning path properly to avoid getting overwhelmed.
A structured roadmap is the key to making steady progress without getting lost in the vast DevOps ecosystem. Hereβs my initial breakdown:
π Key Areas of Focus
Infrastructure as Code (IaC) β Terraform, CloudFormation
CI/CD Pipelines β Jenkins, GitHub Actions, ArgoCD
Containerization & Orchestration β Docker, Kubernetes, Helm
Monitoring & Logging β Prometheus, Grafana, ELK Stack
Cloud Services β AWS, GCP, Azure
Security & Compliance β IAM, Secrets Management, Network Policies
π Next Steps
Finalizing a structured DevOps learning roadmap to stay on track.
Hands-on practice with AWS, Kubernetes, and CI/CD pipelines.
Continuing DSA practice at a reduced but steady pace.
Excited for this transition and the challenges ahead! πͺ
Closing Thoughts
Shifting focus doesnβt mean completely abandoning DSA; it just means optimizing time for what matters most right now. By planning my DevOps learning path properly, I can ensure consistent progress without feeling overwhelmed.
Letβs keep building! ππ₯
Subscribe to my newsletter
Read articles from Tennis Kumar C directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
