Ep 098: Composed Learnings
We reflect on keeping the necessary mess at the edges so our core can be composed together with beauty and simplicity.
Ep 097: Application of Composition
We get a handle on bringing I/O resources together in an application.
Ep 096: Gaming Data
We go back to start and play through a composition strategy to see where we land.
Ep 095: Composing Core
We venture toward the core of a solution.
Ep 094: Concrete Composition
We help our code through a breakup so it can find its true colors.
Ep 093: Waffle Cakes
We search for that sweet spot between full-featured mixes and simple ingredients when crafting your software recipes.
Ep 092: Freeing Limits
We bump into limiting constraints and learn to love their freedoms.
Ep 091: Combo Boost
We compose our thoughts on why Clojure expressiveness is so effective but can be so hard to learn.
Ep 090: Conditional Results
We devote some time to two functions that are indispensable when computations require variation.
Ep 089: Branching Out
We wander through the myriad ways of making decisions and listing choices in Clojure.
Ep 088: do dorun run!
We eagerly discuss the times we need to interact with the messy world from our nice clean language.
Ep 087: Polymorphic Metal
We discuss polymorphism and how we tackle dynamic data with families of functions.
Ep 086: Let Tricks
Let us share some tricks to reduce nesting and make your code easier to understand.
Ep 085: For for the When
We talk about this data generating macro, while we remember situations when it was useful.
Ep 084: All Sorts
We lay out a list of ways to sort your data, ordered by their relative power.
Ep 083: Sift Sans Sort
We get a handle on big buckets of data by sifting elements into smaller buckets.
Ep 082: Filter and Friends
We talk about sifting data and marvel at the simple function that can turn two steps into one.
Ep 081: List No More
We talk about positive nothing and the proliferation of tuples.
Ep 080: Apply As Needed
We take time to unroll some examples of this function.
Ep 079: Compose Thyself
We create a whole episode by combining examples of useful uses of comp.