michael_backend Profile Banner
Michael Rubél 🇺🇦 Profile
Michael Rubél 🇺🇦

@michael_backend

Followers
141
Following
456
Media
26
Statuses
176

Into software. "Our tech is more complicated than it should be."

Poland
Joined October 2018
Don't wanna be here? Send us removal request.
@michael_backend
Michael Rubél 🇺🇦
1 year
PHP teams are getting confused by the meaning of stateful applications in Laravel. It's not PHP-FPM anymore! I've compiled a list of things you might consider when using Laravel Octane. You can contribute if I'm missing something! 🤗 #PHP #Laravel #Octane https://t.co/2uWGEFM4ix
Tweet card summary image
github.com
A compiled list of Laravel Octane best practices for your team to follow. - michael-rubel/laravel-octane-best-practices
2
17
103
@michael_backend
Michael Rubél 🇺🇦
1 year
This weekend I've updated my open-source packages to support Laravel 11. Enjoy upgrading the apps! 😉
Tweet media one
0
0
2
@michael_backend
Michael Rubél 🇺🇦
2 years
Need a simple PHP web service installation? Did you know you can run your Laravel Octane application without Nginx at all? Configure it to listen on port 80 and let Cloudflare handle SSL termination and asset caching. ✨ #php #laravel #octane
Tweet media one
0
0
5
@michael_backend
Michael Rubél 🇺🇦
2 years
Working with a `parallel` extension for PHP. It allows you to spawn threads. I find it extremely useful for CLI apps, and I wish this extension got a broader adoption in the community. #php #programming #multithreading
Tweet media one
1
2
19
@michael_backend
Michael Rubél 🇺🇦
2 years
Contributed a new `Vite::content()` method to Laravel. It allows you to pack your Vite assets directly into the webpage avoiding requests to the server. The method is available starting from Laravel v10.18.0. #laravel #php
Tweet media one
1
0
4
@michael_backend
Michael Rubél 🇺🇦
3 years
Working on a new Laravel app using a hexagonal architecture with elements of DDD. The goal is to abstract the domain while keeping an Eloquent and almost default outer folder structure. When abstracted right, it feels much cleaner compared to the default-structure projects. 🧹😄
Tweet media one
0
0
6
@michael_backend
Michael Rubél 🇺🇦
3 years
I ran PHP 8.2 builds on all of my open-source packages this evening. Looks like they all have no issues after this upgrade! 🎉 #PHP #Laravel
Tweet media one
0
0
7
@michael_backend
Michael Rubél 🇺🇦
3 years
🦠 Introduced mutation testing into most of my open-source packages! This technique dramatically improves the quality of automated tests and helps improve the code. 🚀 Using my packages, you have confidence they are high quality and don't contain BC breaks in minor releases.
Tweet media one
0
0
3
@michael_backend
Michael Rubél 🇺🇦
3 years
Type-hint interfaces instead of the concrete models in your Laravel app with Route Model Binding. All you need is to set up a container binding for your model, and use `UrlRoutable` interface from `Illuminate/Contracts/Routing`. #Laravel #PHP
Tweet media one
0
1
2
@michael_backend
Michael Rubél 🇺🇦
3 years
Laravel Value Objects package is now tagged as 2.0.0. Null params were dropped and basic validation of input was added. You can extend the classes and customize the validation in the way you need! For those, who don't want VO to fail, `makeOrNull` method was added. #Laravel #PHP
Tweet media one
0
0
3
@michael_backend
Michael Rubél 🇺🇦
3 years
Made a new package for Laravel! This time it is a bunch of general-purpose value objects easily extendable with macros or inheritance. 👀 Give it a try: https://t.co/syoRI9jIx5 #Laravel #PHP
Tweet media one
4
12
53
@michael_backend
Michael Rubél 🇺🇦
3 years
Faking Laravel Policies in automated tests made a breeze with `method binding` and Laravel Enhanced Container package that improves DX when using this feature. #Laravel #PHP
Tweet media one
2
4
19
@michael_backend
Michael Rubél 🇺🇦
3 years
Passed a wall of 10K contributions on GitHub. 🔥 Not sure I can go any further. 😛 #github #Laravel #PHP
Tweet media one
6
2
9
@michael_backend
Michael Rubél 🇺🇦
3 years
Have you ever needed to bind many services to their interfaces in the Service Container? It can be automated easily! Working on a new version of the AutoBinder package for #Laravel 🛠️You can help me by reviewing a draft PR: https://t.co/BhjsRGpsFi
Tweet media one
0
0
2
@michael_backend
Michael Rubél 🇺🇦
3 years
Created a package with a modified Laravel Pipeline class to add support for a DB transaction, and convenient `make`, `onFailure` methods. Try it out! 🎉 https://t.co/SEptFHqjNq #PHP #Laravel
Tweet media one
0
0
2
@PovilasKorop
Povilas Korop | Laravel Courses Creator & Youtuber
3 years
michael-rubel/livewire-best-practices: A dozen of Laravel Livewire Best Practices suggested by Michael Rubel who works with Livewire since 2019 https://t.co/wwkv7seWI0
Tweet media one
1
37
145
@michael_backend
Michael Rubél 🇺🇦
3 years
This is a real-world example of the "method binding" feature usage to mock Stripe Charge in #Laravel #PHP
Tweet media one
0
0
5
@michael_backend
Michael Rubél 🇺🇦
3 years
Did you know you can add methods to classes dynamically in #Laravel #PHP? Only you need is to add `Macroable` trait in the class you want to use macros. Some of Laravel's native classes are as well macroable.
Tweet media one
0
0
1
@michael_backend
Michael Rubél 🇺🇦
4 years
Just added the banner to all of my open-source #Laravel packages! 🇺🇦 ✊
1
0
4