Overview Recently, I added Redis as the cache manager for my web app (https://ukata.io). There is an error regarding ...
Redis Command CheatSheet
Data Initialization Here is the cheatsheet to initialize different Redis data types: I was able to set the values for...
Day 4: Dictionaries and Tuples in Python
Welcome to Day 4 of our Python learning journey! In this lesson, we will explore two important data types in Python: ...
Day 3: Strings and Lists
Introduction Strings and Lists are the two most data structures in Python. In this post, we will learn all the essent...
Day 2: Control Structures and Functions
Welcome back to our Python learning journey! Yesterday, we covered the basics of Python programming, including data t...
Git Tags Cheatsheet
Introduction What are git tags? You can think of it as a way to mark a point in the history of your git repo. They ar...