Saying that software engineers today enjoy MicroServices (MS) ‘a little bit’ is like saying people enjoy chocolate covered bacon ‘a little… (more…)
Read more »
Managing a dev team at a full stack development company can be hard. You have to always keep the over-enthusiastic developers focussed at the right task. More often than not, you to have to remind them that it is important to finish the change request tha...
Read more »
It is very common to setup own Docker registry for our private images.
Basic registry setup If we want basic setup without TLS and any access control for example for lab, we can create it with command:
[lukas@docker-host ~]$ docker run -d -p 5000:5000 --r... (more…)
Read more »
Complete docker swarm guide - from set up and configuration to usage of swarm services - all important commands included. (more…)
Read more »
Jest preset for running docker containers with your tests - Trendyol/jest-testcontainers... (more…)
Read more »