This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-04-27
Channels
- # announcements (11)
- # asami (7)
- # babashka (140)
- # beginners (58)
- # calva (12)
- # clj-kondo (5)
- # cljsrn (9)
- # clojure (60)
- # clojure-australia (8)
- # clojure-boston (1)
- # clojure-europe (35)
- # clojure-france (2)
- # clojure-germany (5)
- # clojure-italy (8)
- # clojure-nl (7)
- # clojure-sweden (14)
- # clojure-uk (23)
- # clojurescript (16)
- # community-development (2)
- # cursive (7)
- # datomic (6)
- # docker (1)
- # emacs (4)
- # fulcro (11)
- # graalvm (5)
- # honeysql (6)
- # jobs (6)
- # jobs-discuss (36)
- # lsp (19)
- # malli (7)
- # meander (8)
- # off-topic (18)
- # pathom (16)
- # practicalli (33)
- # re-frame (43)
- # react (2)
- # remote-jobs (11)
- # sci (83)
- # shadow-cljs (55)
- # tools-deps (48)
vrolijke koningsdag!
Just did my presentation at Developer Week Europe. No questions.. not sure that is a good thing.
Yes, also only about 20 people. But not being able to see them makes it harder. Especially when having about 20 minutes for a fairly complex topic..
Maybe I should have shown some Clojure code like
(defn to-avro
[^Record bkes-record]
(.deserialize deserializer nil (.toByteArray (.getValue bkes-record))))
(defn retrieve
[key type]
(let [string-key (get-string-key key)
^RetrieveReply result (.retrieve (type bkes) string-key)]
(if (.hasSuccess result)
(map to-avro (.getRecordsList (.getSuccess result)))
[])))
:P