project highlights

A select collection of side projects that I have been working on.

autolexica

autolexica is a simple Lexica solver written in Go. It will iterate/brute force through all possible strings in a given game board and return a list of valid words for a supplied Lexica dictionary. Instead of playing the game and improving my vocabulary, I have a computer do the work.

Source code

watchdog

watchdog is a simple Discord bot written in Go to catch and take action against low-effort spammers. It is meant to be a set-and-forget solution for Discord server moderators to catch low-effort spammers by automatically taking actions against said spammers when they trigger a honeypot channel.

Source code

chiao.dev

It's what you are looking at right now! It my is personal website/portfolio. I made it with HTML and CSS, and intentionally excluded JavaScript as my contribution to a simpler, lighter weight web browsing experience.

Source code

blog.chiao.dev

My personal blog where I share my observations, learnings, and insights about the projects and technologies I am working work. Not only is this a place to share things, but it also scratches a personal itch of wanting to make my own bespoke static site generator in Go to learn more about the language! The front-end is just HTML and CSS for the same reasons as my portfolio website.

blog.chiao.dev

All other projects

Free feel to check out my other projects on GitHub too!