Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

Opinionated writing on software systems, strict monolithic domain boundaries, testing strategies, and Laravel performance.

Articles201
Est. Read Time1,893 mins
Topics17
Series Parts51
Nov 20227 min read
Laravel

Fun with Refactoring

Master the art of Laravel refactoring with Laravel Shift Blueprint, optimizing code for improved performance and management in a real-world Laravel project.

Nov 202227 min read
Laravel

Your first Laravel 9 Application

If you have never built a Laravel application, let me take a walk-through with you from scratch - with no perceived knowledge. Follow along to learn Laravel.

Nov 20226 min read
Laravel

Valid validators validating data

Explore Laravel data validation methods, from form requests to centralizing rules with validators and Eloquent Models for cleaner, efficient code.

Nov 20223 min read
PHP

Composition over inheritance in final classes

Learn how to integrate final PHP classes using composition over inheritance in your apps.

Nov 20227 min read
Laravel

Reaching for Facades

Demystify Laravel Facades and harness them for clear, efficient code and Laravel's unique features.

Oct 202211 min read
PHP

Modern PHP features explained - PHP 8.0 and 8.1

Explore PHP 8.0 and 8.1 features including constructor promotion, union types, and match expressions.

Oct 20227 min read
Laravel

Automating your OpenAPI Documentation

Learn to automate API documentation in Laravel with a design-first approach using OpenAPI, Scribe, and efficient pagination in this practical tutorial.

Oct 202211 min read
Laravel

Learn how to upload files in Laravel like a Pro

Learn expert Laravel file uploads; validate, store, and optimize with UploadService and Livewire integration.

Oct 20224 min read
Laravel

Building a slide-over panel component with Livewire

Learn to build a versatile slide-over component in Laravel Livewire for TALL Stack applications, enhancing UI with a simple, reusable solution.

Sept 202210 min read
Laravel

Writing to the Database with Eloquent

Learn methods of writing to the database using Laravel's Eloquent ORM for effective database interactions.

Sept 202211 min read
Laravel

Simple one-time password authentication in Laravel

Learn how to implement one-time password authentication in Laravel. Secure and streamlined user authentication.

Sept 20226 min read
Laravel

Setting up your Data Model in Laravel

Master the art of Laravel data modeling and build a meeting room booking system with this comprehensive tutorial.