Articles tagged with: Development

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.


Course Review: Monorepos - A Beginner's Guide (Udemy)

Summary: The course 'Monorepos: A Beginner's Guide' on Udemy covers topics such as NodeJS module loading, using Yarn, package hoisting, and cross-package bin scripts. It also includes a bonus lesson on using Lerna. The course is concise and focused on NodeJS and Yarn, but the author has concerns about the initial approach of manually placing modules in the `node_modules` folder.