8 followers
Twitch streamer from Canada. If I'm not playing video games 🕹 I'm probably coding and developing websites or apps 👩🏻💻
If you've caught a few of my coding streams, you may know that I'm a huge fan of the Kotlin programming language. Kotlin allows you to follow...
I built a cross-platform TUI CLI app in Go. It runs on macOS, Windows and Linux. The app is named timerrr and you can go install it today. What is a...
I made a user script as a gist for making the Twitch Dev site use dark mode. It should work on all dev.twitch.tv and dev.twitch.com pages at the /docs...
I wrote a user script that allows you to get Twitch's OAuth scopes programmatically. Why though? If you're developing an application that makes it...
Problem Currently, Twitch has both dark and light modes for the UI, but when you go into Theatre Mode, your preference for light mode is ignored and...
What is MD5? MD5 is a hashing function. It allows you to convert data into a hex string representation. Given the same input it should always return...