Articles tagged with: Resources

BazelCon 2022 Community Day Bootcamp

Summary: The BazelCon 2022 Community Day Bootcamp had workshops on basic Bazel concepts and writing rules. The instructions for the first workshop were incomplete, so here is a fork, with cleaned repository and improved slides for better clarity.


My Favourite command line tools

Summary: A list of my favourite command line tools and my approach to integrating them for quicker and easier actions.


My Favourite Firefox, Chrome and VSCode Extensions

Summary: Maintaining pages in this blog with lists of their favourite extensions for web browsers and tools, including Firefox, Chromium/Edge, and Visual Studio Code.


Learning the basics of Memcached

Summary: A list of resources and some tips for learning the basics of Memcached.


Object Oriented Python - A Summary

Summary: This blog post provides a summary of object-oriented programming in Python, covering topics such as class creation, inheritance, method types, and method overloading. It also recommends visiting realpython.com for more detailed explanations.