.NET Forget Controllers and Minimal APIs in .NET! (via Nick Chapsas) Decision Making How to Vet Information Before Making a Decision (via HBR) Engineering Generative AI Is Not Going To Build Your Engineering Team For You (via SWLW) This post…
All posts filed under “Career”
Professional Development – 2024 – Week 24
.NET Microsoft Is Breaking Your Code in C# 13 (via Nick Chapsas) Stop Using Primitives to Represent Domain Ideas in C# (via Nick Chapsas) Leadership 5 Traps to Avoid as You Gain Power as a Leader (via HBR) 3 Ways…
Professional Development – 2024 – Week 23
.NET Why Developers Hate “Clean Code” (via Nick Chapsas) Generative AI into ANY .NET App with SemanticKernel (via Nick Chapsas) The Blazor Competitor is Here! (via Nick Chapsas) Leadership 5 Signs Your One-on-Ones Aren’t Working (via HBR)
Professional Development – 2024 – Week 22
Communication The problem with being “too nice” at work (via TED) Much of the feedback we get tends to be positive rather than constructive. It can feel awkward to give critical feedback; however, the author mentions some of her studies…
Professional Development – 2024 – Week 21
.NET The Insane C# 13 Feature That Changes Everything (via Nick Chapsas) Tutorial: Create a Razor Pages web app with ASP.NET Core The tech stack I use at work is Angular + .NET Core, so I wanted to take a…
Professional Development – 2024 – Week 20
.NET “Stop Using Async Await in .NET to Save Threads” | Code Cop #018 (via Nick Chapsas) Swagger is Going Away in .NET 9! (via Nick Chapsas)
Professional Development – 2024 – Week 19
.NET Stop Using the Worst Way to Loop Lists in .NET! (via Nick Chapsas) Forget Grafana And Prometheus! Start With This. (via Nick Chapsas) Conflict 4 Common Types of Team Conflict — and How to Resolve Them (via HBR) Estimation…
Professional Development – 2024 – Week 18
.NET The New Collection Access Feature of C# 13 (via Nick Chapsas) C# 13 will have a new feature: implicit index access. Suppose you have an array (with four elements) and you want to get the last element. Your options…
Professional Development – 2024 – Week 17
.NET “Repositories in .NET Only Need Two Methods!” | Code Cop #017 (via Nick Chapsas) The code given as an example bundled repository retrieval as a predicate (e.g., Func<User, bool> predicate). The problem comes in translating that predicate into something…
Professional Development – 2024 – Week 16
.NET .NET 9 Fixed Exceptions but Still Don’t Use Them (via Nick Chapas)