Tag: spring-boot

Manage 429 RateLimit Errors with Spring WebClient
Manage 429 RateLimit Errors with Spring WebClient

As usual, the interesting bit in stack traces is at the top. The error is 429 Too Many Requests, and the message says there is a 1 minute rate limit.

How to Build Real World Web Applications with Couchbase
How to Build Real World Web Applications with Couchbase

I embarked on a journey to build an ASP.NET + Couchbase implementation - a solid starting point for .NET devevelopers using Couchbase

Docker and Vaadin Meet Couchbase – Part 1
Docker and Vaadin Meet Couchbase – Part 1

Running Couchbase as a Docker container is fairly easy. Simply inherit from the latest, official Couchbase image and add your customized behavior according to your requirement. In this post, I am going to show how you can fire up a...