Paula Čučuk
Backend Developer
6 articles
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 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
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.
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
This principle makes SQLite extremely fast and efficient, and also powerful thanks to the library’s underlying technology.