LATEST ARTICLES

In this article you'll explore some rate limiting algorithms using Python and Redis, starting from a naive approach.
4 min. read

I love The Beatles so much, I wish they wrote more lyrics... wait, I'm a programmer, I can generate new lyrics based on their discography! Let's see how!
6 min. read

After some time working with different programming languages, I started to think about how I would build my own language. That's what I came up with!
6 min. read

We all made some mistakes. We all wrote some creepy piece of code, but we all can learn from those mistakes. Let's see what's wrong with this JS code!
5 min. read

Generate dynamic open graph images with just HTML and CSS in the fastest way possible using Gauguin!
5 min. read

Being a self taught developer sometimes can be really, really frustrating.
6 min. read

My personal thoughts about JavaScript, PHP, Golang, Haskell and Elixir. Which is the best one?
6 min. read

Introducing the search engine of search engines. A REST/GraphQL server that tells you what people searches on search engines.
3 min. read

Remote working changed the way I work in an incredible way. What did actually changed on daily basis?
3 min. read

Strconv package comes with 2 handy functions "Atoi" and "Itoa", to convert string to int and int to string respectively.
0 min. read