At first I read this post and I thought: nothing, but then I opened my gh account and saw a bunch of random stuff I made.
Here my favorites:
https://github.com/rafaeldelboni/cajus-nfnl
neovim configuration / documentation, focused on working with clojure, that I wrote trying to convince an Emacs friend to jump into nvim. (It didn't worked he still on Emacs :D)
https://github.com/rafaeldelboni/nota
Static Markdown blog/site using Fulcro & Pathom with no backend source that I did for my blog and for learning cljs + pathom.
https://github.com/rafaeldelboni/super-dice-roll-clj
Discord and Telegram bot that roll dices using using commands like /roll 4d6+4 that I did for playing RPG on telegram and testing a clojure backend stack I built.
https://github.com/rafaeldelboni/Graphmosphere
A Twitter bot that create random geometric pictures and gifs using only clojure and Java that used GH Action as post trigger. (Disabled because the new api pricing thing on Twitter.)
Here my favorites:
https://github.com/rafaeldelboni/cajus-nfnl neovim configuration / documentation, focused on working with clojure, that I wrote trying to convince an Emacs friend to jump into nvim. (It didn't worked he still on Emacs :D)
https://github.com/rafaeldelboni/nota Static Markdown blog/site using Fulcro & Pathom with no backend source that I did for my blog and for learning cljs + pathom.
https://github.com/rafaeldelboni/super-dice-roll-clj Discord and Telegram bot that roll dices using using commands like /roll 4d6+4 that I did for playing RPG on telegram and testing a clojure backend stack I built.
https://github.com/rafaeldelboni/Graphmosphere A Twitter bot that create random geometric pictures and gifs using only clojure and Java that used GH Action as post trigger. (Disabled because the new api pricing thing on Twitter.)
https://github.com/rafaeldelboni/paro Tool for managing dotfiles directories; Heavily based on rcm that I did for learning Rust. (Horrible code)