Category: Tech
All English articles in "Tech".
How to Build a GAS Tool That Sends Tweets from Specific Twitter Accounts to a Discord Channel
Published:Updated:I found it tedious to keep up with specific Twitter accounts, so I built a GAS workflow that fetches their tweets and sends them to Discord. This article includes copy-and-paste-ready code and how to run it every minute.
[PUBG] How to Create an API Key
Published:For anyone who wants to build a PUBG match-analysis tool, this guide covers the steps from issuing an API key in the PUBG Developer Portal to checking that it works.
[PUBG] Lessons from Building and Operating Steins.GG, a Match Analysis Web App with 80,000 Cumulative Users
Published:Building and operating Steins.GG, a PUBG match analysis web app with more than 80,000 cumulative users, was one of my happiest experiences. I wrote about what was fun, and also what was hard: server costs, API changes, and keeping the service running.
[Minecraft Mod Development] Cache Expensive Calculation Results
Published:If your Minecraft mod keeps running the same expensive calculations every time, the quickest fix is usually to add a cache. This article gives a rough overview, from a hand-rolled Map implementation to Caffeine and bundling it into your jar with Shadow.