Skip to content
Tag18 articles2 courses

Web Development

Everything on Core Concept Learning tagged with Web Development. Explore related tags below.

Related tags

Courses

Beginner~2.5 hours

Master the Next.js App Router, React Server Components, server-side data fetching, Server Actions, caching, and Vercel deployment.

Intermediate~2.5 hours

Master component composition, compound components, custom hooks, performance profiling, React Context, and Concurrent React primitives.

Articles

You press Enter on https://shop.example/products/42. A moment later, a product page appears. That small action crosses naming, transport security, HTTP, edge in…

Jul 17, 202612 min read
Read

npm installs and manages packages. npx runs package binaries, fetching one when necessary. Confusing persistence with execution creates global clutter; treating…

Jul 16, 20265 min read
Read

This guide is for developers who can build a frontend, API, and database but have not yet operated the whole request path. By the end, you can trace one checkou…

Jul 15, 202611 min read
Read

Roadmap graphics for "full stack developer" tend to list every technology that exists and imply you need all of it. You don't. Nobody gets hired for knowing twe…

Jul 6, 20268 min read
Read

A codebase full of any and as uses TypeScript as punctuation, not evidence. The useful patterns are the ones that preserve information through transformations a…

Jul 4, 20267 min read
Read

A team adds "use client" to a layout file so one small interactive search box works, and every component that layout imports — navigation, footer, a large third…

Jul 22, 20268 min read
Read

Next.js 16 provides two primary server execution runtimes for dynamic rendering: the traditional Node.js Server-Side Rendering (SSR) runtime and the lightweight…

Aug 3, 20268 min read
Read

Next.js 16 introduces powerful performance primitives for modern React applications. With refined React Server Components (RSC) streaming, explicit route-level …

Aug 3, 20269 min read
Read

While modern JavaScript JIT engines execute code at high speeds, garbage collection pauses and dynamic typing overhead make JS ill-suited for heavy computationa…

Aug 3, 20269 min read
Read

Securing modern REST APIs against unauthorized access, credential interception, and session hijacking requires strict protocol standards. Legacy session-based c…

Aug 3, 20269 min read
Read

Building interactive, real-time web applications — such as live financial dashboards, collaborative document editors, or multi-user chat platforms — requires co…

Aug 3, 20269 min read
Read

High-concurrency microservices demanding sub-millisecond API response times and tens of thousands of requests per second per node require low-overhead runtime e…

Aug 3, 20269 min read
Read

Deploying new code directly to 100% of production users in a single release introduces massive risk. A single unhandled edge case or performance regression can …

Aug 3, 20269 min read
Read

Modern web applications must deliver instantaneous visual rendering and smooth, latency-free user interactions. Heavy JavaScript bundle sizes, unoptimized hero …

Aug 3, 20269 min read
Read

Building real-time applications — such as crypto market data feeds, multiplayer gaming servers, or live chat applications — requires maintaining hundreds of tho…

Aug 3, 20269 min read
Read

Single-Page Applications (SPAs) executing inside client-side web browsers are classified by OAuth 2.0 standards as Public Clients. Unlike confidential backend s…

Aug 3, 20269 min read
Read

"Optimize LCP" is not one task, because Largest Contentful Paint is not one number you move with one fix — it's the sum of four distinct phases, each with a dif…

Aug 3, 20269 min read
Read

A knowledge base is a different problem from a marketing site's blog, even though both start as "pages made of Markdown." A knowledge base needs a table of cont…

Aug 3, 20269 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics