Posts in 2018
-
Microservice Architectures With Spring Cloud and Docker
Thursday, December 27, 2018 in 2018
Categories:
Spring Cloud and its Components The article introduces the Spring Cloud framework, which simplifies the development of distributed systems based on microservices. It covers various components of Spring Cloud, such as Eureka for service discovery, …
-
Sam Newman - Backends For Frontends
Thursday, June 21, 2018 in 2018
Categories:
So in practice, our mobile devices will want to make different calls, fewer calls, and will want to display different (and probably less) data than their desktop counterparts. This means that we need to add additional functionality to our API backend …