agilepath.hashnode.devLinux Filesystem and Navigation for DevOps (With Practical Demo)Introduction As someone preparing for a DevOps role, I’m learning Linux with a lean approach — focusing only on what’s required to operate and debug real servers. This post covers Linux Filesystem and navigation and hands-on demonstrations on Youtube...Dec 18, 2025·3 min read
agilepath.hashnode.devBuilding My DevOps Skills in Public: A Structured, Agile-Inspired BlogPurpose This blog is a personal learning log where I document my journey of building DevOps skills in a structured and intentional way.The goal is not to teach everything but to learn effectively, share progress, and create a clear path from fundamen...Dec 16, 2025·3 min read
python-foundation.hashnode.devBuilding Control_Structure in Python - With `switch` and `set` ConceptObjective: This script processes a list of user actions (e.g., login, logout, error) using structural pattern matching (match statement) and sets to track unique users. It demonstrates: control structures, sets, functions, exception handling, and...Jul 31, 2025·5 min read
python-foundation.hashnode.devBuild Functions in Python - With Funtools, Decorators and LambdaScript demonstrates decorators and lambda functions by implementing a simple task: timing function execution and processing a list of numbers with lambda-based operations (e.g., square, cube). Objective: Understand Decorators and Lambda What New...Jul 31, 2025·6 min read
python-foundation.hashnode.devBuild a Email Validator in PythonObjective: Building a Email Validator in Python where script can processing a list of user inputs to generate a report of valid email addresses and their domains. It demonstrates: variables, control structures (nested loops and conditionals), func...Jul 30, 2025·6 min read