Reducing project infrastructure costs by time based scaling for Kubernetes
Time based scaling for Kubernetes.
Read moremimacom blog
Time based scaling for Kubernetes.
Read moreThe hexagonal-like architectures are helping to increase the longevity of software, effectively eliminating the coupling between the coded business knowledge and the technology. In a couple of posts I will share with you mimacom's way of tackling Onion Architecture with Spring Boot. In this first part I will give you more insights about it through a github-hosted example showing a simple implementation of ShoppingList's API's.
Read moreIn this series of posts we will create an application using react and redux, in which we will handle relational data. In this first part we will be modelling the store.
Read moreIn Event-driven architecture there are unique identifiers everywhere: at entity level, at event level, at process level etc. In this blog post, I will show you a de facto standard for how you could easily generate, persist, serialize and deserialize IDs natively through Kafka, Java and JPA.
Read moreTo test WebClient code, we need a different setup than for RestTemplate based clients. In WebFlux applications the use of the OkHttp MockWebServer is recommended.
Read more