Introduction to Redis: This a 3 parts article introducing Redis and how it can be used to solve different problems. The first part I’ll use Redis to cache the landing page database query. The second part is another use case...
Investigating Python API performance: handling IO operation in background threads
13 May 2021
Photo by Aubrey Odom on Unsplash I was adding email-confirmation feature to aside project I’m working on. The REST-API is built by Flask, and you know Python is really not good at handling IO operations -not talking about the new...
Data Validation When building API that accepts inputs you always have to check weather the data adheres to the specification of what you consider a valid usefull data. I’ll assume you already know the very basics of building API’s. The...
Offload Intensive CPU Tasks From The Server By Using Messages Queuing
17 Apr 2021
Man vector created by vectorjuice - www.freepik.com The Right Tool I believe that a key to understand any technology is to first understand the kind of problems that it’s trying to solve. I’ve been reading about message queues and how...
The Ultimate Complete Super Mastery Tutorial .. search 🔎🦄
09 Apr 2021
Context: Vue.js is AWEASOME My experience in learning Vue.js was amazingly smooth. But Vue.js was not the only thing I’ve learned, in fact I think I’ve learned something of more value while building this APP with Vue. For context, this...