Howto Catch Risky JavaScript Bugs with eslint-plugin-security
eslint-plugin-security catches dangerous JavaScript patterns like command injection, unsafe regex, and dynamic eval() directly in your editor and CI pipeline.
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.
eslint-plugin-security catches dangerous JavaScript patterns like command injection, unsafe regex, and dynamic eval() directly in your editor and CI pipeline.
VillageSQL lets you extend MySQL with custom types and functions — here's how one developer built a working Roaring Bitmap extension from scratch.
Six advanced Doctrine ORM strategies for Symfony 8.1 that eliminate N+1 queries using DQL, DTO hydration, and memory-safe iterators.
ScribeSVG generates customizable typing animations for GitHub READMEs by embedding fonts as Base64 SVGs to bypass GitHub's strict content proxy.
A portable senior-engineer protocol that stops AI coding agents from guessing at APIs and ignoring conventions in multi-language projects.
DeepSeek is building its own agentic coding tool to rival Claude Code, backed by models up to 100x cheaper than Anthropic's flagship.
This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.
Build complex multi-step forms in Next.js using a declarative rule engine evaluated at both client and server boundaries for responsive, tamper-proof submissions.
You can make real API calls from email using AMP and a CSS checkbox trick — no JavaScript, ~70% client coverage.
Ten open source tools covering 3D modeling, pixel art, level editing, audio, dialogue, and UI that plug into any game engine pipeline.
An open-source WYSIWYG .docx editor for React and Vue with OOXML support, tracked changes, real-time collaboration, and an AI agent SDK.
Converse.js adds Message Reactions, Message Replies, and XMPP provider autocomplete while squashing a batch of UI and accessibility bugs.
Agent CRM is a headless, SQLite-backed CRM with a CLI designed for Claude to autonomously run sales workflows without API overhead.
"React developer" is the noisiest label in tech — your real competitive edge is the specific stack cluster sitting next to your React skills.
ShareBox is a zero-dependency PHP 8.1 file sharing platform with live FFmpeg video streaming, expiring links, and explicit security — no framework needed.
agent-estimate gives you PERT-calibrated time and cost forecasts for AI agent tasks — multi-model, one command, before you build.
A 5-hour deep-dive JavaScript course covering engine internals — scope, closures, hoisting, prototypes, and async patterns — for developers who want real understanding.
Build a Superhuman-style collaborative email interface with Next.js and Velt — inline comments, presence, and notifications with zero backend work.
AI's probabilistic outputs make traditional pass/fail testing obsolete — here's what a modern AI testing strategy actually looks like.
OpenAI's Codex on iOS now supports push notifications, fixes a Sign in with Apple bug, and adds new slash commands.
Google's Antigravity CLI replaces Gemini CLI with a faster Go-based agent featuring async subagents, multi-model support, and SSH-aware auth.
Claude Code offers a polished Anthropic-native coding agent experience, while OpenCode gives developers full control over models, tools, and workflows.
Gemini 3.5 Flash leads MCP Atlas benchmarks at 83.6%, adds automatic thought preservation, and closes the speed-vs-intelligence gap for agentic workloads.
A detailed guide to Node.js and V8 cross-project patch workflows, covering build systems, ABI compatibility, and repository coordination tips.
Deepfence SecretScanner detects exposed secrets like API keys and passwords in container images and filesystems, outputting results as JSON.