#springboot
Read more stories on Hashnode
Articles with this tag
A simple approach to method coverage in Spring Boot through naming conventions · In a previous article, we've seen an introduction to what ArchUnit can...
Ensuring schema consistency when adding new tenants · Introduction and use cases Multi-tenancy is an architecture in which a single instance of a...
Why do we need error handling? Error! It is a well-known creature by users of every application developed in the world and by every I mean it :D It's...
showing two cases: 1. concurrent database transactions & 2. concurrent long (UI) conversations · Optimistic locking is a concept to avoid concurrent...
If you haven’t read it yet, it’s probably a good idea to read part 1 of this post-series first. From now on we’ll assume that we remember roughly what...
Databases and Transactions are great, Spring is great, Kotlin/Java are great (ofc. Kotlin is better 😉), simplifying transaction-handling is great....