Latest Articles

Abstracting Laravel Dependencies

Abstracting Laravel Dependencies

Over the course of building a Laravel application, most developers utilize numerous composer packages to implement common functionality. It’s important to think about future-proofing these 3rd-party dependencies or you may find yourself battling considerable technical debt in the future. One...

6 Laravel Tips

6 Laravel Tips

I’ve put together a small list of tips that I’ve found useful while working with Laravel.

API Specifications and Laravel

API Specifications and Laravel

One of the most important parts of building an API, or any codebase for that matter, is making sure it is well-documented. How can users know how to use your API, or what it even does if there’s no documentation?...

Scaling Laravel Architecture

Scaling Laravel Architecture

Laravel ships with a great starting directory structure, one which may support your entire project, depending on the size. If, however, you notice it’s getting harder and harder to find code that you want to work on, you may want...

Sign up for my newsletter if you're interested in the occasional email about new blog posts, books, or products I'm involved in.