Andrea Marco Sartori (@cerbero90) 's Twitter Profile
Andrea Marco Sartori

@cerbero90

Software architect ๐Ÿ“ Open-source enthusiast ๐ŸŒˆ

Sponsor: github.com/sponsors/cerbeโ€ฆ ๐Ÿ’ž

ID: 89428782

linkhttps://github.com/cerbero90 calendar_today12-11-2009 11:47:19

3,3K Tweet

998 Followers

32 Following

Roberto B. ๐Ÿ‘จโ€๐Ÿ’ป, ๐Ÿšตโ€โ™‚๏ธ, ๐Ÿƒ, ๐Ÿง˜โ€โ™‚๏ธ, ๐Ÿ‡ฎ๐Ÿ‡น (@rmeetsh) 's Twitter Profile Photo

Welcome Version 2 ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ github.com/Hi-Folks/ibis-โ€ฆ Ibis Next is an open-source tool developed for ebook creators who want to focus on content creation. #php #ebook #epub #pdf #opensource

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Zero-dependencies PHP library to supercharge enum functionalities ๐ŸŽฒ github.com/cerbero90/enum Going to add some new features in the next days, ideas and feedback are suuuper welcome! ๐Ÿ’ก #PHP

DEV Community (@thepracticaldev) 's Twitter Profile Photo

Learn essential tips for efficient API data retrieval and discover a powerful PHP solution to handle large datasets with ease. { author: Roberto B. } #DEVCommunity dev.to/robertobutti/oโ€ฆ

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Is there a generic for #PHP that allows us to define any class using a specific trait? Something like: /** @template TClassUsingFooTrait using Foo */ cc PHPStan ?

Laravel News Links (@laravellinks) 's Twitter Profile Photo

๐Ÿš€ Check out Roberto B.'s insights on optimizing large-scale API data retrieval! Learn best practices and see how PHP Lazy Collections can make your API calls efficient and fast. laravel-news.com/link/13114

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Currently updating this zero-dependencies PHP library to supercharge enum functionalities: github.com/cerbero90/enumโ€ฆ The v2 will bring new enum features, more powerful collections of cases and the support for generics ๐ŸŽฒ #PHP

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Looks like the ValueError message slightly changed from PHP 8.1 to newer versions. ๐Ÿ”ฌ This is a good use-case for using `throwsIf()` in PEST and make sure our tests pass depending on the PHP version we are testing our code against. โœ…

Looks like the ValueError message slightly changed from PHP 8.1 to newer versions. ๐Ÿ”ฌ

This is a good use-case for using `throwsIf()` in <a href="/pestphp/">PEST</a> and make sure our tests pass depending on the PHP version we are testing our code against. โœ…
Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

A method under test may update the value of a non-public static property โ›”๏ธ Static values are memorized for the entire running process, so they may affect the rest of our test suite โ˜ข๏ธ This PEST test cleans after itself by calling a reset closure on the affected class ๐Ÿงผ

A method under test may update the value of a non-public static property โ›”๏ธ

Static values are memorized for the entire running process, so they may affect the rest of our test suite โ˜ข๏ธ

This <a href="/pestphp/">PEST</a> test cleans after itself by calling a reset closure on the affected class ๐Ÿงผ
Roberto B. ๐Ÿ‘จโ€๐Ÿ’ป, ๐Ÿšตโ€โ™‚๏ธ, ๐Ÿƒ, ๐Ÿง˜โ€โ™‚๏ธ, ๐Ÿ‡ฎ๐Ÿ‡น (@rmeetsh) 's Twitter Profile Photo

It is Hacktoberfest! What new feature would you like to see in Ibis Next? github.com/Hi-Folks/ibis-โ€ฆ Ibis Next is a tool for creating eBooks from Markdown content and exporting them to PDF, EPUB, and HTML formats. #hacktoberfest #ibisnext #epub #pdf #ebook #opensource #php

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Code, tests and readme - everything is updated and ready for the v2 of Enum: github.com/cerbero90/enumโ€ฆ Only one feature remaining before the release ๐Ÿฅ Our enums have never been so powerful! ๐Ÿฆพ

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Supercharge your enums with Enum v2 โšก๏ธ - compare names and values - add metadata to cases - hydrate cases from names, values or meta - collect, filter, sort and transform cases fluently - leverage default magic methods or define your own - and much more! github.com/cerbero90/enum

Roberto B. ๐Ÿ‘จโ€๐Ÿ’ป, ๐Ÿšตโ€โ™‚๏ธ, ๐Ÿƒ, ๐Ÿง˜โ€โ™‚๏ธ, ๐Ÿ‡ฎ๐Ÿ‡น (@rmeetsh) 's Twitter Profile Photo

Excited to share that my post on "Consuming HTTP Streams in PHP with Symfony HTTP Client and Ollama API" is featured on Symfony's weekly blog! ๐ŸŽ‰ - Check it out here: symfony.com/blog/a-week-ofโ€ฆ - The article: dev.to/robertobutti/cโ€ฆ #PHP #Symfony #API #DevCommunity

Laravel News Links (@laravellinks) 's Twitter Profile Photo

Supercharge your enums with no dependencies using this PHP library! ๐Ÿš€ Discover new ways to handle enums simply by using Composer and the powerful Enumerates trait. Check it out! laravel-news.com/link/13316

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Working on the Laravel version of this package: github.com/cerbero90/laraโ€ฆ Let's make enums even more amazing in Laravel! ๐Ÿช #Laravel #PHP

Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

Need to test a method that uses the #symfony VarDumper? ๐Ÿ”ง This PEST test sets a custom handler to write dumps in the output buffer, so that we can collect and validate the VarDumper output ๐ŸŽฏ

Need to test a method that uses the #symfony VarDumper? ๐Ÿ”ง

This <a href="/pestphp/">PEST</a> test sets a custom handler to write dumps in the output buffer, so that we can collect and validate the VarDumper output ๐ŸŽฏ
Andrea Marco Sartori (@cerbero90) 's Twitter Profile Photo

In the new version of Laravel Enum, the cases collection implements the framework contracts and traits to integrate better with Laravel ๐Ÿงฉ github.com/cerbero90/laraโ€ฆ