Adding an Auto-Generated Sitemap to Your Jigsaw-based Static Site
A guide on how to automatically generate a sitemap for a static website built with the Jigsaw framework using event listeners.
A guide on how to automatically generate a sitemap for a static website built with the Jigsaw framework using event listeners.
A tutorial on creating a custom Bash alias to link local folders as Composer dependencies for easier PHP package development and testing.
A PHP developer explores the impact of adding strong types, generics, and other type system improvements to the language.
A guide to migrating a local PHP 7.2 development environment on macOS to the new Homebrew v1.5 structure, covering installation and troubleshooting.
Explains the Strategy design pattern, its goals, structure, and provides a PHP implementation example for flexible algorithm selection.
A blog post discussing the impact of curly bracket placement on code readability, developer focus, and cognitive load in software development.
Introducing spatie/async, a PHP package for asynchronous parallel processing, with benchmarks comparing it to Amp and ReactPHP.
Fixing Laravel 5.3 errors when upgrading to PHP 7.2 due to a backward incompatibility with the count() function.
A developer shares their customized VS Code setup, including essential extensions, key settings, and workflow tips for improved productivity.
Stitcher beta 2 release introduces new features like async rendering, sitemap support, and breaking config changes ahead of version 1.0.
Explains Laravel 5.4's real-time facades feature, which allows creating facades on-the-fly without separate classes.
Explains Laravel 5.4's new higher order messaging and 'when' method for collections, showing cleaner syntax for filtering and actions.
Explains Laravel's tap() helper function, its 'higher order' version, and how to use it with collections for cleaner code.
Laravel Horizon is a new open-source package providing a dashboard and tools for managing and monitoring Laravel queues.
A tutorial on deploying a PHP website to Azure Web Apps using Dropbox for simple, non-legacy hosting.
Explains an object-oriented approach to reading large files line by line in PHP, comparing it to generator functions and file_get_contents.
A technical article explaining process forking in PHP with code examples for asynchronous execution and process management.
A tutorial on implementing custom array-like collection objects in PHP using the ArrayAccess and Iterator interfaces.
Announcement of Stitcher beta 1 release, detailing bug fixes, installation updates, and new features for the static site generator.
Explores the need for generics in PHP to solve type safety and performance issues with arrays, using blog post collections as an example.