[Don’t .NET] Last() at last!Although LinkedLists may not be your go-to data structure, you might find yourself using the Last property to access the tail of the list…Jan 11Jan 11
Key-Value StoresWhy: I’ve got an idea to make a series about modern key-value low latency data stores, focusing on Valkey. To set the stage properly, I’ll…Dec 19, 2024Dec 19, 2024
VS Code coverage for JavaBecause I missed this announcement, I assumed that others might have missed it as well. Visual Studio Code now natively supports code…Jul 18, 2024Jul 18, 2024
Provide parameters to TestNG in VSCodeIf you have Test Runner for Java extension installed TestNG tests will be detected automatically. But the problem to augment their…Nov 20, 2023Nov 20, 2023
Using var or just another bike sheddingI tend to agree that using var in you code instead of concrete type — matter of developer taste. And it is mostly influence visual…Sep 16, 2023Sep 16, 2023
Visual Studio extensions news and Mads KristensenThe best news is deprecation of Add New File extension because this functionality goes straight into VS. Pressing Shift + F2 will bring my…Feb 3, 2023Feb 3, 2023
AzureDevOps all repository policy side effectRecently I have decided to stop setting up each repository by hand and make a global police. One policy was applied to “protect the default…Dec 14, 2022Dec 14, 2022
Runtime Identifier and failing tests in dockerDo you know that is RID and why should you care? It seems like docker is one great abstraction and dotnet — another. Just run one inside…Dec 6, 2022Dec 6, 2022