Skip to main content
ArticlesProjectsUsesNowWork HistoryAbout
Tag Archive

Articles Tagged: php

Technical writings, opinionated architectures, and development guides tagged with php.

Articles44
Est. Read Time353 mins
Categories6
Featured5

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

phpinsightsphpcode-qualitystatic-analysis
2023-01 · 5 min read

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.

laravel-pintphpcode-standardslaravel

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

phpprogramming-stylescode-designsoftware-development
2022-11 · 7 min read

Creating a Password Generator

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

phppassword-securitylaravelcode-generation
2022-11 · 7 min read

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.

laravelrefactoringphpcode-optimization

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

phpobject-oriented-programmingcompositionfinal-classes