Read our latest posts
or search for

Translation process automation with Symfony
Add a new language and all translations to a project that is already fully translated.

Building a multi-file static logger with PHP
Here’s how you can develop a logger functionality by simply using static inheritance.

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
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

How to: Variable variables
Variable variables are obscure parts of your code starting with a double dollar sign (eg. $$example)

How to minimize conditions with Boolean algebra
As developers, all of us will sometimes come along with a problem that will make you think out of the box.

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.