HackerTrans
TopNewTrendsCommentsPastAskShowJobs

drikerf

no profile record

Submissions

Show HN: Formulaer – Free, simple and clean forms

formulaer.com
4 points·by drikerf·2 jaar geleden·1 comments

As deal rumors fly, Alphabet and HubSpot would be a strange pairing

techcrunch.com
2 points·by drikerf·2 jaar geleden·1 comments

comments

drikerf
·2 jaar geleden·discuss
I use it for Wobaka[1]. It's 98% Clojure and ClojureScript with some bash added. I even use it for CSS with a beautiful library called Garden.

Extremely happy going with Clojure!

[1] https://wobaka.com/blog/building-a-startup-on-clojure/
drikerf
·2 jaar geleden·discuss
Nice project! I do wonder though if jsx is the best way to represent elements in code?

Clojure datastructures makes this so much more enjoyable. Everything is just basic lists and maps which makes it very flexible and powerful.

[:ul [:li "task 1"] [:li "task 2"]]

It's weird that it's not more common for making web apps.
drikerf
·2 jaar geleden·discuss
AFAIK you should always leave space between floor and walls. As the material may grow/shrink with temperature etc. Very noticable in Sweden.
drikerf
·2 jaar geleden·discuss
Good times! I really enjoyed making a 90s version of my startup's landing page: https://90s.wobaka.com/
drikerf
·3 jaar geleden·discuss
Emacs + CIDER and paredit. Works great!
drikerf
·3 jaar geleden·discuss
Similar story. I'm also running my SaaS on Clojure and maintenance has been a dream compared to other languages. Things rarely break and are easy to upgrade.

Developer experience is fantastic too with HMR, REPL and cljc files. It's fun to write Clojure code :)