TPThomas Portelangeinblog.lekoala.be·19h ago · 13 min readGood Agentic Workflows Are Born From Pain, Not PrinciplesOver the past few weeks, I have been experimenting with a more agentic way of building software projects. I started with a project template that Sol helped me generate. It seemed to cover all the typi11M
PPPrajapati Pareshinsmarttechdevs.hashnode.dev·1d ago · 5 min readBackend Architecture: Circuit Breaker Pattern in LaravelThe Anatomy of a Cascading Failure In a distributed microservices architecture, your system is only as resilient as its weakest network link. Imagine your primary Laravel application acting as an API 00
PPPrajapati Pareshinsmarttechdevs.hashnode.dev·1d ago · 5 min readBackend Architecture: Hexagonal Architecture in LaravelThe Trap of Framework Coupling Laravel is arguably the most productive web framework in existence. However, its greatest strength—rapid development via tools like Eloquent ORM and Facades—is also its 00
PProxiesThatWorkinproxiesthatwork.hashnode.dev·3d ago · 5 min readProxies in PHP: Setting Up cURL and Guzzle for ScrapingIf you're scraping or making HTTP requests in PHP and need to route them through a proxy, you have two solid options: the built-in cURL extension, or the Guzzle HTTP client if it's already in your pro00
PPPrajapati Pareshinsmarttechdevs.hashnode.dev·3d ago · 5 min readBackend Architecture: Redis Rate Limiting in LaravelThe Threat of the Unregulated Endpoint In enterprise software architecture, an unthrottled API endpoint is a ticking time bomb. When you build a highly valuable public API, you immediately attract two00
SHSanskriti Harmukhinvultr.hashnode.dev·3d ago · 5 min readInstalling Composer with PHPComposer is the standard tool for managing PHP dependencies. It automates library installation, enforces version constraints, and helps organize autoloading, making it an essential part of modern PHP 00
MMMarket My Casainmarketmycasa.hashnode.dev·4d ago · 9 min readWeb push from a PHP backend with no vendor: VAPID, ES256, and the six ways it fails silentlyOriginally published on DEV. I ship a WordPress plugin that real estate agents use to send postcards. When somebody scans the QR code on a card and lands on the agent's page, the agent should know wit00
JJJames Joynerinsite-builder-stack.hashnode.dev·4d ago · 7 min readHanding a WordPress site to Claude Code without it breaking anythingClaude Code is very good at working inside a repository. WordPress is not, primarily, a repository. It is a PHP application whose behaviour is decided by three things at once: the files on disk, the r00
RKRameez Karamatinrameezmeans.hashnode.dev·4d ago · 13 min readHow I Built Context Into a Multi-Model Mental Health Academic ProjectI worked on a Mental Health Academic Project where one of the main problems was actually very simple to understand. AI models do not remember your database. They do not remember the previous API reque00
KLKamran Liaquat Aliinkamranbuilds.hashnode.dev·5d ago · 6 min readHow I Built a WordPress Broken Link Checker for 500-Page AuditsBroken links are easy to fix once you know where they are. The difficult part is finding them across a growing website, separating genuine failures from restricted responses, and showing enough contex00