Laravel chunk() vs cursor() vs lazy() — Handle Large Data Without Crashing Your Server
If you've ever tried to process thousands of rows in Laravel and got a memory error or server timeout — this article is for you. I learned this the ha…
Tech news from the best sources
If you've ever tried to process thousands of rows in Laravel and got a memory error or server timeout — this article is for you. I learned this the ha…
Every Linux PHP developer knows the dance. You need to switch from PHP 8.1 to 8.3. You run your sudo commands, update your global symlinks, and then r…
Liquid syntax error: Unknown tag 'endraw'
Laravel is one of the best things that ever happened to PHP. It transformed modern PHP development, introduced elegant developer experience patterns, …
If you build custom WordPress sites for data-heavy industries (like Real Estate listings, Vacation Rentals, or Directory menus), you've likely faced t…
I wanted to get consistent at posting: one calendar across every network, planned a week ahead instead of thrown together the morning of. The problem …
I run a dog-name site. A few weeks ago a reader emailed asking the obvious question: "Do you have one for cats?" I didn't. But I had a fully built PHP…
Most productivity apps today feel passive. They organize tasks. Track deadlines. Store notes. But they rarely help people actually execute. That idea …
Play the game first: voku.github.io/DevLabyrinth/ It teaches the problem faster than another architecture sermon ever could. You enter a labyrinth. Wa…
Posted on Aug 5, 2024 2 min read 🤖 AI summary: This article outlines a technical method to improve the shopping experience on WordPress websites by au…
I wanted to send a movie link to a friend. Plex wanted me to scan a library, create an account, configure metadata agents. Jellyfin was lighter but st…
A few weeks ago I was staring at this: Parameter #1 $amount of method format() expects float, float|null given. $amount was declared float at the top …
Something I get asked constantly by developers picking up their second or third language: PHP or Python for the backend? My answer used to be more con…
In today's dynamic digital environment, merely functional web solutions fall short. Businesses and individuals demand applications that are powerful, …
Book: Decoupled PHP — Clean and Hexagonal Architecture for Applications That Outlive the Framework Also by me: Thinking in Go (2-book series) — Comple…
Book: Decoupled PHP — Clean and Hexagonal Architecture for Applications That Outlive the Framework Also by me: Thinking in Go (2-book series) — Comple…
Book: Decoupled PHP — Clean and Hexagonal Architecture for Applications That Outlive the Framework Also by me: Thinking in Go (2-book series) — Comple…
The Storage Dilemma: Unlocking Unlimited Cloud Power in Laravel with Google Drive As seasoned developers, we've all been there. You're building a fant…
In a world filled with bloated content management systems and overly complex admin platforms, developers often search for a solution that balances sim…
I built TrustGate — India's independent business review platform — entirely as a custom WordPress plugin. Full REST API. Custom database tables with v…
My previous bundle that supported Symfony 5 and 6 was downloaded over 210.000 times, so it looks like it was useful. :D I've decided to publish an upd…
When I saw a library for the pipe operator I needed to check it out. People that read my posts before know I'm a big fan of the pipe operator feature.…
What is Maestro Maestro is an upstream generator repository for generating and managing Laravel starter kits. The following starter kit repositories a…
Recommendation algorithms usually act like black boxes. I wanted to build a movie matchmaker that maps your mood to database tags without hiding the m…
The PHP and Laravel ecosystem has had a quiet revolution in the past year. Where once you had to piece together raw HTTP calls to OpenAI's API and wri…
A developer posted this exact problem on the WordPress support forums: they followed a YouTube tutorial step-by-step, hooked into wpcf7_before_send_ma…
// Before $payload = json_encode ( $response ); $data = json_decode ( $input , true ); $ok = json_validate ( $input ); // After $payload = fastjson_en…
Strand Books, the iconic New York City bookstore known as "18 Miles of Books," embarked on a complex digital transformation to evolve from a physical …
If you're learning backend development, chances are you've tested emails by sending everything to your personal Gmail inbox. I did the same when I sta…
Correlation helps you understand whether two variables move together and how strongly they are related. In this article, you'll learn how Pearson, Spe…