Tag: #rendering
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Next.js 16 Architecture — A Deep Dive into Turbopack and Cache Components
A deep look at the Next.js 16 architecture through the lens of App Router structure, the server/client component boundary, rendering models, Cache Components, and Turbopack, now the default bundler. We unpack the request
2026-06-27 · 11 min read #nextjs#turbopack#cache-components#app-router#renderingPBR Texturing and Rendering — The Science of Light and Material
Starting from UV unwrapping, this guide organizes the core PBR concepts of metallic, roughness, base color, and normal maps. It covers texture map types and baking, the rendering pipeline split between rasterization and
2026-06-27 · 18 min read #pbr#texturing#rendering#uv-unwrapping#lightingHow Browsers Work: From URL Input to Pixel Rendering — Essential Frontend Interview Knowledge
Everything about how browsers work! DNS→TCP→HTTP→HTML parsing→DOM/CSSOM→Render Tree→Layout→Paint→Composite, Critical Rendering Path optimization, Reflow/Repaint, requestAnimationFrame, Web Workers, and more.
2026-03-24 · 17 min read #browser#rendering#dom#cssom#layout