Category: Development
Tips, techniques, and deep dives into PHP coding, architecture, and tools—focused on writing cleaner, faster, and more maintainable code.
-
iOS Passkeys on Linux Not Working? Fix It Fast

Fix iOS passkeys on Linux with the Bluetooth setting that usually blocks iPhone-based passkey login and WebAuthn device detection.
-
How to Set Up WordPress in Lando for Plugin Development

Set up WordPress in Lando for plugin development with a repeatable local workflow, WP-CLI support, and a faster path from empty folder to working dev environment.
-
FocusPocus: A Tiny Bash Spell to Keep You From Doomscrolling on Linux

I’ll be honest: some days I open my terminal with the noble intention of being productive… and five minutes later I’m somehow watching a video titled “Top 10 Times a Goat Won an Argument.” On Linux. Inside Brave. While Slack sits in the background wondering where its life went wrong. If you’re a Linux user,…
-
A Practical AI Workflow for WordPress Developers

Use a practical AI workflow for WordPress plugin development that improves planning, code generation, code review, and overall code quality.
-
Vibe Coding an Internal PHP App: What I Learned

What I learned from vibe coding an internal PHP application with AI, including planning, review, speed gains, and where human judgment still mattered.
-
Vibe Coding and Software Development: What Changes Next

A practical look at vibe coding, how AI changes software development, and what developers and hiring managers should pay attention to next.
-
PHP Code Refactoring for Legacy Codebases

Learn a practical, low-risk approach to PHP code refactoring for legacy codebases, with safe steps, proven best practices, and tools that make old PHP easier to change.
-
How to Optimize Large PHP Codebases Safely

See how to optimize large PHP codebases safely by profiling hot paths, isolating risky changes, fixing repeated queries, and improving performance incrementally.
-
PHP ORM Eager Loading: Fix the N+1 Query Problem

Understand eager loading in PHP ORMs, how it fixes the N+1 query problem, when to use it, and when eager loading can hurt performance.
-
How to Build PHP MySQL Pagination

Build PHP MySQL pagination with LIMIT and OFFSET, PDO examples, total-page counts, and practical advice for safe, maintainable pagination scripts.
