- 
        
            A detailed guide to automated farming & selling of Steam Trading Cards 🧑‍🌾🎴Steam Trading Cards have been out for a long time, but you probably didn’t realise you likely have tens of games with earning potential just sitting in your library! Here’s how to earn and sell the cards quickly. 
- 
        
            Please don't dox me Google: How to verify your Google Play account without exposing ALL of your informationIn 2023, Google began requiring verification for Google Play, especially if earning any money. Unfortunately, this required publicly exposing your home address and phone number! Here’s how to earn money without revealing this info. 
- 
        
            Rapidly improving Play Store rating with an Android in-app review prompt helper (from 2.2 to 4.7 in 2 weeks!)I recently worked on an app, Seatfrog, that had been rated between 1 and 2 stars for months, despite no major issues. The solution? In-app rating prompts! 
- 
        
            Generating a SQLite word dictionary (with definitions) from WordNet using PythonI recently needed a SQLite dictionary with word, type, and definition(s). Turns out, it was easy enough to make my own! 
- 
        
            What on earth is an Octocat!? Exploring all 150+ variations of GitHub's mascotIf you’ve used GitHub for any length of time, you’ve probably seen their odd “Octocat” logo. This cute little cat also has a lot of bizarre variations, here’s an explanation of them all! 
- 
        
            How to automatically add WebP post banners to Jekyll for faster load timesMost modern browsers can handle the smaller & speedier WebP versions of images, yet generating them manually can be a pain! Here’s how to do it automatically in Jekyll. 
- 
        
            My experience with the GitHub Foundations Certification processDid you know GitHub offer paid certifications? They do! The first of these is “GitHub Foundations”, offered for free to students, here’s my somewhat rocky experience of studying & taking the exam. 
- 
        
            How to force update (& test) your Android app using Google's in-app update libraryEarlier this year, I needed to add the ability to force update users of an app. Whilst I’ve used custom solutions in the past, Google has a standardised “in-app updates” library that does all the essentials for you! 
- 
        
            A possible fix for intermittently hanging Android builds on GitHubI recently experienced an Android project’s GitHub build workflow sometimes taking 10 minutes… but sometimes freezing and eventually being killed after half hour by GitHub! The cause? Requesting too much RAM. 
- 
        
            How to bulk download all past versions of a webpage, parse the data in Python, and save to CSVI recently needed to download hundreds of past versions of a StumbleUpon webpage, parse the HTML, and output the data into a CSV for further analysis. Here’s how to do it!