Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

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

Articles173
Est. Read Time1,558 mins
Topics20
Series Parts34
Nov 20227m read

Reaching for Facades

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

Oct 202211m read

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 20227m read

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 202211m read

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 20224m read

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 202210m read

Writing to the Database with Eloquent

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

Sept 202211m read

Simple one-time password authentication in Laravel

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

Sept 20226m read

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.

Sept 20226m read

Behavioural Driven Development in Laravel

Discover how Laravel can embrace BDD with the 'Given When Then' approach, uniting teams and creating a ubiquitous testing language without new syntax.

Sept 20229m read

From idea, to blog, to live without leaving your IDE

Build a live blog with Statamic in Laravel and deploy to Digital Ocean from your IDE.

Aug 20226m read

Working with OS Process in PHP

Learn how to manage and interact with OS processes in PHP for advanced scripting and automation.

Aug 20225m read

Working with Laravel Model Events

Learn how to work with Laravel Model Events and explore different approaches to handle them efficiently. Discover pros and cons of each method.