Friday, July 31, 2026
updated hourly · four languages, one press

php-net.pro · the dev news broadsheet

The Dev Dispatch

The Dev Dispatch · Read

Worth reading

from the PHP & AI blogosphere · 50 articles

DEV · Reads

Here are all my chairs

A humorous take on poor software architecture through the lens of furniture organization. The post examines common design mistakes and over-engineering pitfalls that developers encounter when structuring their codebase, …

AI · Reads

Native-speed vLLM transformers modeling backend

The Hugging Face blog post presents a native-speed modeling backend for vLLM combined with transformers. Readers working on LLM inference will find concrete details about performance gains and integration paths. The piec…

DEV · Reads

Announcing TypeScript 7.0

This Reddit submission points to the official announcement for TypeScript version 7.0. Professional developers using TypeScript in web projects should read it to learn about the latest additions, potential breaking chang…

DEV · Reads

Postgres Is Enough for More Than We Admit

This short piece argues that many teams add extra databases, queues, caches, and services before they actually need them. It is worth reading for its practical framing of when Postgres can stay the center of a stack, and…

PHP · Reads

HTTP Query Method Support in Laravel 13.19

Laravel 13.19.0 adds support for the HTTP QUERY verb with a new Http::query() client method and query/queryJson testing helpers. The release also includes a reduceInto collection method, a counted string helper, and bulk…

PHP · Reads

CLAUDE.md is RAM, not disk

Freek Van der Herten argues that CLAUDE.md serves best as temporary working memory for AI coding sessions rather than growing into permanent project documentation. The post shares concise practices to keep the file focus…

PHP · Reads

AI Review for Laravel Upgrades

Shift now integrates AI-powered code review into its Laravel upgrade workflow. The feature combines Shift's detailed migration comments with AI context for a second-pass analysis, improving upgrade accuracy and reducing …

DEV · Reads

Official jscrambler npm Package Compromised at 8.14.0

The official jscrambler npm package was compromised at version 8.14.0, introducing malicious code into the dependency chain. Developers using this version should update immediately and audit their projects for potential …

PHP · Reads

A tour of my dotfiles

A walkthrough of a developer's dotfile repository—shell aliases, functions, and CLI tools that enable rapid machine setup. Covers modern replacements for Unix utilities (eza, bat, ripgrep, fd, zoxide, delta) with transpa…

PHP · Reads

Rewriting Bun in Rust

Jarred Sumner explains why the Bun team is moving parts of the runtime from Zig to Rust after repeated memory-safety problems in a codebase that combines garbage collection with manual memory management. The piece also d…

back to the front page