6 Articles
13714 Words
Minecraft Data Pack Programming: Scoreboard Usage
August 20, 2022
Learn data pack development in Minecraft - using player scoreboards, variables, and operations!
Minecraft Data Pack Programming: Command Syntax
June 15, 2022
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
Learn the beginnings of data pack development in Minecraft - using commands and functions to add custom behavior from scratch!
Introduction to Android: Contexts, Intents, and the Activity lifecycle
August 22, 2019
androidA basic overview of the main components of an Android app and how they interact with each other and the Android system
Joining Freenode IRC: A Guide
August 22, 2019
toolsBasic (but detailed) instructions for setting up a Freenode IRC account through various clients
Continuous Integration with Travis CI for Android
August 22, 2019
androidciAn in-depth tutorial explaining how to set up Travis CI to deploy signed builds to Google Play. Among other things