Posts
All the articles I've posted.
-
Becoming a DevOps Engineer — The Ansible Chapter
From Ansible basics to hands-on core module usage — learn how to use Ansible for configuration management, application deployment, and task orchestration, an essential skill for any aspiring DevOps engineer.
-
Becoming a DevOps Engineer — The Terraform Chapter
A systematic introduction to Infrastructure as Code with Terraform — core concepts, HCL syntax, Provider configuration, and State management, with hands-on examples for managing AWS/GCP resources.
-
Bottle Source Code Reading Notes (Part 2): Routing
A deep dive into Bottle's source code, analyzing how URL route mappings are generated, how requests are matched to view functions, and how error pages are handled.