Albert Chen (@albert_cht) 's Twitter Profile
Albert Chen

@albert_cht

Software architect, Laravel artisan and Swoole enthusiast.

ID: 789359190787493888

linkhttps://hypervel.org calendar_today21-10-2016 06:54:31

103 Tweet

109 Followers

127 Following

Albert Chen (@albert_cht) 's Twitter Profile Photo

Looking forward to PHPCon Japan tomorrow! 🚀 I'll be sharing my session online with everyone. Hope to visit Tokyo in person next year! 🇯🇵 Here are my slides for tomorrow's session: speakerdeck.com/albertcht/hype… #phpcon #phpcon2025

Albert Chen (@albert_cht) 's Twitter Profile Photo

Thanks to real-time translation powered by AI, I can watch the live sessions of PHPCon Japan without any language barriers.😉 #phpcon #phpcon2025

Thanks to real-time translation powered by AI, I can watch the live sessions of PHPCon Japan without any language barriers.😉

#phpcon #phpcon2025
Ryuta Hamasaki (@avosalmon) 's Twitter Profile Photo

PHPカンファレンス2025Inertia.js の話をしました!聞いてくださった皆さん、ありがとうございました!今回はスライド自体をLaravel, React, Inertia.js で作りました 😄#phpcon phpcon-2025.laravel.cloud

Albert Chen (@albert_cht) 's Twitter Profile Photo

After I saw Cuckoo AI being used in PHP Tokyo by Ryuta Hamasaki , I tried Cuckoo for real-time translation on my talk PHPCon this time, which looks really impressive.👍

Albert Chen (@albert_cht) 's Twitter Profile Photo

Couldn't attend PHPCon in person, but still got awesome swag shipped from Japan by the organizers! Super thankful! 🤩 #phpcon

Couldn't attend PHPCon in person, but still got awesome swag shipped from Japan by the organizers! Super thankful! 🤩

#phpcon
Raj Siva-Rajah (@binaryfire) 's Twitter Profile Photo

Great talk from Khushboo Verma on building scalable apps using Swoole, coroutines & async PHP. For any Laravel & Symfony devs looking for true non-blocking I/O, I highly recommed Hypervel Framework (built on top of Hyperf) youtube.com/watch?v=Fj21yS…

Alexandre Daubois (@alexdaubois) 's Twitter Profile Photo

📣 This JUST got merged in #PHP a few minutes ago! It is currently challenging to deal with recursion in anonymous functions. Not anymore in PHP 8.5: the "Closure::getCurrent()" method fetches the current closure you're in 🚀 PR: github.com/php/php-src/pu… #phptips

📣 This JUST got merged in #PHP a few minutes ago!

It is currently challenging to deal with recursion in anonymous functions. Not anymore in PHP 8.5: the "Closure::getCurrent()" method fetches the current closure you're in 🚀

PR: github.com/php/php-src/pu…

#phptips
Hypervel Framework (@hypervelphp) 's Twitter Profile Photo

Hypervel v0.2.9 includes many new features such as permission package, sanctum package, built-in pgsql database, database driver for cache and cors support. Go check it out: github.com/hypervel/compo…

Matt Stauffer (@stauffermatt) 's Twitter Profile Photo

“PHP has always been the working person’s language,” says Aaron Francis. “It’s the language for people who want to get things done.” Writing PHP may not earn us Internet points, but it does allow us to ship to users. #laraconus

Raj Siva-Rajah (@binaryfire) 's Twitter Profile Photo

Excited to announce I've joined the Hypervel Framework core team! My first contribution is a db cache driver. github.com/hypervel/compo…. The db driver + SQLite is great for IoT or self-contained services, esp when combined with Swoole Table microcaching using Hypervel's cache stacking

The PHP Foundation (@thephpf) 's Twitter Profile Photo

📢 We just published a deep dive on compile-time-only generics and we need your feedback! This isn’t "full generics". It’s a scoped, performance-friendly approach focused on interfaces and abstract classes. Is this the right direction for PHP?

📢 We just published a deep dive on compile-time-only generics and we need your feedback!

This isn’t "full generics". It’s a scoped, performance-friendly approach focused on interfaces and abstract classes.

Is this the right direction for PHP?
Hypervel Framework (@hypervelphp) 's Twitter Profile Photo

Hypervel v0.2.11 introduces a new Laravel-style redis package, support uri, deferred events and a few bug fixes. Go check it out: github.com/hypervel/compo…

Taylor Otwell (@taylorotwell) 's Twitter Profile Photo

Laravel Boost has shipped. Boost is a local MCP server that accelerates your AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code. Installs in seconds. Auto-detects your IDEs and tools like

Albert Chen (@albert_cht) 's Twitter Profile Photo

Although CPU-bound calculations are not the most important aspect of web applications, PHP still outperforms other interpreted languages such as Python and Ruby. source: benjdd.com/languages2/