π Theo TechStack β Exploring the best practices, and software concepts. Letβs build together π
Using HttpClient Wrong Can Break Your App Letβs talk about something that might seem simple but can cause BIG problems if youβre not careful: HTTP...
Docker Guide Β· What is Docker? Docker is like a magic box for your applications. It packages your app and all its dependencies (code, libraries, tools)...
Ever wondered how to pass methods as arguments or store functions in variables, then delegates are your new best friend! So in C#, delegates allow us...
Why Bitwise Operations? Bitwise operations allow us to work with individual bits inside a number. Since computers store everything in binary (0s and...