Book Review: Hello World

Hello World by Hannah Fry (Goodreads) is a fascinating book about how data and algorithms are transforming human lives and influencing everyday decision-making. I found this book quite engaging, as... Read More

Easily Debug CLI app Using VSCode Debugger

Debugging can often be tedious when relying on print statements and rerunning the program repeatedly. However, Visual Studio Code (VS Code) provides a powerful feature to streamline debugging, espe... Read More

Cache Eviction Policy: LRU

Caching is an essential optimization technique widely used in modern software development. Whether it’s retrieving data from a database or making requests to external services, caching helps reduce... Read More