Danijela Mikuličić
5 articles
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.
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.