Inverted Index: a simple yet powerful data structure

Hi, it’s been a while since I last wrote an article. It’s a really strange time as our world is battling the #COVID-19 Pandemic. Despite all attention to this pandemic, I would like to discuss in this post an important data structure named Inverted Index. I also hope to make the next five minutes of your confinement useful while doing so.

Let’s build a redis CLI in python

Hi, today I would like to guide you through an exercise of building a Redis client in python. Underway, we will learn a bit about command line interface app, encoding/decoding a simple network protocol message and network programming using python asyncio.

2019 in a short review

Hello everyone, in today’s post, I will try my best to enumerate things I have been doing over the past twelve months.

A beginners guide to functional programming

Hello, in today’s post, we will explore functional programming along with some techniques and examples.

A beginners guide to functional programming

Hello, in today’s post, we will explore functional programming along with some techniques and examples.