An amusing blind spot in Go's static analysis
A look at a subtle bug in a Go test where a for loop iterates over an empty slice, and how static analysis tools miss it.
A look at a subtle bug in a Go test where a for loop iterates over an empty slice, and how static analysis tools miss it.
A tutorial on building an HTML5 math drawing game using a reusable TypeScript class, with a Phaser example for rendering.
Analyzes AI's impact on software engineering, covering developer evolution, skill gaps, productivity myths, and the future of the profession.
Troubleshooting Azure Function App host runtime errors caused by Storage account networking misconfiguration and the secure fix.
A cleaner method for managing Python package version numbers using uv and importlib.metadata, avoiding manual updates.
A technical guide on integrating a MySQL database with a Nuxt 3+ application using the Drizzle ORM for type-safe, modern development.
Introducing Icepath, a unique 2D programming language inspired by sliding puzzles, where code execution visually traverses a grid of opcodes.
Explores creative funding models for open source projects, including the Open Source Maintenance Fee, to ensure sustainability.
A monthly roundup of curated links and articles focused on data engineering, Apache Kafka, and data platform technologies.
A speaker shares insights from his CSS Day talk on 'Smart Layouts', advocating for fluid, self-adapting CSS using modern features like clamp and container queries.
A developer's build log for Ductts, a React Native app for tracking crying frequency, detailing the development process and challenges.
Author announces publication of 'Taking Testing Seriously', a 500-page book detailing the RST software testing methodology after 55 months of work.
A developer automates fetching liked articles from Instapaper, cleaning and sorting them into a JSON feed for their static site using Node.js and GitHub Actions.
A guide on handling multipart/form-data in Azure Durable Functions HTTP Orchestration Triggers using ASP.NET Core integration.
Explores the challenges of managing code deprecations on iOS, covering both vendor and internal deprecations, and discusses the limitations of Apple's tooling.
Mitchell Hashimoto shares insights on how tech non-profits can improve their donation processes and marketing to attract more donors.
A developer explores embedding the Wren scripting language into Hare programs, detailing the process and showcasing the resulting hare-wren library.
A beginner's guide to JavaScript booleans, comparisons, and if statements for conditional code execution in web development.
A comprehensive guide to implementing and using the Python logging module for application monitoring and performance analysis.
Microsoft is discontinuing its popular Microsoft Lens scanning app, forcing users to migrate to OneDrive or Copilot 365, with a critical comparison of the replacements.