Home
Lucas Marques
Cancel

Essential metrics for Observability

Observability is a powerful technique that allows you to monitor the internal state of your application using external tools. Simply put, it’s like having an electrocardiogram to monitor your syste...

Introduction to bitshift operations

Introduction Bitshift is the action of shift a bit from one position to another in order to multiply or divide a binary number. For example, if I want to perform a multiplication on number 0001 I’l...