Projects
semantic-ui-clj
A Clojure interface for Semantic UI. Written in Clojure-Common (cljc) for use in both web and server-size development.
Something like this…
[container {:fluid true}
[header {:as :h1 :text-align :center} "Welcome"]
[button {:size :massive} "Click Me!"]]
… Should translate to this …
<div class="ui fluid container">
<h1 class="ui center aligned header">Welcome</h1>
<button class="ui massive button">Click Me!</button>
</div>
Discord Noob Bot
I’ve recently started creating a Discord Bot themed after glorifying the “Noob” over the “Pro”. You can join this Discord Channel if you’d like to toy around with it!
Performance Scripts
Just some scripts for performance and load testing…