I Built an AI Issue Triage Bot in 500 Lines of TypeScript — Here's How
A lightweight GitHub Action that auto-classifies, labels, deduplicates, and replies to issues using your own LLM API key.
Get hand-picked daily summaries of the best, most informative programming articles from around the web. Browse recent summaries, then jump to the original source when you want the full article.
A lightweight GitHub Action that auto-classifies, labels, deduplicates, and replies to issues using your own LLM API key.
A Java library maintainer hid a prompt injection in jqwik 1.10.0 that instructs AI agents to delete user tests and code.
Hour-based estimates always run low because complexity and time are different dimensions — here's why story points lead to better teams and more accurate sprints.
A production-ready C++ chat app built on Boost libraries, showcasing async networking, Docker deployment, and a forkable full-stack project skeleton.
Clawd is a desktop pet that animates in real time based on your AI coding agent's state, with permission bubbles and multi-agent support.
Use CSS attribute selectors and pseudo-classes to auto-inject accessible external link icons — no JavaScript or manual markup needed.
This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.
AI has quietly rewritten software UX — from ghost text to agentic workflows — and most developers didn't notice it happening.
Inngest fixed event loop starvation in Node.js by isolating WebSocket heartbeats in a worker thread — and learned hard lessons about how Node threading really works.
Build a reusable Claude skill that auto-files Gmail receipts into Google Drive with a simple SKILL.md prompt file — no CLI needed.
Late.sh is an SSH-accessible terminal app for developers, combining lofi music, real-time chat, games like Minesweeper and Solitaire, and tech news in one shared space.
Auto Scroll is a minimal TypeScript-built Chrome extension for hands-free, speed-controlled scrolling on any webpage.
Auto-updating dependencies is now a primary attack vector — and Dependabot-style tooling is making it worse, argues this veteran DevOps engineer.
Cursor AI's Composer 2.5 hits rank 3 on the Coding Agent Index — 50x cheaper and 4x faster than before, rivaling top models.
A 40-year coding veteran argues AI doesn't replace developers — it elevates them to architects who must write better specs, not less code.
AI handles the coding, but developers now spend most of their day assembling context and planning — those are the new bottlenecks.
Deploy a TensorFlow object detection pipeline on the Reachy Mini robot, with real-time head tracking, antenna reactions, and a live dashboard.
How one team migrated a live app from Node.js to Rails with zero downtime by sharing a database and migrating page-by-page.
Callstack's Apex is a React Native-specialized AI coding model offering faster inference and lower cost than general-purpose frontier models.
Python evaluates default arguments once at definition time — so mutable defaults like `[]` silently accumulate state across every function call.
A developer rebuilt the same DOCX plugin in Ruby, Java, and TypeScript, and shares honest tradeoffs between each language and runtime.
Save your React team's conventions as reusable Claude skills to eliminate repetitive prompting and enforce consistent AI-generated code.
CSS Grid and Flexbox still frustrate developers with syntax complexity and missing features — overflow detection tops the wishlist for responsive design.
Use CSS letter-spacing with negative values and color transitions to create text reveal and hide effects without any JavaScript.
CSS animations outperform JS ones due to thread separation — but Motion's Web Animations API usage closes that gap surprisingly well.