2025.11.09E·21When TypeScript Type Errors Aren't Caught During Build
Solving issues where TypeScript type errors show during development but are ignored during build.
TypeScriptBuildType Safety
→2025.11.05G·03Surviving the CJS vs ESM War in Next.js
Digging into the CommonJS vs ES Modules conflict that causes "Named export not found". A complete guide from package.json exports to transpilePackages.
Next.jsJavaScriptCommonJS
→2025.11.02G·02Static vs Dynamic: Reading the Next.js Build Output
Do you know what the Circle (○) and Lambda (λ) symbols mean in Next.js build logs? Ensure you aren't accidentally making every page dynamic.
Next.jsBuildOptimization
→2025.08.01F·162Build Process: From Hello.c to a.out (Compiler Toolchain)
Anatomy of the GCC pipeline. Preprocessor, Compiler, Assembler, and Linker. What happens when you type `gcc main.c`.
CSCompilerC
→