Networking Joining a Professional Group Where Everyone Knows Each Other Teams The One Way I Know a Team is in Trouble (via Software Lead Weekly)
Professional Development – 2024 – Week 49
.NET Make Your API Requests Insanely Fast in .NET This is a continuation of his previous video where Nick is using the Delta NuGet package to implement client-side caching. He recommends another package, Replicant, to provide the same kind of…
Professional Development – 2024 – Week 48
.NET Why Developers and Companies Hate .NET 9 The Fix for Your Database Performance Issues in .NET The NuGet package Delta. You can apply it for the entire backend (app.AddDelta()) or you can apply it to specific endpoints. For the…
Professional Development – 2024 – Week 47
.NET What’s New in .NET 9 with Examples (via Nick Chapsas) Why I’m Worried about Blazor and Its Future (vi Nick Chapsas) This video was a 4-year lookback on a video of the same name to react to the statements…
Professional Development – 2024 – Week 46
.NET The Only Type of Testing You Need (Nick Chapsas) Always Return Early in Your Code | Code Cop #024 (via Nick Chapsas) Returning early to avoid unnecessary nesting is fine. Nick had an issue with how the provider of…
Professional Development – 2024 – Week 45
.NET Stop Using AutoMapper in .NET (via Nick Chapsas) The primary argument is that if things aren’t set up correctly, you don’t know at compile time. Unit tests should never mock the AutoMapper; use the real mapper. Mapperly is an…
Professional Development – 2024 – Week 44
.NET How to Measure Time Correctly in .NET (via Nick Chapsas) The Best Way to Work with Units in .NET (via Nick Chapas)
Professional Development – 2024 – Week 43
Professional Development – 2024 – Week 42
.NET You’re Doing Validation Wrong in .NET – Code Cop #023 (via Nick Chapsas) The two types of validation considered were (1) method that returns bool if valid, and (2) method that returns IEnumerable<string> with the list of errors. Nick’s…
Professional Development – 2024 – Week 41
.NET The Alternative to Deleting Data in .NET (via Nick Chapsas) Should You Use Controllers or Minimal APIs in. NET? (via Nick Chapsas) Leadership Stop Ignoring Your High Performers (via HBR) Productivity How to Manage – and Avoid – Mental…