Microservices
-
Enterprise Java
Have You Tried the MicroProfile Starter Yet?
The SPRING INITIALIZR at https://start.spring.io has been around for a while and is the best way to bootstrap a new…
Read More » -
Software Development
Exposing microservices running in AWS EKS with a microservices/API gateway like Solo Gloo
So you’ve decided to run your Kubernetes workloads in AWS. As we’ve seen before setting up AWS EKS requires a…
Read More » -
Software Development
Dilemma on Utility module, making a jar or separate Microservice?
In my previous article, I talked about how to choose Microservice or Monolith for your new project. As an architect…
Read More » -
Software Development
Microservices for Java Developers: Testing
1. Introduction Since Kent Beck coined the idea of test-driven development (TDD) more than a decade ago, testing became an…
Read More » -
Enterprise Java
Native microservices with SparkJava and Graal
Microservices written with SparkJava are just plain Java code using a standard Java library. No annotation magic, just code. The…
Read More » -
Software Development
Microservices for Java Developers: Managing Security and Secrets
1. Introduction Security is an exceptionally important element of the modern software systems. It is a huge topic by itself…
Read More » -
Software Development
Microservices for Java Developers: Microservices and fallacies of the distributed computing
1. Introduction The journey of implementing microservice architecture inherently implies building the complex distributed system. And fairly speaking, most of…
Read More » -
Enterprise Java
Spring Boot Microservices , Docker and Kubernetes workshop – part2
In the previous post we created our first micro service “ProductService” using SpringBoot and Docker. In this part we will go…
Read More » -
Enterprise Java
Spring Boot Microservices , Docker and Kubernetes workshop – part1
In this series of workshop we will build few micro services using spring boot, docker and then deploy them into…
Read More »