Articles tagged with: Development

Book Review: Core Bazel: Fast Builds For Busy People

Summary: Review of the book 'Core Bazel: Fast Builds For Busy People'.


Multi-Language Wordle clone fork

Summary: Practicing React by forking a Swedish Wordle clone and making it multi-language.


Learning the basics of Memcached

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


Javascript Named Exports for testing

Summary: Discusses a testing pattern using JavaScript named exports to test unexposed code fragments.


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.