Posts
What is Primitive obsession and how to fix it
July 19, 2022•648 words
Primitive obsession is an extremely common code smell, and when identified and fix, it greatly helps to reduce the amount of bugs that you may find in your code.
When to use HashMap instead of Loop
June 24, 2022•309 words
Learn to use when to use HashMap instead of Loop
Minecraft Data Pack Programming: Command Syntax
June 15, 2022•2,972 words
Learn the beginnings of data pack development in Minecraft - using positions, entity selectors, and conditional logic in commands!
A Guide to Python's Secret Superpower: Magic Methods
June 8, 2022•2,548 words
Python has a secret superpower with a similarly stupendous name: Magic Methods. These methods can fundamentally change the way you code with Python...
Why I prefer Vue over Angular: DOM Pollution
June 6, 2022•472 words
Angular differs from Vue in some keys ways, including its "Incremental rendering". This shift introduces something I call "DOM Pollution"; its why I prefer Vue over Angular.
Windows Subsystem for Linux
May 24, 2022•563 words
Utilize the best of both worlds — Windows and Linux — without having to dual boot. Windows Subset for Linux (WSL) lets you run software designed for Linux in Windows.