DanielleRate Limiting — Understanding Kong headersAs API developers we need to ensure our services are reliable. A popular strategy is rate limiting.Sep 30, 2022Sep 30, 2022
DanielleBehaviour Driven Development starts with collaboration, not automationBehaviour Driven Development (BDD) is an agile approach to delivering software. It promotes communication and collaboration between…May 27, 2022May 27, 2022
DanielleRate Limiting using Kong API GatewayApplying a rate limit for requests prevents your API from being overloaded by constraining the number of requests within a given time…Mar 23, 2022Mar 23, 2022
DanielleHow to simulate API latency during development using HoverflySimulating API latency during local development allows you to write code that will deal with it gracefully. This blog will cover how you…Feb 18, 20222Feb 18, 20222
DanielleUsing a CancellationToken in .NET Core Web APIThis blog is a guide on how to use a CancellationToken in a .NET Core Web API, using the default template example of the weather forecast.Jan 24, 20221Jan 24, 20221
Danielle.NET 6 Preview 6: Minimal APIs in ASP.NET CoreWelcome to my November blog post, what’s new? Microsoft have recently released .NET 6 Candidate 2. This post will focus on minimal APIs…Nov 14, 2021Nov 14, 2021