Subscribe to my email list

Ways To Ensure Decent Code Quality In The Project

August 04, 2020 6 min read

Code quality is the most important goal that you should pursue in your project. If neglected, it can cause a devastating effect in the long run. Your project becomes hard to maintain. Costs increase, and the motivation of developers to work with such a project declines. In this article, I am going to describe the ways how you can ensure better code quality in your codebase.

Five Podcasts That I Recommend Listening To

August 02, 2020 5 min read

When the Covid-19 outbreak started, I started to work from home as many people did. It meant that I do not have to spend extra hours on the commute. So I decided to spend the saved time to invest more in broadening my knowledge in finance, entrepreneurship, and information technology. Investing in your knowledge is the best investment that you could do. Listening to the podcasts was one of the new things that I started to do.

My Questions To The Developers In The Job Interview

July 19, 2020 5 min read

I will describe my own interviewing experience with developers. I will present the list of technical questions that I ask during the interview. I will also show the checklist of home task review criteria.

4 Approaches On How To Create Reliable Messaging Architecture

June 14, 2020 12 min read

In this article, I am going to describe how to implement error handling using the RabbitMQ and MassTransit library in messaging architecture. It will make your data handling pipeline more resilient and reliable.

Azure DevOps Multi-stage Deployments

March 15, 2020 6 min read

The multi-stage pipelines feature is relatively new in Azure DevOps and allows you to split the deployment process into multiple stages and reuse then.