Mirgen Përvathi (@mirgenpervathi) 's Twitter Profile
Mirgen Përvathi

@mirgenpervathi

1. former SEO consultant (2014 - 2017)
2. back-end developer #PHP & #Laravel (2019+)
3. currently working with #Livewire & #FilamentPHP (2024+)

ID: 130896301

calendar_today08-04-2010 17:16:26

3,3K Tweet

262 Followers

101 Following

Povilas Korop | Laravel Courses Creator & Youtuber (@povilaskorop) 's Twitter Profile Photo

In Laravel API, if you want to standardize the responses from all Controllers, there are two approaches. 1. Define the standard responses in Base Controller 2. Or, in a Trait In a recent course when I reviewed a Laravel API, code author decided to use BOTH approaches of Base

In Laravel API, if you want to standardize the responses from all Controllers, there are two approaches.

1. Define the standard responses in Base Controller
2. Or, in a Trait

In a recent course when I reviewed a Laravel API, code author decided to use BOTH approaches of Base
Aaron Francis (@aarondfrancis) 's Twitter Profile Photo

A month ago I gave a talk at Kent C. Dodds ⚡'s Epic Web Conf called "Strategies for increasing your odds of success." I've taken that talk and started turning it into articles. I just published the first two! aaronfrancis.com/2025/strategie…

Kévin Dunglas (@dunglas) 's Twitter Profile Photo

I'm delighted to announce that FrankenPHP is now officially supported by the The PHP Foundation, that the project repository will be moved to the php.net organization on GitHub, and that the collaboration between the PHP project, Caddy Web Server, and Les-Tilleuls.coop will intensify even

Gary Clarke (@garyclarketech) 's Twitter Profile Photo

New video! 🎥 Learn how sessions work in PHP: 💾 Store data across pages 🧠 Use $_SESSION to track values 🔐 Perfect for logins & user preferences Simple, powerful, beginner-friendly. 📺 youtu.be/Kriy2faOWZ8

New video! 🎥

Learn how sessions work in PHP:
💾 Store data across pages
🧠 Use $_SESSION to track values
🔐 Perfect for logins & user preferences

Simple, powerful, beginner-friendly.

📺 youtu.be/Kriy2faOWZ8
Andreas Klinger 🦾 (@andreasklinger) 's Twitter Profile Photo

Two weeks ago, I said EU-Inc might need your help. That moment is now. 🥁 We need you to submit feedback to the European Commission on what startups need. To get you up to speed what happened since last time: The EU Parliament published their own suggestion how a pan-european

Mirgen Përvathi (@mirgenpervathi) 's Twitter Profile Photo

A transcript of an inspirational talk by DHH at Startup School in 2008 that’s still relevant today. Link: indiefounder.substack.com/p/full-transcr… (video: youtube.com/watch?v=0CDXJ6…)

Mirgen Përvathi (@mirgenpervathi) 's Twitter Profile Photo

Defensive Laravel: core defensive programming concepts, from strict typing and immutable objects to leveraging value objects for more effective domain modeling. laracasts.com/series/defensi…