bortexz (@bortexz_) 's Twitter Profile
bortexz

@bortexz_

ID: 1485976320295288841

calendar_today25-01-2022 14:02:47

13 Tweet

10 Followers

364 Following

(λ. borkdude) 🌱 (@borkdude) 's Twitter Profile Photo

(defmacro ->map [& ks] (assert (every? symbol? ks)) (zipmap (map keyword ks) ks)) (let [a 1, b 2] (->map a b)) ;;=> {:a 1 :b 2} #clojure

(λ. borkdude) 🌱 (@borkdude) 's Twitter Profile Photo

My primitive but effective Node.js CLJS REPL workflow ;-) clj -M:cljs -m cljs.main -re node cljs.user=> (require '[...] :reload) (cljs.test/run-tests '...) #clojurescript

My primitive but effective Node.js CLJS REPL workflow ;-)

clj -M:cljs -m cljs.main -re node

cljs.user=> (require '[...] :reload) (cljs.test/run-tests '...)

#clojurescript
Chrome for Developers (@chromiumdev) 's Twitter Profile Photo

Your opinion matters ✅ @TerribleMia and Adam Argyle teamed up to compare and contrast 3 syntax options for nesting in #CSS. Which you prefer: 1️⃣ @­nest 2️⃣ @­nest restricted 3️⃣ Brackets review and vote 👇 developer.chrome.com/blog/help-css-…

Vlad Mihalcea (@vlad_mihalcea) 's Twitter Profile Photo

When I started learning Java in 2002, many people were saying that Java is slow and can never compete with C or C++. 20 years later, all High-Frequency Trading companies I know use Java instead of C/C++. efinancialcareers.co.uk/news/2020/11/l…

When I started learning Java in 2002, many people were saying that Java is slow and can never compete with C or C++.

20 years later, all High-Frequency Trading companies I know use Java instead of C/C++.

efinancialcareers.co.uk/news/2020/11/l…
Jeremy Singh (@singhcredible) 's Twitter Profile Photo

The smartest scientist in the game: Andrew Huberman. I’ve listened to 100+ hours of his podcast and interviews. Here are 10 lessons you can use to level up your life:

The smartest scientist in the game:

Andrew Huberman.

I’ve listened to 100+ hours of his podcast and interviews.

Here are 10 lessons you can use to level up your life:
Robert the Otter (@roberttheotter) 's Twitter Profile Photo

a while ago, I learned about the mental load — and created a comprehensive guide to cleaning! Check it out if you haven’t! #mentalload An old post 🧵1/7

a while ago, I learned about the mental load — and created a comprehensive guide to cleaning! Check it out if you haven’t! #mentalload

An old post
🧵1/7
jeff.hl (@chameleon_jeff) 's Twitter Profile Photo

1/ Building a crypto HFT system is a challenging and rewarding journey. A mega-thread covering: Trading strategies ("what") The infrastructure and latency optimization ("how") Exchange selection ("where") Market dynamics ("who") What I wish I knew when getting started 🧵