Paula Čučuk

Paula Čučuk

Backend Developer

6 articles

loggastic
Locastic, Backend, Sep 21, 2023 - 3 min read

Introducing Loggastic: The Open Source Library for Activity Logs tracking

Today, we’re excited to introduce Loggastic, an open-source library made by Locastic and designed to simplify the implementation of activity logs and store them in Elasticsearch.

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.

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?

speed-up-database-refreshing-in-phpunit-tests
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.