100-days-of-code

https://github.com/jr0cket/100-days-of-clojure-code challenge to code for a minimum of 1 hour a day and share your experiences
porkostomus 2018-10-23T12:46:10.000100Z

Day 39: Got my reagent minesweeper working: https://porkostomus.gitlab.io/posts-output/2018-10-23-minesweeper/ Log: https://www.maria.cloud/gist/72d261b8c9bff2ee2a8acfb94566b680 Most importantly, I organized the code better, adding comments explaining what's going on. While the gameplay works, it's still missing the most satisfying part, watching the squares clear away by themselves. Should be a simple recursive call but I haven't figured out how to get it to re-render. Oh yeah, and there's nothing to indicate that you've won. No reward, not even an insult! You just run out of squares to click. How utterly unsatisfying...

practicalli-john 2018-10-23T20:29:41.000100Z

Day 39: A quick hack with Bootstrap and status monitor application, adding Bootstrap to a form that selects which data centre dashboard you wish to view. https://github.com/jr0cket/100-days-of-clojure-code/blob/master/log.org#20081023---day-39-applying-bootstrap-to-the-status-monitor