Escaping HostEurope: My No-Downtime Mail and Domain MigrationI was for over 15 yeas a customer at HostEurope. Over the years, I collected 20 domains, 100 email accounts, web hosting packages, and a…Mar 26Mar 26
🛠️ Laravel Multi-Guard Pitfall: Auth::user() Returns the Wrong User – Here’s Why and How to Fix ItWhen using multiple guards in Laravel — like web, admin, or api—you might run into a subtle but frustrating issue: Auth::user() suddenly…Mar 242Mar 242
Fixing Missing Names in Laravel Mail::to() When Using Firstname & LastnameBy default, Laravel’s users table includes a single name column, which typically stores the full name. However, many developers prefer to…Mar 20Mar 20
Vue 3: Stop Using ref and watch for Props – Use computed Instead!If you’re working with Vue 3 and often create local copies of props using ref(), then manually sync changes with watch() and emit updates…Mar 6Mar 6
Drag & Drop a Signature on a PDF Using Laravel, FPDF, Vue & Fabric.jsHow to let users position a signature on a PDF and generate a properly aligned output in Laravel.Feb 13Feb 13
Laravel Best Practices: When a JSON Column Makes More SenseImagine you’re building a user profile system, and users can customize two things:Feb 4Feb 4
Google Maps API Free Tier Cut by 65%As of March 1, 2025, Google is changing its free tier system for Maps API usage. Previously, users received $200 in free monthly credit…Jan 29Jan 29
Avoiding Infinite Watch Loops in Vue Production BuildsVue.js reactivity is powerful, but subtle differences between development (npm run dev) and production (npm run build) builds can cause…Jan 22Jan 22
Laravel, Docker, and Storage::fake()Understanding and Solving Permission ProblemDec 29, 20241Dec 29, 20241
Juggling Fatherhood, Coding, and GamingMy son is nearly three years old, and since he entered the world, my life has changed in ways I couldn’t have imagined. I love him dearly…Dec 20, 2024Dec 20, 2024
A Valuable Hint: Consistent Sorting Between Vue and LaravelWorking with Laravel collections can be incredibly powerful, but a small oversight can lead to unexpected behavior when converting…Oct 17, 2024Oct 17, 2024
How to Embed a YouTube Video Responsive While Keeping the Aspect RatioEmbedding videos on a website is essential for sharing content, but one common challenge is making the video responsive. If the video…Oct 2, 2024Oct 2, 2024
How to Set Up Xdebug with Laravel Sail: A Complete GuideXdebug is a powerful tool for debugging PHP applications, offering more advanced features compared to basic debugging methods like dd() or…Sep 10, 20243Sep 10, 20243
Getting Started in Web Development: Essential Tips for BeginnersI’ve been a self-taught web developer and freelancer from Germany for nearly a decade. If I could go back and give myself some advice when…Aug 29, 2024Aug 29, 2024
Setting Up Redis on a VPS for LaravelRedis is a powerful in-memory data store often used for caching and queuing in Laravel applications. In this guide, we will walk through…Aug 27, 2024Aug 27, 2024
Setting Up Modular Laravel Applications: A Step-by-Step GuideWorking on large Laravel applications can become challenging as your project grows. Navigating through various directories like app/Http…Aug 15, 20241Aug 15, 20241
How to Fix Permission Issues When Running PHPUnit with Laravel SailIf you’re using Laravel Sail for your development environment, you may encounter permission issues when trying to run PHPUnit. In this…Aug 13, 2024Aug 13, 2024
Solving the public Prefix Issue in Laravel File StorageStruggling with file paths when uploading files in Laravel? Here’s a quick guide to storing files correctly and retrieving their URLs…Jul 9, 2024Jul 9, 2024
Simple Toasts Made Easy in Laravel/Vue/Inertia.jsWhen working with forms in Vue.js and Laravel, having a pop-up notification for errors enhances the user experience. I prefer using the…May 24, 2024May 24, 2024
Self-Hosting TinyMCE in Vue.jsTinyMCE has recently updated their policy. The free cloud version is now only free for the first 1,000 page loads, starting from May 14…May 17, 20244May 17, 20244