Install
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
12% of our posts had an image. The fix: a commit gate, a sha256, and one directory
9+ hour, 10+ min ago (392+ words) On 2026-09-06 we counted the scheduled Bluesky posts our agent had sent over the previous seven days:... Tagged with ai, devtools, programming, productivity....
Manage Telegram Bot Operations with Yii2 Console Commands
16+ hour, 12+ min ago (164+ words) It does not handle real-time inbound update parsing or HTTP request lifecycle management, which remain the responsibility of web controllers or asynchronous queue consumers. To execute these actions on a server, use the default Yii CLI bootstrap binary yii from…...
Implement a Telegram Bot API Client in Yii2: Dependency Injection, 429 Retries, and Logging
16+ hour, 11+ min ago (171+ words) This guide focuses strictly on building the outbound HTTP transport layer for Telegram API endpoints. It does not cover database migrations, active record models, or webhook route setup. First, define a placeholder key in config/params.php: This ensures that…...
Laravel Eloquent ORM, Part 1: Getting Started with Eloquent
16+ hour, 27+ min ago (109+ words) Welcome to Part 1 of the Laravel Eloquent ORM series. This series takes you from the basics all the way to advanced, real-world patterns …...
What's New in Laravel 13: 5 Game-Changing Features You Should Actually Care About
21+ hour, 11+ min ago (177+ words) This is easily the biggest shift in how your models and background jobs look. For years, Eloquent models and queued jobs have been defined by a wall of class properties declared at the top of the file. In Laravel 13, native…...
Green Framework: From a Small Experiment to a PHP Framework
2+ day, 11+ hour ago (474+ words) Green started as a small experiment. 🌱 I didn't have a big roadmap. I just wanted to build a PHP framework myself and understand more of what happens underneath the frameworks I use every day. The first version was simple. I…...
12 Files In, 4 Out: The Secret-Scanning Gate Between Claude Code's Audit Memos and My Obsidian Wiki
2+ day, 11+ hour ago (537+ words) I needed something mechanical that would stop these memos before they got poured into the wiki. That's wiki-sync-improvements.sh. The comment block at the top of the script summarizes the whole design. The reason log.md is excluded is visible…...
Pare de esperar o backend: mocks HTTP no seu próprio subdomínio
3+ day, 15+ hour ago (24+ words) Você já ficou parado por causa de uma API? Se você trabalha em projetos com vários times e... Tagged with api, backend, showdev, tools....
Why Dataverse Plug-in Steps Drift — and Why Stable IDs Fix It
3+ day, 21+ hour ago (1029+ words) If you have worked on a Dataverse project with more than one developer and more than one environment, you have probably seen this: A plug-in fires twice. Or three times. An autonumber skips values. A validation message appears twice in…...
Artisan Debugging Commands in Laravel Telescope 5.24.0
3+ day, 22+ hour ago (602+ words) Or try paginated search → Laravel Telescope 5.24.0 adds two Artisan commands, telescope:list and telescope:show, for reading recorded entries. You can now find a request, exception, job, or query and inspect its batch without opening the dashboard. The September 8, 2026 release…...