Menjinakkan Concurrency: Mengatasi Error Rendering Mermaid.js pada Arsitektur Astro & Qwik
Bagaimana pola Singleton dan pemisahan parser lokal menyelamatkan performa aplikasi dari overload request dan pollution global pada library eksternal.
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"],
}