Roberto B.

Let the machine do the dirty work.

2025-05-17

@edodusi A very informative and inspiring keynote.

Thank you, Edo!

Roberto B. boosted:
2025-05-16

๐ŸŽ‰ phpday 2025 is live!
Weโ€™re in Verona for the 22nd edition of the PHP conference built by and for the community.

๐ŸŽค On stage with us: our amazing MCs Zuzana Kuฤnovรก and Roberto Butti โ€” helping keep the energy flowing and the talks connected.

Thanks to everyone joining us in person or online ๐Ÿ’™
๐Ÿ“ธ Share your moments on Mastodon with #phpday โ€” weโ€™re following along!

Letโ€™s go! ๐Ÿš€

2025-05-12

Good morning! โ˜•

Last weekend I kept exploring multiprocess programming in PHP.
I just published Part 3 of my โ€œParallel Processing in PHPโ€ series. This time, itโ€™s about multiplexing streams with stream_select().

In this post, I show how to:
โœ… Fork multiple child processes
โœ… Communicate using stream_socket_pair()
โœ… Use stream_select() to handle messages concurrently

Read it here ๐Ÿ‘‰ dev.to/robertobutti/parallel-p

#php #socket #tutorial @thepracticaldev

2025-05-02

Iโ€™m thrilled to join @phpday 2025 as MC โ€” live from the stunning city of Verona! ๐Ÿ‡ฎ๐Ÿ‡นโœจ

Even more exciting? Iโ€™ll be sharing the stage with the incredible @zuzana_kunckova !

๐Ÿ“… May 15โ€“16, 2025
๐Ÿ“ Verona, Italy
๐ŸŽค Talks, community, and all things PHP!

Expect insightful sessions, inspiring speakers, and a whole lot of PHP-powered energy. ๐Ÿ’™

See you there!

Agenda, infos and tickets: phpday.it/

#phpday2025 #PHPcommunity #PHP #phpday #conference

PHPday, Master of Ceremonies
2025-04-25

๐Ÿš€ PHP Statistics v1.1.4 is out!
Now with `Stat::fmean()` โ€” calculate weighted arithmetic means with optional precision control! ๐ŸŽฏ
โœ… Float numbers
โœ… Supports weights
โœ… Round to desired decimals

github.com/Hi-Folks/statistics

#PHP #OpenSource #DevTools #Statistics

2025-03-29

Iโ€™ve always been fascinated by AI and its potential to enhance productivity. As a PHP developer, I wanted to explore how I could integrate AI capabilities into my applications. That led me to NeuronAI, a powerful PHP framework for building AI-driven agents.

Building my first AI agent with NeuronAI and Ollama
dev.to/robertobutti/building-m

#php #ai #aiagent #ollama #tutorial

2025-03-29

@SymfonyStation thank you for including the post about PHP generators ๐ŸŽ‰

2025-03-29

@bobmagicii thank you for the comment. It depends a lot on the use cases. In the article I tried to summarize when they could be used and when it does not make sense. In cases of โ€œlinearโ€ processing of large amounts of data they have been of enormous help to me (processing of supermarket sales transactions, or processing of logs). in other specific cases they have been counterproductive. So I completely understand what you are saying. Thank you for sharing your experience.

2025-03-27

"Generators" are a powerful tool in PHP when working with large or streamed datasets. They help improve memory efficiency, performance, and scalability, making them a great alternative to traditional array-based processing.

Do you already use generators in your projects?

dev.to/robertobutti/efficientl

#php #tutorial #article #generators

2025-02-18

๐Ÿš€ Understanding SLA in SaaS: What does 99%, 99.9%, or 99.99% uptime really mean? ๐Ÿค”

๐Ÿ“Š Learn how SLAs impact downtime, costs, and reliabilityโ€”and why choosing the right percentage matters!

๐Ÿ”— Read more: dev.to/robertobutti/understand

#SaaS #SLA #CloudComputing

2025-01-03

Are you planning to attend any PHP, Laravel, or Symfony conferences in 2025? ๐ŸŽ‰ Let me know which ones you're excited about!

dev.to/robertobutti/best-php-l

#php #DEVCommunity #laravel #symfony #conference

2024-11-29

Why you should upgrade to PHP 8.4 (or at least a supported PHP version)

dev.to/robertobutti/why-you-sh

#php #php84 #laravel #symfony

2024-11-19

This article explores how to consume APIs in C, using the libcurl library. By the end, you'll understand how to fetch and process data from APIs using C, and why this approach is relevant even in modern development.

dev.to/robertobutti/consuming-

#c #programming #tutorial #gcc #libcurl

2024-11-15

Boom ๐Ÿ’ !
This is a game changer โœจ.
If you need to build your portfolio/blog/personal website using Markdown, take a look at this:
dev.to/robertobutti/how-to-bui

In the article, I used SvelteKit, but you can use Fusionable with all the JS frontend frameworks.

#sveltekit @thepracticaldev #markdown #javascript

2024-10-20

"Efficient API consumption for huge data in JavaScript" by
@roberto on @thepracticaldev #DEVCommunity

- Pagination
- Rate Limit/"Retry After"
- Concurrent requests
- Avoiding potential memory leak.

๐ŸŽ๏ธ๐Ÿš€๐Ÿš„

dev.to/robertobutti/efficient-

#tutorial #javascript #api #generators

2024-10-15

๐Ÿš€ DataBlock v0.4.2 is here! ๐ŸŽ‰

What's new?

- groupByFunction(): Effortlessly organize and group your data!
- getString(): Extract strings with ease for faster processing.
- Plus, the new LIKE operator for powerful filtering! ๐Ÿ”โœจ

Upgrade now to power up your data management! ๐Ÿ’ช

github.com/Hi-Folks/data-block

#DataBlock #NewRelease #DataProcessing #PHP #opensource #hacktoberfest #groupByFunction #getString #symfony #laravel

2024-10-14

How to use Twig for rendering Markdown with PHP for a multichannel content delivery approach by @roberto

#DEVCommunity dev.to/robertobutti/using-twig
RT = ๐Ÿ’–
#php #twig #markdown #symfony #tutorial

@symfony @thepracticaldev

2024-10-06

I am 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-sym

- The article: dev.to/robertobutti/consuming-

#PHP #Symfony #API #DevCommunity

2024-10-04

Excited to announce that I'll be joining the stage at #LaravelDay 2024 ๐Ÿ‡ฎ๐Ÿ‡น for a panel on Laravel training!

๐ŸŽค I'll be discussing learning paths, continuous education, AI's role, and much more alongside Filippo Donadoni, and Roberto Gallea, mod by
Alessandro Cappellozza.

Donโ€™t miss it!

#laravel #community #conference #php @grusp

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst