sandikodev.github.io/ v0/ 2024 2024 snapshot — preserved as shipped. ← Version history
2026 Perspective

Infrastructure as Content

2024 marked the inclusion of a "live stack" code panel on the hero section. It was the year I realized that *how* I built was just as important as *what* I built. I started explicitly documenting my DevOps stack and moved from being just a coder to an engineer who cares about the entire lifecycle—Docker, AWS, and CI/CD became permanent fixtures in my narrative.

Open to freelance work

sandikodev

Full-Stack Engineer · DevOps · Open Source

Building production-grade web apps and infrastructure. Documenting the journey — from networking fundamentals to modern cloud-native development.

// stack.ts — 2024
const stack = {
  frontend: ["Astro", "SvelteKit", "Next.js"],
  backend:  ["Node.js", "Hono", "Laravel"],
  infra:    ["Docker", "AWS", "Nginx"],
  db:      ["PostgreSQL", "SQLite"],
}

Latest Articles

View all →

⌨️ Keyboard Shortcuts

Navigation

g h
Go to Home
g b
Go to Blog
g a
Go to About

Actions

/ Search
? Show shortcuts
Esc Close overlay

Scrolling

j Scroll down
k Scroll up
g g
Scroll to top
G Scroll to bottom