Brent
Brent — Curator of Stitcher’s Community Feed, a community-driven, hand-curated content aggregator highlighting thoughtful, high-quality writing from across the web. The feed focuses on software engineering, open source, web development, infrastructure, and the human side of building technology. Readers can browse recent picks, follow via RSS, or contribute their own suggestions.
Articles from this Blog
246 articles from this blog
I'm a light schemer
A developer advocates for using light color schemes in coding environments, citing readability, UI consistency, and eye health.
I'm a code folder
A developer explains their practice of 'code folding' to improve readability and focus by collapsing method bodies and using keyboard shortcuts.
Acronyms
A critical look at the use and potential pitfalls of acronyms in programming, using SOLID principles as a primary example.
My top-10 favourite functions in PHP
A developer shares their top 10 favorite built-in PHP functions, highlighting useful and surprising capabilities of the language.
Why curly brackets go on new lines
Explores the debate on placing curly brackets on new lines for better code readability, scanning, and consistency in programming.
Tabs are better
Argues that using tabs for code indentation is superior to spaces due to accessibility benefits for visually impaired and blind developers.
PHP in 2023
An overview of PHP's evolution in 2023, covering the PHP Foundation's impact and new features in PHP 8.2.
Upgrading to PHP 8.2
A video walkthrough detailing the process of upgrading the Aggregate project to PHP 8.2.
All I want for Christmas…
A developer's wish for PHP to adopt a compile-time step, inspired by JavaScript's evolution with tools like TypeScript and Babel.
What's new in PHP 8.2
Overview of new features, performance improvements, and deprecations in the PHP 8.2 release, including readonly classes and a new random extension.
You cannot find me on Mastodon
A developer explains why they prioritize a self-hosted newsletter over social platforms like Twitter and Mastodon for audience control.
PHP Annotated, the YouTube channel
The author announces their personal YouTube channel is now officially 'PHP Annotated' and part of their role as a JetBrains developer advocate.
Upgrade to PHP 8.2 with Homebrew on Mac
A technical guide for upgrading to PHP 8.2 on macOS using the Homebrew package manager, including version switching and extension management.
Deprecating spatie/data-transfer-object
The author announces the deprecation of the spatie/data-transfer-object PHP package, explaining its evolution and reasons for its end-of-life.
Readonly classes in PHP 8.2
Explains the new readonly class feature in PHP 8.2, detailing its syntax, rules, and practical use cases for data objects.
PHP 8.2 in 8 code blocks
A concise overview of PHP 8.2's new features, including readonly classes, new types, and the random extension, demonstrated with code examples.
Uses
A developer shares their complete audio, video, and software setup for creating technical content and recordings.
Asymmetric visions
Analyzes PHP's proposed 'asymmetric visibility' RFC for properties, comparing it to existing readonly features and discussing potential feature overlap.
What I would change about PHP
A developer's wishlist for PHP improvements, including generics, static analysis, a TypeScript-like superset, and syntax enhancements.