Stack
The tools, technologies, and core principles I rely on to build, deploy, and maintain my projects.
Technologies
- Astro - My framework of choice for ultra-fast content and portfolio websites.
- Flutter & Dart - For multiplatform mobile and desktop application development.
- Next.js - For building full-featured dynamic web portals, like Hamro Barnamala.
- Python - Scripting, scraping pipelines, scraping NEPSE data, and LLM orchestration.
- Cloudflare Workers & Pages - Lightweight serverless APIs and static asset hosting.
- PostgreSQL & Cloudflare D1 - Reliable databases for managing portfolio metrics and content.
Typography & Assets
This site is built with zero external fonts or render-blocking third-party scripts. It utilizes native, modern system sans-serif font stacks (like San Francisco, Segoe UI, Roboto) for sub-second page loads.
Architecture Principles
- Zero JS by Default - Only ship client-side JavaScript when absolutely required (like the light/dark theme switch).
- Free-Tier First Hosting - Running production-grade applications on Serverless platforms for $0/mo where possible.
- GitOps & Push-to-Deploy - Automatic pipelines where push to main deploys instantly to Cloudflare Pages.