Misteri Sesi Chat AI yang Hilang: Bug 'Split-Brain' Remote-SSH & Cara Menyelamatkannya
Mengupas tuntas bug ghost session pada Antigravity saat menggunakan arsitektur VS Code Remote SSH dan cara recover context dengan 2 prompt sakti.
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.
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"],
}