Mirgen Përvathi
mirgenpervathi.com
Mirgen Përvathi
@mirgenpervathi.com
(new Dev)->tools(['PHP', 'Laravel', 'SEO']);

- former SEO [mainly tech.] consultant (+3y)
- back-end developer #PHP & #Laravel (+5y)
- currently working with #Livewire & #FilamentPHP (+1y)

Italy
Monitoring Queues in Laravel: A Step-by-Step Guide

nabilhassen.com/monitoring-q...
Monitoring Queues in Laravel: A Step-by-Step Guide
Monitor Laravel queues without external packages and get notified when jobs exceed a threshold, ensuring timely action to prevent delays.
nabilhassen.com
February 13, 2025 at 9:05 PM
I Built the Same App in ALL Versions of PHP (1995-2025)
YouTube video by Coding with Lewis
www.youtube.com
December 22, 2024 at 9:55 AM
Reposted by Mirgen Përvathi
VueJS: The Rise? of a Front-End Star (2020-2024)
YouTube video by Tony Xhepa
youtu.be
December 10, 2024 at 12:08 PM
Very interesting insights about how to protect your production app environment from must avoid mistakes.
5 Must-Haves in My Laravel AppServiceProvider
YouTube video by Nuno Maduro
www.youtube.com
December 8, 2024 at 4:21 PM
THIS
yeah. it's exhausting 😅 my family pretty much completely decided to stop exchanging gifts for christmas. that helps a LOT. nobody needs anything anyway, and mostly just care about getting together and eating good food 🥳 it's nice to just focus on food and fun
December 5, 2024 at 10:26 PM
Reposted by Mirgen Përvathi
It's day 4 of PHP generics and today we have a quick look at PHPStan...

vimeo.com/1036059035
PHP Generics Day 4 - Introducing PHPStan
Introduction to the PHPStan static analysis tool mentioned in this video. Today's coding challenge. My talk about Advanced Static Analysis at PHP UK.
vimeo.com
December 4, 2024 at 6:49 PM
Reposted by Mirgen Përvathi
This handy Chrome app automatically finds people on Bluesky that you follow on Twitter

Sky Follower Bridge

chromewebstore.google.com/detail/sky-f...

via @mdsimmonds.bsky.social - a smart cool guy you should also probably follow
November 19, 2024 at 5:51 PM
Reposted by Mirgen Përvathi
🎉 I just published the ninth instalment of my "Writing PHP Extensions" video series, in which we implement the Countable interface.

📹 https://www.youtube.com/watch?v=2X44SyxkcFo

#php #extensions #geospatial
9. Writing PHP Extensions: Implementing the Countable interface
In this video we implement the Countable interface on our LineString class, so that we can call count() on it directly.
www.youtube.com
December 2, 2024 at 5:31 PM
Reposted by Mirgen Përvathi
Started building a simple SDK for Bluesky that I plan on throwing on packagist next week.

// Public endpoint

Bluesky::sdk()
->doPublicStuff();

// Authenticated endpoint

Bluesky::sdk()
->auth(user, pass)
->doAuthenticatedStuff();
November 30, 2024 at 11:24 PM
Reposted by Mirgen Përvathi
I am very proud of this video. I spend the extra effort to come up with a very special package idea for this. This makes me very happy ❤️

🙏Thanks for the nice comments already.
📦 Want to build your own Laravel package?

Watch me create a real-world package from scratch with providers, facades, commands, and tests. There will be no dummy examples, just practical code you can learn from!

➡️ youtu.be/QsA5mdzKXLA
November 28, 2024 at 9:57 AM