This is a lazy implementation of Base64 from scratch to learn how it works.
I was playing with OAuth PKCE and ended up facing some issues with Base64. After fixing them, I thought to myself that writing a Base64 encoder from scratch should not be too hard.
So, there it is.