Posts
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!
Minecraft Data Pack Programming: Introduction
June 14, 2022•2,316 words
Learn the beginnings of data pack development in Minecraft - using commands and functions to add custom behavior from scratch!
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.
The Complete Guide to Regular Expressions (Regex)
April 17, 2022•3,440 words
A Regular Expression – or regex for short – is a syntax that allows you to match strings with specific patterns. Think of it as a suped-up text search