Tag: #css
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
Korean Dev Blog Curation 4 — Frontend, 14 Posts I Opened and Checked
Fourteen Korean-language frontend posts selected for being concrete and reproducible. They cover closures explained through execution context, why JavaScript chose prototypes, TypeScript conditional types and infer, why
2026-08-12 · 12 min read #curation#큐레이션#frontend#javascript#typescriptDesigning a Credit Scoring System (CSS) — From Scorecards to ML Underwriting
A deep dive into the CSS (Credit Scoring System), the brain of loan underwriting. We cover application vs behavior scores, WoE/IV-based scorecard development, the regulatory comparison between logistic regression and ML
2026-06-13 · 16 min read #credit-scoring#css#risk-management#machine-learning#scorecardWeb Standards & CSS 2026 — Container Queries / View Transitions / Popover / Anchor Positioning / Scroll-driven Animations Deep Dive
In 2026, the web platform finally became what we have been waiting a decade for. Container Queries are the default for component responsiveness. View Transitions API extended from single-page to cross-document, making sm
2026-05-16 · 16 min read #web-standards#css#container-queries#view-transitions#popover-apiTailwind CSS 4 Deep Dive — Oxide Engine, Vite-First Architecture, CSS-First Config, and a Real v3 Migration Story for 2026
Tailwind CSS 4 is not a point release. It is a rewrite — the engine is in Rust, the JS config file is gone, the content array is gone, and the entire toolkit of modern CSS is now wired straight into the framework. A year
2026-05-14 · 18 min read #tailwind-css#tailwind-v4#oxide#vite#cssModern CSS Mastery 2025: Flexbox, Grid, Container Queries, and Tailwind CSS
Everything about modern CSS! Flexbox vs Grid comparison, Container Queries, CSS Nesting, :has() selector, View Transitions, Scroll-Driven Animations, Tailwind CSS v4, CSS-in-JS comparison, responsive design patterns, and
2026-03-24 · 19 min read #css#flexbox#grid#tailwind#container-queries