Back to the Future with F# : Introduction Friday, December 6, 2024This is part 1 in the series about modeling the “Back to the Future : Back In Time” board game mechanics using the F# programming language. Part 1: Introduction There’s a used bookstore I used to frequent, and it … Read More
Query Fundamentals Tuesday, March 5, 2024Query fundamentals What makes a good query? Query Styles Query Aspects What makes a good query? It has a specific purpose A good query has a specific purpose. It answers a particular question. Examples: What were the top 5 … Read More
Welcome Saturday, March 2, 2024Welcome to the Better Software Fast. I plan to write about several topics related to software development including software design and architecture, programming patterns and practices, software libraries and any and all …