How-to

Browse all blog posts in the How-to category. Insights and articles about how-to by Alexander Lvovich.

14 posts in this category

Regularly cleaning up local branches is a simple but effective way to keep your repository tidy. By removing branches that have already been merged at origin, you reduce clutter, avoid confusion, and improve your development workflow.

How-to
Read more
Alexander Lvovich

Sometimes in order to debug kubernetes internal network configuration, the simplest way is to use legacy tools. Let's see how quick it can be done in pod.

.NET Core How-to
Read more
Alexander Lvovich

Cosmos DB is cool and SQL API makes it natural for SQL server users, however there are limitation such as deleting items by query. In this post let's see what are solutions can be used for bulk deletion.

Azure .NET Core How-to Cosmos DB
Read more
Alexander Lvovich

I delighted to share one of our currently biggest projects went live.

DevOps How-to
Read more
Alexander Lvovich

Database security is underrated topic. The majority of projects are using single user for all database calls. Doesn't matter if you have several machines accessing your database or users, everyone should access it with his own name.

Azure How-to
Read more
Alexander Lvovich