izypro.hashnode.devThe Original OTP: Inside the Only Encryption Proven to Be UnbreakableWhen you hear OTP, the first thing that comes to mind is most likely the authentication mechanism that uses a temporary, single-use code to verify a user’s identity as part of a two-factor security mechanism. However, before that was the “OG” OTP (On...Nov 25, 2025·7 min read
izypro.hashnode.devLoad Balancing with Nginx and DockerIntroduction Load Balancing in Software Engineering is the process of distributing network traffic across multiple backend servers to prevent a single server from being overloaded. Service availability and response time are greatly improved by spread...Sep 8, 2022·5 min read
izypro.hashnode.devInstalling Nginx on WindowsNginx is an open-source software with various use cases some of which include Web Serving, Reverse Proxying, Load Balancing, Caching, Streaming, and more. This is going to be a very short article walking you through the installation and setup of Ngin...Sep 7, 2022·2 min read
izypro.hashnode.devSet Up CockroachDB in your Golang ApplicationCockroachDB is a resilient, distributed SQL database designed to deploy and scale easily and survive hardware and software failures. I'll be walking you through setting up CockroachDB on your local machine and using it in your Golang application. Pre...Aug 1, 2022·4 min read
izypro.hashnode.devLogging in .NET: The Modern WayStill logging to .txt files? In 2022? Come on! Don't laugh, you log to your database and open it everytime you need to check your logs. Well, maybe you can laugh a little because text files? Nah! What if you could log to your database and view your ...Jul 20, 2022·4 min read