API integrations for a range of services. Little to no reusable code? With Saloon you turn it into a compact/clean SDK/Package that you can reuse in all your projects and maintain in one place.
We could use the Laravel helper functions in our tests to work through transactions to keep the database clean. Because of course you don't want data from your tests to end up in the database.
At some point, we all have to deal with some kind of allocation application. The larger the matrix, the more difficult it becomes to find the best combination in a optimal way. This is where the Hungarian algorithm excels.
Recently I came into contact with finite state machines in Laravel for the first time while researching an implementation for one of our customers. In this blog I want to briefly explain what such a state machine is and what we can use its functionalities for.