Happy Pi Day! I made a Pi-ano 😆

Happy Pi Day! 🥳 March 14th (3/14) is the day we celebrate everyone's favorite never-ending number: π. To celebrate, I made a Pi-ano. You're probably wondering what that is. Well, let's see! 🎹 ...
0 Read More

Data Indexing and Common Challenges

At its core, data indexing is the process of transforming raw data into a format that's optimized for retrieval. Unlike an arbitrary application that may generate new source-of-truth data, indexing pi...
0 Read More

Authority and Accountability

Authority Goes Bottom-Up, Accountability Goes Top-Down. Introduction In my small journey as a tech lead, I've learnt that effective leadership isn't about issuing commands from an ivory tower....
0 Read More

Why None?

names = ["Eren", "luffy", "goku"] print(names.sort()) Output: None Why the sort method can't sort the list?...
0 Read More