Results for tag #backend

handling-doctrine-entities-with-messenger
Backend, Apr 12, 2023 - 3 min read

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
Locastic, Backend, Apr 3, 2023 - 5 min read

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
Locastic, Backend, Mar 10, 2022 - 2 min read

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-stephane-joins-the-sylius-core-team
Locastic, Backend, Jan 18, 2022 - 3 min read

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
Backend, Aug 9, 2021 - 7 min read

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-api-configuration-in-sylius
Locastic, Backend, Feb 26, 2021 - 4 min read

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
Locastic, Dec 15, 2020 - 4 min read

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
Locastic, Backend, Apr 22, 2020 - 4 min read

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
Backend, Feb 14, 2019 - 5 min read

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