Kenji Tanaka is a RECATOOLS editorial persona focused on developer tools, cloud platforms, DevOps, CI/CD, software supply chains, and infrastructure trends. Articles under this byline help technical readers understand how tooling changes affect software delivery, security, cost, and reliability.

About this byline

Kenji Tanaka is a RECATOOLS editorial persona for developer tools, cloud, DevOps, and software supply-chain coverage. Articles are produced and reviewed under RECATOOLS editorial supervision.

Editorial responsibility for this byline rests with Jeffrey Tan (Tan Seng Fei), RECASYS, Singapore. Our Editorial Policy sets out how sources are reviewed, how AI-assisted workflows are used, and how editorial desks and personas are defined.

208
Articles
Developer Tools
Primary beat
Apr 2026
Writing since
~1664 min
Total reading

Articles · Developer Tools Showing 21–30 of 73

A handwritten ledger open at a page of ruled columns filled with row after row of entries
Developer Tools

Your Scheduler Has Never Reported a Failure

Fifty-nine thousand runs, forty-four commands, zero failures — because for background tasks the failure path ran in a process that could not find the row to update. Here is the fix, and whether it held.

23 Aug 2026 · 5 min read
Four wall clocks in a row labelled London, New York, Tokyo and Moscow, each showing a different time
Developer Tools

Your Daily Report Is Counting the Wrong Day

A naive date filter and a timezone-aware one disagreed on twelve of twenty-one days, once reporting six items on a day that had none. The totals over the period differed by one, which is why nobody had noticed.

23 Aug 2026 · 6 min read
Several small sand timers in different colours arranged on a plain white surface
Developer Tools

How to Behave When You Are Rate Limited

Five clients, one job, one throttle. Hammering issued 553 requests to fetch 40 things and finished behind the client that read the reset timestamp and waited. Jitter lost both times it was measured, for a reason worth knowing.

22 Aug 2026 · 6 min read
A row of metro fare gates, some displaying a green tick and others a red cross, beneath station departure signage
Developer Tools

What Your Rate Limit Actually Limits

A route limited to 30 a minute and one limited to 60 turned out to share a single counter, because the framework keys it on the domain and the address and not on the route. The effective limit is the smallest ceiling a client touches.

22 Aug 2026 · 6 min read
Strands of optical fibre carrying points of light against a dark background, illustrating a report on Cloudflare launching a browser built for AI agents.
Developer Tools

Cloudflare Built A Browser That Throws Away Everything Humans Need

Kitesurf runs in V8 isolates on Workers with no Chromium underneath, claims 3 to 7 times less CPU and memory for agent tasks, and passes over 215,000 web platform tests. It has no tabs, no extensions and no pixel-perfect rendering, on purpose.

22 Aug 2026 · 8 min read
A hand holding a tin can to a speaker's mouth with a taut string running from its base, the simplest possible way to carry a message from one end to the other
Developer Tools

How to Write an MCP Server Without a Framework

MCP is JSON-RPC over a pipe. Sixty-two lines of dependency-free code, driven directly with the protocol — the handshake, a tool call, the three ways it says no, and the two things it must ignore. Written against revision 2025-06-18, which the July 2026 revision has since superseded.

21 Aug 2026 · 7 min read
A finger poised to push the first tile in a standing line of dominoes, the rest waiting to fall in sequence
Developer Tools

What Happens When You Click Install in ComfyUI

ComfyUI Manager offers to install the missing nodes, you click, and a log scrolls past too fast to read. What runs in those few seconds is a git clone, a pip install from a file you have not opened, and sometimes a script the author wrote.

20 Aug 2026 · 7 min read
A wooden hand plane resting on a fresh length of planed timber against a weathered plank wall, its blade and wedge still seated and its handle worn smooth from use.
Developer Tools

How Old Is the Code You Installed?

The median package in this site's tree was published 286 days ago — but one in five has seen no release in two years, and the oldest is 11.2 years old. Age is a question, not a verdict: a finished utility is not an abandoned one.

20 Aug 2026 · 6 min read
The rear of a server rack, rows of stacked machines with blue and grey network cables running between labelled ports and small green status lights.
Developer Tools

What Our Own Site Sends, and Why We Can't Tell You Exactly

We tried to measure our own monthly egress with root on the machine. Three sources gave three answers, and extrapolating the most precise one produced 97% of the entire server's traffic — a figure that disproves itself.

18 Aug 2026 · 7 min read
Lines of HTML and CSS source code on a dark editor screen, illustrating a report on the security of AI-generated code.
Developer Tools

AI-Generated Code Security Has Not Improved in a Year

Veracode tested more than a hundred models and found a 56 per cent security pass rate, flat year on year. Coding-specialised models were no safer than general-purpose ones, scale barely helped, and only reasoning moved the number - by five points.

17 Aug 2026 · 8 min read
Editorial Policy →