How Do Floating Point Numbers Work?

We often use floating-point numbers in programming, but have we ever thought about how they actually work? Let’s take a look at the following binary number: 1111.1101 How is it converted to a deci...
0 Read More

Getting Started With gRPC in Golang

Hi there! I'm Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a tool that makes generating API docs from your code ridiculously easy.gRPC is a framework for building fast, s...
0 Read More