Blog
Custom Metrics in .NET
15 Feb.NETObservabilityLearn how to implement custom .NET metrics. Counters, UpDownCounters, Gauges, and Histogramsโto enhance observability in your applications.
New features in .NET 9 Preview 1
14 Feb, 2024.NETC#CodingThe new features are coming to .NET 9 Preview 1
String Concatenation and Operator Precedence
5 Feb, 2024CodingOperatorsDive into the nuances of string concatenation and operator precedence to understand how they influence code output across different programming scenarios.
Base conversion
1 Oct, 2023BitwiseComputer ScienceConverting Between Various Numeric Systems: Binary, Decimal, Octal, and Hexadecimal.
Binary numbers
7 Sep, 2023BitwiseComputer ScienceThe fundamentals of binary numbers. How to convert between binary and decimal, understanding bits, and representing negative numbers.
Testcontainers with WSL
23 Jul, 2023C#.NETTestsWSLDockerHow to run integration tests using Testcontainers with WSL.
Binary search
8 Jun, 2023Algorithms & Data StructuresComputer ScienceBinary search is a search algorithm that finds the position of a target value within a sorted array.
Docker Env file
27 Apr, 2023DockerHow to securely set environment variables from a .env file in Docker Compose