Results for tag #backend
Handling doctrine entities with messenger
Asynchronous Messaging enhances large application performance by decoupling communication. Symfony Messenger enables message-driven apps, but be cautious with Doctrine entities, and rather consider notifying users.
From student to employee: Turn your internship into a job
In this blogpost, we will show you what a student internship at Locastic looks like from the perspective of two students who did so well during the internship that they got a job offer and are now officially part of the team.
Upgrading to Sylius Premium
After a few years of a really productive partnership, the Sylius team promoted Locastic from Professional to Premium Sylius partners.
Interview: Stéphane joins the Sylius Core Team!
There are quite a few different ways to step up your career and improve your software development skillset, but actively participating in community discussion has to be close to the top of that list.
Can you use Sylius to build booking systems?
Although it would take ages to describe the custom adaptations we did inside this project, it is possible to develop booking systems with Sylius.
Clean and easy API configuration with Sylius
Here’s how you can extend the Sylius API configuration without duplicating vendor XML config
Customizing the new Sylius & ApiPlatform integration
Learn how to make the most of the new ApiPlatform integration if you’re starting new, or upgrading existing projects on Sylius.
Useful Coding design patterns
Stephane presents two reusable and extendable patterns that can help your development process in the long term.
Debugging the un-debuggable
We all have a lot of different ways of debugging. Some use dumps or logs, others use various debugging tools etc. But what to do when you can’t use any of those? In the past few months, I had several different features that required connecting to an external service or an API. During development, I… Continue reading Debugging the un-debuggable