Recent Posts

What are Indeterminate Forms?

3 minute read

An Indeterminate form is an expression involving two functions whose limit cannot be determined solely from the limits of the individual functions.

Reading Files Using Golang

7 minute read

From reading configuration to input data, reading files is a common operation in any programming language. Learn to read files effectively using golang.

Understanding the Birthday Paradox

8 minute read

The Birthday Paradox or Birthday Problem highlights a mathematical and probabilistic outcome that is intuitively hard to believe.