Posts
How to Share Lifecycle Methods Between Components in Angular
August 20, 2022•3,704 words
Sharing code between components in Angular is TOUGH. Here's one way you can do so by utilizing base components that you extend - and why you shouldn't use them.
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
Python None
July 27, 2022•345 words
Interpreted languages have various footguns. Let's explore one such footgun I ran into recently with Python and how I fixed it.
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.