Results for tag #apiplatform

quick-7-tips-for-symfony-starters
Locastic, Jan 28, 2021 - 4 min read

Quick 7 tips for Symfony starters

Are you lost in the Symfony framework labyrinth? Start with these seven quick tips.

populating-elasticsearch-with-serialization-groups
Backend, Oct 30, 2020 - 4 min read

Populating ElasticSearch using serialization groups in ApiPlatform

It can be annoying to write separate ElasticSearch mapping for each entity – so Paula decided to use serialization groups and let the normalizer do the job.

easy-csv-export-in-api-platform
Backend, Mar 4, 2020 - 2 min read

Easy CSV export in Api Platform

Built-in ApiPlatform functionalities can help you implement different export formats within minutes – this is how you do it.

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.

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?