Paula Čučuk
Backend Developer
5 articles
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.
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.
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.
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?
Backend, Sep 10, 2018 - 3 min read
Speed-up database refreshing in PHPUnit tests
This principle makes SQLite extremely fast and efficient, and also powerful thanks to the library’s underlying technology.