Software Development You should work on side projects... ... if you're a full-time developer, and especially if you're part-time. Let me tell you the why, when and what.
Laravel Laravel Queue ModelNotFoundException What to do when your Laravel queued job fails due to the relevant models not being found? Let's examine your options of handling ModelNotFoundException in a queued job.
Laravel The Basics of the Laravel Service Container The Laravel Service Container can be a bit of a mystery, especially if you're not using it that often. In this article I will explain how to use it, and what common mistakes you should avoid.
Laravel Improving IntelliSense for Laravel projects Laravel has a lot of "magic" to help provide a developer-friendly framework. This "magic" can also be a roadblock for many IDE's to provide good IntelliSense suggestions. Here's how to fix that.
Laravel Testing Laravel websites over local network When developing a website you often want to (and should!) preview your masterpiece on a real mobile device. Or let a family member preview it and test it without them
Nuxt Nuxt.js with an Express.js API server running on Now.sh Nuxt.js, Express.js and Now.sh are some of the most exciting web technologies available today. Now.sh being relatively young (as of 2019) with the new version 2.
Supercharge your Laravel development workflow with aliases Command line aliases are a convenient way of shortening an existing commands or combining a bunch of commands into one meaningful word or an abbreviation. Today I'll share with you