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
Feb 20235 min read
PHP

Getting started with PHPInsights

Use PHPInsights to enhance PHP code in Laravel and others - A guide to optimal code style and architecture.

Feb 20233 min read
Laravel

Laravel Pennant

Laravel Pennant in Laravel 10; Manage Feature Flags easily. Perfect for A/B testing, incremental rollouts, and more.

Feb 20233 min read
Laravel

Testing JSON:API Endpoints with PestPHP

Efficient JSON:API Endpoint Testing with pestPHP - Learn how to effectively test JSON:API endpoints in Laravel using pestPHP.

Jan 202314 min read
Laravel

Building APIs in Laravel

Explore effective API design in Laravel; Learn to focus on integration, eliminate pain points, and create user-centered, scalable APIs with practical examples.

Jan 20234 min read
Laravel

Reducing code duplication

Learn to reduce code duplication in Laravel using artisan commands and services for better code quality.

Jan 20234 min read
Laravel

Learn all about Laravel's dependency injection container

Learn how Laravel's dependency injection container simplifies code organization and optimization for efficient Laravel applications

Jan 20235 min read
Laravel

Configuring Laravel Pint

Discover how to tailor Laravel Pint, a PHP CS Fixer wrapper, to your coding standards with a personal guide on rule implementation and customization.

Jan 20236 min read
Laravel

Using OpenAI in Laravel

Discover how to harness the potential of OpenAI in Laravel for AI-driven applications, from natural language processing to text generation.

Dec 20229 min read
Laravel

Effective Eloquent

Explore advanced Eloquent querying in Laravel with a focus on efficient ORM usage for a banking app, including user accounts and transactions management.

Dec 202214 min read
PHP

Steve vs Matt - How two developers approach the same problem

Steve vs Matt; Two Developers, One Problem - Witness two programmers tackle the same challenge with contrasting approaches

Dec 20228 min read
Laravel

Eloquent API Calls

Discover advanced techniques for API integration in Laravel, focusing on configuring GitHub API calls, utilizing Enums, and creating efficient client resources.

Nov 20227 min read
Laravel

Creating a Password Generator

Explore creating a memorable yet secure password generator with Laravel, focusing on framework-agnostic implementation and customization options.