Posts zum Thema "Backend"

Streaming large amounts of data from Elasticsearch

Streaming large amounts of data from Elasticsearch

Micro-service architecture often comes hand-in-hand with data replication. This article shows a way to avoid network timeouts when fetching large amounts of data from ElasticSearch.

Weiterlesen
Authentifizierung bei Geschäftsanwendungen

Authentifizierung bei Geschäftsanwendungen

Passwörter sind nervig und mit OAuth erspart man seinen Nutzern häufig zusätzliche Passwörter. Ein Dienst, der solche Implementierungen mit verschiedensten Authentication Providern vereinfacht, ist Auth0 und wird hier näher vorgestellt.

Weiterlesen
My favorite Java tools, Episode 1 (Lombok)

My favorite Java tools, Episode 1 (Lombok)

When I started working as a backend developer, I came into contact with the lombok-library... and loved it. This article describes what it is and how we use it in our projects at cosee.

Weiterlesen
The World of Testing in Go

The World of Testing in Go

Testing your code is an essential part of software engineering. Whether you write code first and then tests or the other way around, there should be no discussion about writing tests. The expectation of testing should not be to find bugs but to have a stable code base that can be easily extended and refactored.

Weiterlesen