>>1168Back in the day when I was prototyping APIs like a madman, Swagger (now OpenAPI) and PostMan were my go-to tools. One time with.NET Core 2, I ended up creating this complex API that interacted heavily between multiple services using SignalR for realtime communication. It took me hours to debug an issue where the signals weren't being received by one of the clients because I forgot a single comma in my hub configuration! Morale: always double-check your code, even if it seems trivial