This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-03
Channels
- # beginners (167)
- # boot (22)
- # chestnut (3)
- # cider (9)
- # clojure (107)
- # clojure-berlin (1)
- # clojure-greece (3)
- # clojure-italy (6)
- # clojure-losangeles (6)
- # clojure-russia (8)
- # clojure-spec (71)
- # clojure-uk (42)
- # clojurescript (186)
- # community-development (1)
- # core-async (12)
- # core-typed (1)
- # css (15)
- # cursive (29)
- # data-science (11)
- # datomic (8)
- # defnpodcast (28)
- # duct (2)
- # fulcro (169)
- # graphql (6)
- # hoplon (3)
- # jobs-discuss (1)
- # kekkonen (5)
- # leiningen (11)
- # lumo (7)
- # off-topic (14)
- # om (1)
- # other-languages (14)
- # portkey (7)
- # re-frame (27)
- # reagent (14)
- # remote-jobs (1)
- # ring-swagger (5)
- # rum (15)
- # shadow-cljs (52)
- # spacemacs (59)
- # specter (78)
- # test-check (3)
- # vim (9)
- # yada (23)
the main thing to remember is not to cross the streams…
crossing the streams is O(n^2)
@peterwestmacott oops i didn't get that message https://gist.github.com/df19aa210d2ca3af0f2cb127f4f12bc3
I hope you didn't invoke this function
umm i based all my message routing around it and it's gradually infecting the whole codebase
morning!
@seancorfield I have just updated to lein 2.8.1 and my problem has gone away.
@thomas ah yes, 2.8.0 was released with a couple of big bugs. Glad we switched to Boot!
Anybody got any views on the easiest place to deploy a Clojure app? I was thinking of Elastic Beanstalk because all our other stuff is AWS, but I'm wondering whether there's a better alternative
“easiest” might be heroku?
if you have existing tech to hand I should lean on that
heroku is easy for deploying the app, but harder for connecting to other resources such as a db
i've deployed the app on heroku and the db on AWS/RDS in the past... was fine, as long as you put your RDS db in the right zone
So the time has come for me to create a website for the Mrs. I know there is some bias in this channel towards yada and bidi (you know who you are ;)). So I was curious what people here preferred to use. I'm looking to have a full featured site with registration/login, db access obviously, etc. Open to best practices and suggestions
what is her site for @yogidevbear?
She's a registered dietitian and sees the occasional private client. The site would be for her clients to register, book in appointments at specific days/times, download their body assessments, and also for her to do blog posts, etc.
when it comes to websites i'm in favour of building as little as possible... i'd first look at whether you can link some other services for the appointments and doc sharing to something like squarespace
although if you want to build the website because it will be good experience and expose you to some new clojure libs then go ahead
I think it would be a case of the latter
Clojure the hard way type thing
yada is currently my fave webserver of all those i've used
And as it's a personal project of sorts, it's okay for me to overhaul it if need be
That's good to hear
bidi is ok, but the syntax is a bit weird... ok if you just stick to the vector syntax and stay away from the map syntax though
That feels like something that would be great to have written down somewhere
P.S. @dominicm that wasn't intended as an admonishment for any JUXTers not to make a case for yada, bidi, et el 😉 All perspectives welcome 👍
I'm looking forward to this. Lots of reading in store.
Like which is better (e.g. http-kit or aleph), what differentiates them, etc