Modern Dev Practices Unit Testing high
In this episode, Robert is joined by Phil Japikse, who explores how in modern development practices, unit testing is part of the development process, not a chore to be tackled after you write your code. Phil spends most of the time on Test Driven Development (aka Test Driven Design), where you write a test first and then write just enough code to pass the test and then refine the code as you add more tests. In TDD, the tests embody the requirements the code must satisfy. He also briefly covers Behavior Driven Development [50:20] and Mocks [53:45]. Resources: Follow Phil Japikse: / skimedic Sample projects: https://github.com/skimedic/presentat... xUnit.net: https://xunit.github.io/ Machine.Specifications: https://github.com/machine/machine.sp... MSpec Visual Studio Test Adapter: https://marketplace.visualstudio.com/...

SQL Server Database Unit Testing in your DevOps pipeline

Intro to Unit Testing in C# using XUnit

Design Patterns in Plain English | Mosh Hamedani

How Netflix Uses Java - 2026 Edition

SOLID Design Patterns

Effective Unit Testing by Eliotte Rusty Harold

Spec-driven Development: How AI Changed Everything (And Nothing) by Simon Martinelli @ Spring I/O 26

Intro to WebAPI - One of the most powerful project types in C#

How to use GitHub Copilot (the complete beginner's guide)

Union types in C# | DEM304

Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

Robert Cecil Martin (uncle Bob) demonstrates test driven development by implementing a stack in Java

Getting started with Mocking using Moq in .NET (Core, Framework, Standard)

Write awesome tests by Jeroen Mols

Design Patterns: Command/Memento

How AI will change software engineering – with Martin Fowler

Something is jamming GPS over Europe. Here's what we found

Web Scraping Using Python For Beginners and File Handling in Python | Python Web Scraping

Design Patterns: Don't Repeat Yourself in C#

