Viewing profile — drikerf
drikerf
HN member- Joined
- Wed, Jun 25, 2014, 8:59 AM UTC
- HN karma
- 767
- Public activity
- 209 items
- HN profile
- View on Hacker News ↗
About drikerf
Recent public activity
- story
-
comment
Comment #41565942
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! […
-
comment
Comment #41272440
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 …
-
comment
Comment #40074217
AFAIK you should always leave space between floor and walls. As the material may grow/shrink with temperature etc. Very noticable in Sweden.
- story
-
comment
Comment #39127969
Good times! I really enjoyed making a 90s version of my startup's landing page: https://90s.wobaka.com/
-
comment
Comment #38549175
Emacs + CIDER and paredit. Works great!
-
comment
Comment #38541635
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 i…
- story
- story
- story
-
comment
Comment #33950688
Any functionality that is tested :)
-
comment
Comment #33890006
I haven't found that to be an issue. For small programs there's also babashka.
-
comment
Comment #33889505
Why? Just curious. I've found the JVM to be surprisingly stable and great to work with.
- story
-
comment
Comment #33083846
Don't know about your exact environment but I've structured my code so most of it is in .cljc files which can be evaluated in browser and on server. This allows me to evaluate/test…
-
comment
Comment #33082473
Wow, thanks! Recently migrated and seems something went wrong. Fixed now :)!
-
comment
Comment #33081831
Clojure is great for writing backends. Checkout Ring and Compojure. Simple libraries for making an API :).
-
comment
Comment #33081797
I haven't gotten to that stage yet. But I think it's difficult to hire good devs for all stacks, be it Python, Ruby, JS. Clojure community is super friendly and full of very talent…
- story
- story
-
comment
Comment #33021252
That was my point. You can easily add validation checks to JWT. Just invalidate tokens issued before a certain time.
-
comment
Comment #33020790
Yes, but if you want to invalidate say currently logged in users, before the tokens expire.
-
comment
Comment #33020762
Not saying you should use JWT, but you can invalidate tokens by adding a timestamp to the payload. This way you could invalidate those issued before a certain time and logout users…
-
comment
Comment #32850794
(types www.sketch.com into browser)