The body element
A whimsical exploration of the HTML <body> element, its structure, and its relationship to the <head> element, using analogies to human anatomy.
A whimsical exploration of the HTML <body> element, its structure, and its relationship to the <head> element, using analogies to human anatomy.
Explores the proposed CSS syntax for creating masonry layouts, a grid-like design popularized by Pinterest, and the debate around its implementation.
A developer explains why they limit AI use in programming, citing the difficulty of verifying AI-generated code without a proper mental model.
Advocates using explicit mapping objects over complex ternaries for state transitions in TypeScript/React, using a theme toggle as an example.
Robin, a German software engineer, introduces his background, mission to make coding education accessible, and his freelance work.
The Puzzmo team shares their 2024 tech stack, including React Native, TypeScript, and Expo, and discusses challenges with cross-platform development.
A developer shares key insights and practical lessons from a successful, incremental rewrite of a C++ codebase to Rust.
An introduction to Decentralised Physical Infrastructure Networks (DePIN), a token-incentivized model for crowdsourcing physical resources like data, storage, and compute.
Explores the differences between event and entity data modeling, when to use each approach, and practical design considerations for structuring data effectively.
Explores the debate on whether CSS masonry layout should be part of CSS Grid or a separate module, with examples and syntax considerations.
Monthly roundup of news and developments in data streaming, stream processing, and the data ecosystem, featuring Apache Flink, Kafka, and open-source tools.
A Web Component for embedding Bluesky posts with metadata like replies, reposts, and likes, using the public Bluesky API.
Explores a common bug in C arena allocators and presents safer implementation strategies to prevent out-of-bounds writes.
The author reflects on coining the term 'Central Bank Digital Currency' and critiques a controversial hypothetical use case involving 'digital meat rations'.
A technical tip on using AWK to count lines of Rust source code while excluding test modules, focusing on practical command-line solutions.
The Big Book of R adds 10 new books, including Spanish titles and English works on data science, statistics, and fantasy football analytics using R.
A tutorial on implementing custom authentication in Next.js 15 using App Router, Server Components, and Server Actions.
A tutorial on building a custom, session-based authentication system in JavaScript and TypeScript, covering secure password handling and session management.
A developer's hands-on test of NVIDIA's Nemotron LLM for coding tasks, detailing setup on a cloud GPU server and initial impressions.
Explains the shift from Swashbuckle to built-in OpenAPI in ASP.NET 9 and how to handle API documentation.