2 items
-
#1
Discord Rich Presence
As a WSL-based NixOS user, I make life difficult for myself sometimes.
This post details setting up Discord Rich Presence to sync my Neovim activity from WSL to this blog in real-time using
npiperelayandsocat. -
#2
Ecto Queryable Pattern
Ecto queries are just data! This post goes over how we can abuse that fact to build ergonomic, composable query patterns.
Using behaviors, callbacks, and metaprogramming, we can create a single source of truth for query logic that works everywhere.