Using `make` to compile C programs (for non-C-programmers)
A guide for non-C programmers on how to compile C programs using `make`, covering compiler installation, dependencies, and common issues.
A guide for non-C programmers on how to compile C programs using `make`, covering compiler installation, dependencies, and common issues.
A developer details building a high-traffic scavenger hunt website for a restaurant using Astro, Tally forms, and Netlify under a tight deadline.
A beginner's guide on how to call Elixir libraries from a Gleam project, including setup and dependency management.
A deep dive into how import/export keywords and 'use client'/'use server' directives work in React Server Components (RSC).
An analysis of OpenAI Codex as an autonomous coding agent, detailing a real-world task to improve label formatting logic.
A developer's build log for PocketCal, an open-source web app for creating and sharing calendar date groups via URL, created with GitHub Copilot.
Explains the concept of flattening a multidimensional array into a 1D array, with JavaScript examples and a real-world use case.
Explains React Server Components (RSC) by comparing them to the 'code as data' concept of quoting in LISP programming.
Explores the concept of 'Progressive JSON', a method for streaming JSON data to clients in a usable, incomplete state, similar to Progressive JPEGs.
The author details developing a hard mode for a Pong clone in Love2D, focusing on improving CPU AI and implementing fun alternatives.
Explains why React Server Components (RSC) integrate with bundlers for efficient code serialization and client-side delivery.
A developer's criteria and research for choosing a new, unconventional programming language to learn for full-stack web development.
Explores the ideal number of network requests needed for web page navigation, comparing traditional HTML apps with modern client-side approaches.
An engineer critiques the poor security practices in many software companies, highlighting willful neglect and developer resistance to basic safeguards.
Explains challenges with Postgres TOAST columns in Debezium CDC events and solutions using Debezium's reselect processor and Apache Flink.
An exploration of TanStack Router's features, focusing on its type-safe routing and developer experience for React applications.
A beginner's guide to the Model Context Protocol (MCP) for building scalable AI applications with tutorials in C#, Python, Java, and TypeScript.
Key takeaways from Simon Willison's podcast interview on software architecture, plugins, and effectively using LLMs in development.
A developer documents their progress creating a Pong clone using the Love2D framework and Lua, adding features like fullscreen mode and menus.
Learn how to load large JSON files into Pydantic models using memory-efficient techniques like ijson and dataclasses.