Remove tag
article thumbnail

Microservice Architecture Without Microservice Overhead

James Shore

This week, we’re looking at microservice architecture. Microservice architecture is a great way to partition code so that teams can work independently. But microservice architecture comes at a high cost. What if there was a way to get the advantages of microservice architecture without all the added complexity?

article thumbnail

Lunch and Learn: Microservices Without Mocks Part 1 - The Server

James Shore

This week, in part 1 of our extended microservice example, we’re building and testing a server without using mocks or broad integration tests. We’ll upgrade the simple ROT-13 command-line application from previous weeks into a real, production-grade microservice. without writing mocks or broad integration tests.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Microservices Without Mocks, Part 1: The Server

James Shore

This week, in part 1 of our extended microservice example, we’re building and testing a server without using mocks or broad integration tests. We’ll upgrade the simple ROT-13 command-line application from previous weeks into a real, production-grade microservice. without writing mocks or broad integration tests.

article thumbnail

Microservices Without Mocks, Part 2: Robust Responses

James Shore

This week, in part 2 of our extended microservice example, we’re making our server respond to requests. To follow along, download the code from GitHub and check out the 2020-06-09 tag. To see the final result, check out the 2020-06-09-end tag or view it on GitHub. Visit the Lunch & Learn archive for more.

article thumbnail

Microservices Without Mocks, Part 4: Code Whispering

James Shore

This week, in part 4 of our extended microservice example, we’re putting the final polish on our microservice. To follow along, download the code from GitHub and check out the 2020-06-23 tag. To see the final result, check out the 2020-06-23-end tag or view it on GitHub. This week, we need to implement routing.

article thumbnail

Dockerization of Java applications using Google Jib Plugin

InnovationM

In a microservices application, depending upon your number of services, it can take minutes. The plugin can also be used in a microservices application using profiles. To address this challenge, google made an open source java containerizer that lets Java developers build containers using the Java tools they know.

article thumbnail

Microservices Without Mocks, Part 4: Code Whispering

James Shore

This week, in part 4 of our extended microservice example, we’re putting the final polish on our microservice. To follow along, download the code from GitHub and check out the 2020-06-23 tag. To see the final result, check out the 2020-06-23-end tag or view it on GitHub. This week, we need to implement routing.