Skip to content
Now

What I'm focused on right now

Inspired by the /now movement. A live snapshot — not a backlog, not a wishlist. Last reviewed May 2026.

Now

Where my focus is right now

A live snapshot of what I'm learning, building, and aiming for. Updated regularly.

Currently learning

Cloud

AWS Solutions Architect track

IaC

Terraform modules and remote state

Observability

Prometheus, Grafana, Loki

AI

RAG pipelines and agentic workflows

Currently building

Project

AI-assisted DevOps copilot for log triage

Project

Cloud cost optimizer dashboard

Writing

Notes on Linux, Docker, and Next.js

Current goals

Q2

Ship 2 production cloud projects with full CI/CD

Q3

Pass AWS Solutions Architect Associate

Year

Land a production-focused full stack / cloud engineering role

Cloud & DevOps Lab

Hands-on practice, not just theory

A working log of practical labs across Linux, Docker, CI/CD, AWS, Terraform, and observability.

Lab
Shipped

Linux & Shell Foundations

Daily-driving Ubuntu and Debian for development. SSH key auth, tmux workflows, and shell scripting for repeatable tasks.

Ubuntu
SSH
Bash
tmux
systemd
Lab
Shipped

Docker & Compose

Containerized full stack apps with multi-stage builds, healthchecks, and a Compose stack for local dev parity with prod.

Docker
Compose
Multi-stage
Healthchecks
Lab
Shipped

CI/CD with GitHub Actions

Pipelines that run typecheck, lint, tests, build artifact, and deploy to Vercel and AWS on every push.

GitHub Actions
Caching
Matrix builds
Secrets
Lab
In progress

AWS Foundations

Hands-on with EC2, S3, IAM, Route 53, and CloudWatch. Hardening security groups, least-privilege policies, and cost guards.

EC2
S3
IAM
Route 53
CloudWatch
Lab
In progress

Terraform IaC

Codifying infrastructure with Terraform modules and remote state. Reproducible environments without ClickOps.

Terraform
Modules
Remote state
Plan/Apply
Lab
Exploring

Monitoring & Observability

Prometheus + Grafana + Loki stack for metrics, dashboards, and log aggregation. Alerting on real failure modes, not noise.

Prometheus
Grafana
Loki
Alerting