It is time to share new reading notes. It is a habit I started a long time ago where I share a list of all the articles, blog posts, and books that catch my interest during the week.
Programming
- What Does an Open Source Triage Team Do? (BekahHW) - There are so many ways to get involved in the community and make an OSS project better. It's fantastic.
- Replacing Mock and Stub with a Fake by Mark Seemann (Mark Seemann) - Learn more about how fakes can simplify your test and some best practices in this post.
- 5 Benefits of a Container-First Approach to Software Development (Ben Cotton) - Container without being the solution for everything did indeed change a lot in the industry. Nice post that highlights that.
- EF Core Fundamentals for EF Core 7 (Pluralsight) (Julie Lerman) - Great course from Julia to learn the fundamental of EF 6 or 7.
- Using SQL Server as a Message Queue with Wolverine (Jeremy D. Miller) - I love the idea of reusing SQL instead of adding more components to your system. Well done Wolverine.
Data
- Unleashing SQL Sorcery: Increasing Performance and Complexity with GitHub Copilot (Subhojit Basak) - Copilot is a very useful pair programming partner. This post shares how to use it for your queries.
Low Code
- Power Automate Standards: Variables (Matthew Devaney) - Nice series about best practices in flows.
Open Source
- On Moq and our Part in the OSS Sustainability Social Contract (Sean Killeen) - An excellent post that explains the controversial event that occur with the Moq project recently and shares thoughts.
~Frank