My github has a few public homebrew projects that maybe of interest. You can also find me tinkering at Micrantha when the mood strikes me.
-
jokeapp and jokeapp-droid are hello world apps in
react-native
andkotlin
andjetpack compose
in aredux/mvi
architecture. -
graphva java implmentation for a graph and related algorithms and data structures.
-
quotes is some
AWS lambda
API experimentation ingolang
. -
mitm is a
man-in-the-middle
project to virtually create an attack in a virtual environment. -
prep is an attempt to make a CLI build and dependency tool. Plugin based functionality to be flexible to any C++ legacy dependency and build system.
-
libcoda are some modern
C++
toolkit. Notable sub projects to be proud of are libcoda-net and libcoda-db. -
swiftactoe is a test of opensource swift in ubuntu docker with a minmax algorithm and imported C library for multiplayer.
-
operating system demos in
C
for scheduling algorithms and a shell implementation. -
sandbox is an early stage tool in
golang
to make development inside a container easier (file sync, networking, reuse) -
stimulus is a
golang
behaviour driven testing framework that I think is more intuitive while remaining simple and true to standard testing. -
dotfiles are my configuration files. Managed in a simple but effective manner with GNU
stow
. -
scouter was a turn based game in
react-native
that is temporarily abandoned. -
hangman was an early
react-native
project to play a game of hangman, now abandoned. -
color-luminence was a modification to an opensource javascript library. turned into a rewrite and not pushed back.
Ask about my private repositories if you like:
- scrabble algorithms and iOS AR/ML board solver
- mobile synchronization hybrid relational/nosql database. change detection with other clients or central server
- selfhosted infrastructure
- multiplayer iOS pong
- multiplayer yahtzee ncurses CLI
- competitive programming and other code kata
- unix fortunes api
- codebreaker hello world game in rust