Category: Software Development

122 posts

  1. Software-Development
    February 14, 2024

    What happens when we prompt AI to help write a platonic Valentine's Day poem for people who love code katas, design patterns, and software architecture? Read …

  2. Software-Development
    February 14, 2024

    Bogus and the Builder pattern join forces to simplify test data generation and improve the quality of your test suite.

  3. Software-Development
    February 08, 2024

    Explore essential SQL queries for analyzing your SQL Server database, covering stored procedures, tables, and views to understand structure, size, and …

  4. Software-Development
    January 25, 2024

    On Learning New Programming Languages

  5. Software-Development
    December 12, 2023

    Using the Bogus library to create realistic test data for domain-driven applications.

  6. Software-Development
    December 08, 2023

    Where C# Primary Constructors Make Sense

  7. Software-Development
    December 01, 2023

    A walkthrough of how to use AutoFixture to generate test data and how it can help you write better tests.

  8. Software-Development
    November 29, 2023

    .NET 8 Finally Gives Us A Time Abstraction - TimeProvider

  9. Software-Development
    October 27, 2023

    When building objects in tests, there are 3 design patterns that assist with building test objects - Factory pattern, Object Mother, and Builder pattern.