Apr 27 · 2 min read · The Build Tool Landscape Has Shifted Dramatically Webpack dominated JavaScript build tooling for nearly a decade, and that dominance has ended. Vite — created by Evan You, the creator of Vue.js — has become the default build tool for new projects acr...
Join discussionApr 14 · 6 min read · Originally published at recca0120.github.io React Compiler reached 1.0 stable in October 2025 — it auto-applies what useMemo / useCallback / React.memo do by hand. Most tutorials online still teach the old react({ babel: { plugins: [...] } }) form, w...
Join discussionApr 11 · 3 min read · Hook Shipping PH Juris AI Buddy to Google Cloud Run sounded like a straight docker build and gcloud run deploy. It was — once we stopped fighting build-time env, browser caches, and speech APIs that behave differently after an async LLM round-trip. W...
Join discussionApr 6 · 11 min read · In the rapidly evolving landscape of modern software engineering, the ability to rapidly prototype complex, distributed systems is no longer a luxury—it’s a necessity. This article deconstructs the de
Join discussionApr 1 · 1 min read · Role of the frontend The philippine-law-assistant/frontend is a Vite + React app that talks to the FastAPI backend: chat flows, practice test UI, and browser-based voice where supported (Chrome noted as the best target for voice). What I used Vite f...
Join discussionApr 1 · 1 min read · What this slice is ai-image-studio/ is described as a standalone AI image generation app: a Vite front end plus a compact Spring Boot API. It is intentionally separate from LGU City Hall and from the Philippine law assistant. Tech stack Vite for the...
Join discussionMar 31 · 2 min read · Quick Comparison ViteWebpack Dev serverInstant (native ESM)Slower (bundling) HMRNear-instantSlower ConfigMinimalVerbose Production buildRollupWebpack Plugin ecosystemGrowingMassive Learning curveLowHigh When to Use Vite New projects (i...
Join discussion
Mar 24 · 10 min read · https://github.com/SubhanshuMG/ForgeKit The Problem Nobody Talks About Honestly It is 9 AM on a Monday. Your team just got greenlit on a new microservice. You spin up a fresh repo and then spend the
PIronic commented