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.

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

Dynamic video content moderation and policy evaluation using AWS generative AI services

AWS Machine Learning - AI

The solution adopts microservice design principles, with loosely coupled components that can be deployed together to serve the video analysis and policy evaluation workflow, or independently to integrate into existing pipelines. The following diagram illustrates the microservice architecture. You can find the company policy in the tag.

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

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.