Ralph Loop Junkie: Ship Apps With Autonomous Coding Agents
Ralph Loop Junkie is my open-source app for running coding agents in Ralph loops. Here's what a Ralph loop is, why it works, and how I ship code overnight.
Read article →Ralph Loop Junkie is my open-source app for running coding agents in Ralph loops. Here's what a Ralph loop is, why it works, and how I ship code overnight.
Read article →If you're a programmer, you've likely heard the term "contracts" thrown around in discussions about software development. But what exactly are contracts, and how do they relate to programming?
Read article →Terminable middleware can be useful for tasks such as logging, cache management, or any other cleanup tasks that need to be performed after the response has been sent. In this blog post, I'll show you how to create a simple HTTP request/response logger.
Read article →A look back at the rich tapestry of experiences that defined 2023 — personal milestones, professional growth, entrepreneurial ventures, community engagement, and resilience.
Read article →Laravel's pipelines are a powerful tool for simplifying complex processes and streamlining workflows. By breaking down operations into smaller, reusable stages, pipelines offer a more efficient, readable, and scalable approach to handling data transformations in your Laravel applications.
Read article →