life is too short for a diary

Most popular




Understanding Webservers in Frameworks

Curious in understanding webservers role in popular frameworks...

Continue reading → Tags : web server






Can Logic Alone Lead Us to Truth?

If you drop a feather and an elephant from a mountain, who hits the ground first?..

Continue reading → Tags : philosophy






Getting Started with Redis: Concepts, Commands, and Monitoring

Introduction

Redis is a in-memory NoSQL database mainly used for caching. It's a key-value store which means each unique keys map to a value which could be either a stirng, list, set, hash, blob, JSON or any other data. Each keys are unique and can be queried...

Continue reading → Tags : redis nosql python