← cd ~/blog

Hello World

Welcome to my blog! This is where I’ll share thoughts on system engineering, Linux, cloud infrastructure, and whatever else catches my interest.

What to expect

I plan to write about:

  • Infrastructure - Building and managing reliable systems
  • Linux - Tips, tricks, and deep dives
  • DevOps - Automation, CI/CD, and best practices
  • Learning - Things I discover along the way

A quick code example

Here’s a simple bash script to check system uptime:

#!/bin/bash
uptime -p

Stay tuned for more posts!