Oct 16, 2019
Feature Branch Workflow
Sooner or later, every programmer is forced to deploy his code into a production environment. How to do it so that you can easily manage it and not hurt yourself? Does every deployment have to be a nightmare? Let’s try to answer these questions.
Jun 13, 2019
5 useful JavaScript shorthands
The best developers are smart but lazy developers. Why? Because lazy developer will always find a way to do something in a shorter way. And today we're going to take a look at some shorthand coding techniques in JavaScript language (with ES6).
May 14, 2019
How to optimize Docker image with layer caching
Optimizing things is important part of development process. Even when we are living in the world of fast Internet connections, we still don't want to spend few seconds watching white screen and waiting for website content. And it is just a few seconds!
Apr 18, 2019
Firebase authentication with custom token
When we need realtime database which allows us to store and synchronize data across multiple platforms, one of most known possibilities will be Firebase.