How to run PHP 8 with JIT support using Docker
A guide on running PHP 8 with JIT compilation enabled using a custom Docker image, including performance testing.
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 technical guide for upgrading PHP to version 7.3 on macOS using Homebrew, including troubleshooting and extension management.
A developer shares the joy of building a custom search/select dropdown UI component from scratch using the Livewire framework.
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.
An analysis of PHP 8's JIT compiler, explaining how it works and its potential impact on performance in web and non-web contexts.
A package of 11 useful helper functions for Laravel developers, including string manipulation, validation, and utility helpers.
A screencast series demoing new features and component architecture for Laravel Lightwire (LiveView), a framework for real-time web apps.