Tag: #javascript
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 10 posts
The Generational Shift in Languages and Runtimes — Eleven Projects Read Through Their Official EOL Notices
Eleven languages, frameworks and runtimes with official end-of-life notices on record. Python 2, AngularJS, Vue 2, Nashorn, Java applets and Web Start, Mono, Xamarin, PhoneGap, Atom, io.js and jQuery Mobile, each split i
2026-08-12 · 10 min read #open-source#javascript#java#python#frameworkBuild Tools That Stepped Down From Default — Why Ten Frontend Toolchains Gave Up Their Place
Ten tools that were once the default in frontend projects and are rarely picked for new ones today, organised strictly around verifiable evidence: official deprecation notices and repository archive status. Create React
2026-08-12 · 9 min read #open-source#frontend#build-tools#deprecation#javascriptKorean 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#typescriptDeno 2.9 — The deno desktop Experiment, Lockfile-Preserving Migration, and a 24-Hour Supply-Chain Default
Deno 2.9, released on June 25, 2026, comes down to three stories: deno desktop, an experimental feature for building native desktop apps with the web stack (OS webview by default, an optional bundled CEF); a migration pa
2026-07-17 · 14 min read #javascript#deno#javascript-runtime#node-compatibility#supply-chainWhy npm supply-chain attacks won't go away — what npm-scan actually checks, and the defenses that work
npm supply-chain attacks are not isolated accidents but a recurring product of install scripts, transitive dependencies, and typosquatting. In 2025 the Shai-Hulud worm self-replicated through install scripts and harveste
2026-07-11 · 7 min read #npm#supply-chain#security#javascript#nodejsJS Build Tools Rust Wave 2026 — Turbopack, Rspack, Rolldown, oxc, Biome, Vite 6, Bun Deep Dive
The JavaScript build chain is going through a generational rewrite in 2026. webpack and Babel, Rollup and Prettier, ESLint and terser — the tools that defined an era are being replaced by Rust rewrites. Turbopack is now
2026-05-15 · 21 min read #javascript#build-tools#turbopack#rspack#esbuildRegular Expressions Complete Guide 2025: From Basics to Advanced Patterns and Real-World Applications
Everything about regex! Basic syntax (., , +, ?), groups and capturing, Lookahead/Lookbehind, greedy vs lazy matching, 30 practical patterns (email/URL/IP/phone), performance optimization (ReDoS prevention), and language
2026-03-23 · 15 min read #regex#regular-expression#pattern-matching#text-processing#validationReact Server Components and Server-First Web Development: The New Standard in 2026
React Server Components (RSC) have become the standard in frontend development in 2026. This comprehensive guide covers RSC fundamentals, Next.js 15 implementation, migration from traditional approaches, and measurable C
2026-03-16 · 10 min read #react#nextjs#web-development#server-components#frontendReact SPA Authentication Practical Guide — Cookie vs Storage, Axios Interceptors, XSS/CSRF Defense Complete Mastery
Master everything about managing authentication state in React SPAs, from comparing cookies, localStorage, and in-memory storage to Axios interceptors, XSS/CSRF defense, with practical code examples.
2026-03-08 · 20 min read #architecture#authentication#react#jwt#cookieSummary of Javascript Data Types
Summary of Javascript data types
2023-08-10 · 2 min read #javascript