Results for tag #api

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

react-native-cookie-based-authentication
Locastic, Jun 3, 2020 - 4 min read

React Native cookie-based authentication

Cookie-based authentication is not as straight-forward in React Native, unlike standard web networking APIs

custom-channel-context-with-sylius
Backend, Dec 20, 2019 - 2 min read

Using custom Channel Context with Sylius Shop API based on URL

Sylius channel request query-based context, only for ‘shop-api’ routes with fallback to default channel context.

devconmu-opens-up-the-spring-conference-season
Conferences, Locastic, Apr 24, 2019 - 17 min read

DevConMU opens up the Spring Conference Season!

What happens when you combine a tech conference with a place that looks like heaven?

what-to-do-when-you-get-lost-in-api-testing
Locastic, Backend, Mar 28, 2019 - 6 min read

What to do when you get lost in API testing?

Tests will improve the code quality, reduce bugs and force you to think about design and quality.

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

having-troubles-with-implementing-translations-in-apiplatform
Backend, Sep 25, 2018 - 3 min read

Having troubles with implementing translations in ApiPlatform?

You can’t decide on the best way to implement translation for entities on your ApiPlatform app?