
Image by Caspar Camille Rubin on Unsplash
Latest in Blog
I made a kata on the dependency injection pattern before. The way I managed the dependencies was fine at that time. However, in a real life project, when the amount of dependencies grows, this may, and will turn into a hassle. The amount of imports and the boilerplate size becomes crazy high, and it basically gets repeated in every file!Read the post
I like automating things, so I try cutting edges where possible. One of the tiny annoying troubles bugging me was figuring the right live database to connect to, or the right cluster to select with kubectl, while knowing only a country name. Surely, if someone has just 2-3 countries, or even regional deployment, this does not turn into a problem at all. But if the deployment has 30, 40, 70 countries?Read the post
So, a recruiter gave you a call, or wrote you an email asking to fill some Calendly slots up, and the day X finally came. Before you commence, know this.Read the post
07.08.2023
SQL patterns, tips and tricks13.07.2023
Every day Kubernetes