Author

Danni Popova

2 posts

Rethinking our REST API: Building the Golden API
Go

Rethinking our REST API: Building the Golden API

Using Go + Gin to reimplement our backend REST API. How we built the golden API: performance & scalability, comprehensive docs, security, authentication, and testability.

Replacing Kafka with Redis Streams
Engineering

Replacing Kafka with Redis Streams

Kafka is a powerful message queue & streaming platform, but we opted for starting with a much simpler solution: Redis Streams. This is how we use Redis Streams as a queue.