ls /news/developer-tools · home newsdeveloper-tools
grep -r --recent /news/developer-tools | head -20

Developer Tools News

Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.

2033 articles page 79 of 102 0 sources 30 min sync cycle
18:11
2026-04-13
xint.io
artificial-intelligence · 3m read ↓ neg

AI Made Code Cheap. Trust Did Not.

According to the article, the use of AI coding tools has led to a significant increase in software vulnerabilities, with incidents per pull request rising 23.5% and change failures increasing 30% year over year, while at…

12:00
2026-04-13
joshwcomeau.com
developer-tools · 9m read ↑ pos

Squash and Stretch

The article discusses the "squash and stretch" principle from Disney's 12 Basic Principles of Animation and how it can be applied to web development, specifically for animating SVG icons. The author demonstrates this tec…

05:36
2026-04-13
gist.github.com
developer-tools · 21m read ↑ pos

🧠 Make Your AI Coding Assistant 500x Smarter — Complete Guide to graphify + code-review-graph + MCP (Knowledge Graphs for Claude Code, Cursor, Windsurf)

To dramatically improve AI coding assistants by using the Model Context Protocol (MCP) to create knowledge graphs of codebases. Instead of having the AI read every file from scratch for each query—which is slow and expen…

01:58
2026-04-13
gist.github.com
developer-tools · 2m read · neu

My claude code settings (Mac)

Configuration file (`settings.json`) for Claude Code on Mac, which defines automated hooks that pause and resume media playback (using `nowplaying-cli`) during Claude interactions, and triggers a `rtk` hook before Bash t…

00:00
2026-04-09
bun.com
developer-tools · 21m read ↑ pos

Bun v1.3.12

Bun version 1.3.12 introduces native headless browser automation via `Bun.WebView`, supporting both WebKit and Chrome backends with OS-level event dispatching. The update also adds the ability to render Markdown files di…

10:25
2026-04-05
gist.github.com
cybersecurity · 3m read · neu

Naive Proxy Guide

Step-by-step guide for setting up a Naive Proxy using a modified version of the Caddy web server with the forwardproxy plugin. The instructions cover server preparation, including enabling Google BBR, installing Go, and …

05:23
2026-04-05
gist.github.com
developer-tools · 3m read · neu

Add cache health to statusline

To add cache health monitoring to a custom statusline script for Claude Code, tracking the ratio between cache reads (cheap, reused tokens) and cache creation (expensive, rebuilding tokens). The implementation uses a JSO…

23:29
2026-04-04
gist.github.com
developer-tools · 16m read · neu

personal_wiki_skill.md

This article describes a system for creating a personal knowledge wiki from an individual's data, emphasizing the role of a writer who understands and connects information rather than just filing it. It provides detailed…

17:00
2026-04-04
olano.dev
developer-tools · 3m read · neu

What is this and Why is it here?

The article explains that the core of software development involves repeatedly answering two questions: "what is this?" and "why is it here?" The author argues that code should be "obvious," meaning these answers should …

14:51
2026-04-03
muratbuffalo.blogspot.com
developer-tools · 4m read · neu

OSTEP Chapter 14: Interlude -- Memory API

The chapter covers the fundamentals of manual memory management in C, focusing on the `malloc()` and `free()` functions and common programming errors like buffer overflows and dangling pointers. It explains that stack me…

← prev page 79 / 102 next →
LIVE [news/developer-tool] indexed:2033 page:79/102 en · ua 2026-05-20 ·