codito rated Enchiridion: 5 stars

Craftsman. Developer. Traveler. Philosopher. Happy soul.
This link opens in a pop-up window
This book started after Dave Rice and I gave some talks on J2EE architecture and mulled over how the concepts …
Josh Kaufman: The personal MBA (2012, Portfolio/Penguin)
Getting an MBA is an expensive choice-one almost impossible to justify regardless of the state of the economy. Even the …
A book for people who hate the very idea of self-promotion, Show Your Work! is the followup to my New …
Since this Jolt-award winning classic was last updated in 2008, the Java programming environment has changed dramatically. Java 7 and …
The 4-Hour Workweek: Escape 9–5, Live Anywhere, and Join the New Rich (2007) is a self-help book by Timothy Ferriss, …
After her first two weeks observing the problems at DecisionTech, Kathryn Petersen, its new CEO, had more than a few …
This book walks you through the key concepts of Domain Driven Design in a practical and easy to grok manner. Examples are well crafted and do not require expertise of F# (I read it with a little knowledge of a similar language, Kotlin). It helped me learn the "why" behind functional patterns.
The journey starts with identifying the Vocabulary for a Domain (ubiquitous language) using Event Storming. Next modeling with Types is covered. Workflows are represented with Functions along with the Types. Second part covers implementation strategies - dependency injection, handling effects with railway oriented programming and so on.