Redis basics using hiredis C
Posted on February 19, 2021Introduction, Downloading & Installing hiredis Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis works with an in-memory…
Read full postPython Flask Real time Chat using Socket.IO
Posted on October 06, 2020For the curiosity of real time connections This is a small introduction on socket.io and its integration with a Python Flask backend to the end of this readings I'll deploy this on Heroku as well…
Read full postThis is my first blog on this dev diary | hello world in C
Posted on September 22, 2020This is my first blog on this platform, I'll keep adding more stuff as time passes by, below is a self explanatory code written in C just for testing 🙂 Do visit my github account
Read full post