This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-18
Channels
- # beginners (56)
- # boot (1)
- # cider (96)
- # cljs-dev (148)
- # clojure (60)
- # clojure-austin (11)
- # clojure-france (2)
- # clojure-italy (5)
- # clojure-russia (11)
- # clojure-spec (31)
- # clojure-uk (5)
- # clojurescript (52)
- # community-development (37)
- # cursive (3)
- # data-science (8)
- # datomic (14)
- # devcards (2)
- # emacs (1)
- # fulcro (13)
- # hoplon (1)
- # immutant (2)
- # luminus (3)
- # off-topic (2)
- # onyx (16)
- # parinfer (38)
- # re-frame (8)
- # reagent (5)
- # shadow-cljs (332)
- # spacemacs (5)
- # specter (5)
- # sql (6)
- # vim (52)
Definitely the funnest conference I’ve attended, Clojure or otherwise, in a long time.
@clojuregeek Do you have an app that you want me to use?
I have a composure api with Postgres
it was one of my first projects
since i didn't know any better I used same database for testing and for "prod" ... test data was prefixed with a "TEST" for the recipe name and I had functions to delete that data .. doh...
i updated it to 1.9 and removed korma and used sql instead when i updated it over holiday break
so i'd really like to know how to deploy this to say linode or digital ocean