Virtual Bay Area Clojure Meetup March 2021
My notes from the Bay Area Clojure Meetup in March 2021. It's sparse because I was Zoom-fried. Just some jottings. When the video is…
read more →
My notes from the Bay Area Clojure Meetup in March 2021. It's sparse because I was Zoom-fried. Just some jottings. When the video is…
read more →
Here are my notes from today's Bay Area Clojure Meetup. They are in note form and perhaps a bit sporadic. Zach Oakes - O'Doyle Rules : a…
read more →
Yesterday on twitter, this tweet got a lot of attention in the developer world. It states: Most candidates cannot solve this interview…
read more →
On Tuesday, I attended the first hour of the Virtual Bay Area Clojure Meetup. The meeting was recorded, but the video is not available yet…
read more →
https://youtu.be/aSEQfqNYNAc
In this short snippet from Clojure Made Simple, Rich Hickey explains how java classes are glorified maps.
https://aphyr.com/posts/352-clojure-from-the-ground-up-polymorphism
I walked through Aphyr's Clojure from the Ground Up chapter on polymorphism today while following along in my repl and it was really good to see the how defmulti/defmethod, definterface, defrecord work similarly and differently.
If you are looking for a good post about Clojure and polymorphism, this is probably the best.
I would like to do the problem set at the bottom of the chapter tomorrow.
https://youtu.be/PH-bgLqVn2Y
Jordan Miller is a new youtuber doing videos about Clojure and programming. This is one of her first and gives a short intro to Clojure.
https://youtube.com/playlist?list=PLUGfdBfjve9Wo393uG0rSXnxDS98aoVdo
This playlist is a screencast of creating an Anki clone wth Clojure, ClojureScript, and Datomic.
I watched the first 5 videos today (only ones available as of right now) because, while I work in Clojure, I haven't worked with Datomic and I was curious about it. This screencast isn't for beginners- it assumes you have a basic understanding of Clojure and Clojure project set up, though the creator does write comments so you can follow along. If you are following it like a tutorial, you'll have to pause it often because it is pretty speedy.
I'll probably watch the rest when the come out because I'm curious how they'll use the ClojureScript. I know there's a lot of ways to do the same thing, so watching other people work is very educational.
The little trick to get GoDaddy to serve json files.
read more →
https://youtu.be/Kgw9fblSOx4
I'm going to have to watch this one again, so I'm sharing it here as a reminder.
This evening I attended a virtual meetup for the Clojure-Provo titled, "Category Theory in Clojure- installment 1" given by Brian Abbott. A…
read more →