Posts
Minecraft Data Pack Programming: Scoreboard Usage
August 20, 2022•3,761 words
Learn data pack development in Minecraft - using player scoreboards, variables, and operations!
Vue Composition API Inspector
July 30, 2022•588 words
A peek under the hood of Vue compilation. See how Vue interpretes TypeScript
JavaScript Fundamentals: Functions Are Values
July 28, 2022•2,599 words
JavaScript functions are widely used in web development... but do you KNOW them? Let's explore the fundamentals and how they can be used in unorthodox ways
Project Management for Individuals
July 26, 2022•1,447 words
Having the ability to structure your projects (and these don't exclusively have to be programming related) gives you a massive advantage when it comes to being organised, and keeping your life organised.
How to ask better questions
July 20, 2022•1,177 words
We all ask questions from time to time, so here are some of my favourite tips when it comes to how to improve the quality of your questions.
Mutable vs Immutable Data Types
July 20, 2022•637 words
Using mutable data types can be dangerous in multi-threaded applications. To help that we can make sure of thread safer immutable data types