Artisan Weekly
IssueNº 102
Dated18 Sep 2026
Subscribers89
← Back to Archive
Artisan Weekly Edition 102

Edition №102

Published
Week ending September 18, 2026
Items
10 featured · 5 notable
● Top 10 Video companion
on YouTube

Top 10 Links

Featured · Edition 102
01
Blog Post laravel-news.com

What's New in PHP 8.6

What is new in PHP 8.6. It's not long now until the release of PHP 8.6 So if you've not been keeping up to date with whats being included in this new release checkout this article to find out more.

03
Blog Post gummibeer.dev

Logarithmic auto-scaling for Laravel Horizon

Explore a sophisticated approach to optimising Laravel Horizon's worker allocation using logarithmic scaling, which intelligently balances queue workloads with vastly different arrival patterns and sizes to prevent worker starvation on high-throughput queues.

04
Blog Post christoskoumpis.com

How Laravel Queues Work Behind the Scenes

A deep dive into Laravel's queue system, exploring how jobs are processed and managed behind the scenes. Perfect for developers looking to understand the mechanics of asynchronous task handling in Laravel.

08
Blog Post gummibeer.dev

Building an MCP Server for Archivist AI with Laravel

Tom Herrmann explores the technical implementation of building a Model Context Protocol (MCP) server for Archivist AI using Laravel, covering the evolution from a simple read-only API wrapper to a secure OAuth-authenticated system that integrates campaign data with AI tools like Cursor and ChatGPT.

09
Blog Post thephp.foundation

How to Calculate 0.1 Plus 0.2 Correctly in PHP?

A comprehensive guide from The PHP Foundation exploring the IEEE 754 floating-point precision issues in PHP, including practical examples of how floats behave with calculations and strategies for working with them safely and correctly.

Also Notable

+5 more
Blog Post laravel-news.com

Laravel Scalpel Scans for Filesystem Intrusion Evidence

Laravel Scalpel is an intrusion evidence scanner from Harry Agustiana. It runs inside a Laravel application and checks the filesystem for signs such as rogue PHP files, obfuscated code, altered server directives, and changes since a known-good snapshot.

Blog Post
Blog Post boring-observability.dev

Extending the Horizon Dashboard

A technical deep dive into extending Laravel Horizon's dashboard without forking or modifying the package, using innovative techniques to patch rendered HTML and integrate custom UI into the compiled Vue bundle.

Blog Post