SOLID, interfaces and final - Rant With Brent 01
A podcast episode discussing how using 'final' in code can improve maintainability, part of a series on SOLID principles and interfaces.
A podcast episode discussing how using 'final' in code can improve maintainability, part of a series on SOLID principles and interfaces.
Explains the new arrow function syntax in PHP 7.4, detailing its concise syntax, use cases, and limitations compared to traditional closures.
The author announces a new monthly newsletter focused on PHP tips, mini-blog posts, and curated links for developers.
A guide on running PHP 8 with JIT compilation enabled using a custom Docker image, including performance testing.
Analyzes different methods for calling assertions in PHPUnit, comparing their popularity and performance.
A guide to compiling PHP 8 from source with JIT support, including dependencies and configuration steps for Ubuntu systems.
Explains array destructuring in PHP using list() and shorthand [] syntax, covering key features and practical use cases.
Analysis of PHP's limitations for machine learning, focusing on visualization, Jupyter support, and GPU capabilities compared to Python.
A tutorial on text data classification using the BBC news dataset and PHP-ML for machine learning, covering data loading and preprocessing.
A developer shares the joy of building a custom search/select dropdown UI component from scratch using the Livewire framework.
A technical guide for upgrading PHP to version 7.3 on macOS using Homebrew, including troubleshooting and extension management.
A guide to enabling and styling full-width and wide-width image support for the Gutenberg editor in WordPress themes using PHP and CSS.
A software engineer describes their daily routine, including personal projects, work tasks, and team interactions in a full-stack development role.
A tutorial on using Perch CMS's blog sections to create and manage multiple distinct blogs on a single website.
Learn to implement the k-Nearest Neighbors algorithm in PHP to predict air quality using public data and the php-ml library.
A guide to implementing a binary heap data structure in PHP from scratch, with comparisons to SPL and performance analysis.
Lyx is a personal PHP utility library with string formatting and other functions, now available via Composer.
Livewire feature allows building Laravel apps without traditional controllers, using components and implicit route model binding.
Learn to build a basic chess AI in PHP using algorithms, chess.js for rules, and chessboard.js for visualization.
A beginner's guide to using the command line and Composer for developers, especially those familiar with WordPress.