How to make data “AI-ready”?
A guide on preparing data for Generative AI using RAG, covering data embedding, chunking, and building effective data pipelines.
A guide on preparing data for Generative AI using RAG, covering data embedding, chunking, and building effective data pipelines.
A guide on using the pytest-env package to set environment variables for pytest tests in pyproject.toml, avoiding direct os.environ modification.
Explores alternatives to XSLT for making XML files human-readable, as browser support for XSLT is being removed.
A technical guide on implementing asset fingerprinting and the preload response header in 11ty to improve website performance.
An opinionated syntax primer for the Lean programming language, covering definitions, types, and running code.
A guide to deriving client state from server state in React applications using React Query, avoiding manual sync with useEffect.
A beginner's guide to understanding JSON syntax and using Node.js to read and write files, part of a web development series.
A beginner-friendly tutorial explaining the JavaScript Map data structure, including creation, usage, and key methods.
An analysis of .ConfigureAwait in .NET, discussing its historical importance and modern relevance in different application contexts.
A guide to setting up asynchronous PostgreSQL operations with SQLModel and FastAPI, including code examples for async engines and sessions.
A beginner's guide to JavaScript exceptions, covering error handling, the Error class, and stack traces for web development.
Martin Fowler shares thoughts on LLMs in software development, discussing usage workflows, the future of programming, and the AI economic bubble.
How AI-assisted reverse engineering helps companies understand and modernize critical legacy systems that have become 'black boxes'.
A beginner's guide to creating and using plain objects in JavaScript, including properties, methods, and a practical flash card app project.
Adobe ColdFusion Bug: Nested Array Iteration Breaks Closure Variables By Ben Nadel Published 2025-08-27 in ColdFusion — Comments (3) While working on
A technical article detailing a bug in Adobe ColdFusion where the CFQuery tag leaks SQL statements into the page output during array iteration.
How Thoughtworks used AI and a 'Research, Review, Rebuild' workflow to modernize the Bahmni hospital system's frontend, drastically cutting migration time.
A guide to building a custom CLI coding agent using the Pydantic-AI framework and Model Context Protocol for project-specific development tasks.
A beginner's guide to JavaScript modules and testing, covering arrow function syntax and how to split code into multiple files.
A conversation between Martin Fowler and Unmesh Joshi on applying Fred Brooks's ideas about complexity to the role of LLMs in software development.