Blog

From Pi to Cloud Automation

Automate content gathering with a Python script and GitHub Actions. No servers, no Pi—just daily updates straight to your Google Sheet.

#growth #python

July Reflection 2025

A reflection on learning through the lens of a technical backpack — what I’ve added, what I’ve let go, and how I’m making space for smarter growth.

#monthly-log

Exploring df - Linux Commands

Learn how to use the df command in Linux to check disk space usage, view file system types, and monitor mounted volumes with practical examples and flags.

#linux

Exploring curl - Linux Commands

Learn how to use the curl command in Linux to download files, interact with APIs, send POST data, handle redirects, and more with simple examples.

#linux

Python Dunder Methods: Arithmetic operators

Unlock the power of Python's arithmetic operators! Learn how dunder methods like __add__ and __mul__ work under the hood to give you full control over your objects.

#python

Python Orderability Dunder Methods Revealed

Master Python comparison operators (<, >, <=, >=) with dunder methods. Learn how to make objects sortable using a CoffeeShop example with clear code.

#python

June Reflection 2025

Impostor syndrome showed up more during my internship. I'm learning to face it one step at a time — figuring things out as I go.

#monthly-log

Automate Cleanup With Python Contexts

Python context managers use enter and exit methods to automatically handle resource cleanup and errors in with blocks, making your code more reliable.

#python

Python Secret Double Underscore Tricks

Learn Python dunder methods by building a Coffee class step-by-step. Master init, str, repr, eq & len with clear examples. Perfect for beginners!

#python

Exploring wget - Linux Commands

Linux wget command guide: download files, resume transfers, limit speed & automate tasks with practical examples for efficient downloading.

#linux