Symfony Doctrine JMS Serializer Max Depth
There is a great MaxDepth exclusion policy in JMS Serializer however there is also a big mystery how it works.
Continue reading Symfony Doctrine JMS Serializer Max DepthDocker Compose Volume Path Problem in Windows
If you are having some errors with composing Docker containers which have volumes in Windows there is usual and easy solution.
Continue reading Docker Compose Volume Path Problem in WindowsDrupal 8 Configuration Management with Drush
You can easily control your Drupal 8 configurations with Drush. First I’d recommend that you set your configurations files out of files folder:
Continue reading Drupal 8 Configuration Management with DrushRedux Action Creator vs. Action
One of the core things in Redux is the Actions.
These are the things that you send to reducers which eventually change the state of the application.
Continue reading Redux Action Creator vs. ActionImmutable.js Set Deeply Nested Valued with: setIn
Using Immutable.js you get to know its function set quite quickly in the beginning. Set completely overwrites a property but what if we want to just set a property inside that property?
Continue reading Immutable.js Set Deeply Nested Valued with: setInNative JavaScript Promise Example with Prompt
JavaScript on modern browsers has a native support for promises. And the greatest thing is that the syntax is very easy.
Continue reading Native JavaScript Promise Example with PromptGit Strategy with Feature Branches and Rebasing
My personal favorite Git strategy is this: (there are many ways to do it)
Continue reading Git Strategy with Feature Branches and RebasingHow to reset GIT commits of a branch
I assume that you are in branch and you’d like to forget about your commits. Continue reading How to reset GIT commits of a branch
How to use function from another controller in Symfony
Sometimes there is a need to to one of the functions from another controller. The way this is done is by serving the controller as as service of Symfony. Continue reading How to use function from another controller in Symfony