Book Image

Building Microservices from Scratch [Video]

By : Jonathan Forrider
Book Image

Building Microservices from Scratch [Video]

By: Jonathan Forrider

Overview of this book

<p>If you want to move away from the old method of application development to the new and dynamic microservices way, then this course is for you. Microservices is a way of breaking large software projects into loosely coupled modules that communicate with each other through simple APIs.</p> <p>In this course, you’ll walk through a step-by-step microservices approach that splits up the application into its functions via microservices and third-party plugins. You’ll see how microservices talk with each other via APIs and are all independent of each other irrespective of the language. These components will be built and tested to function as a standalone component.</p> <p>You’ll learn how microservices takes the core application and duplicates it into multiple running versions, using a load balancer bringing the performance of the app up to the service expectations.</p> <p>By the end of the course, you’ll be able to develop, test, and monitor your applications with the microservices approach.</p> <p>The code bundle for this course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Building-Microservices-from-Scratch" target="_blank">https://github.com/PacktPublishing/Building-Microservices-from-Scratch</a></p> <h1>Style and Approach</h1> <p>A step-by-step easy-to-follow approach explaining each section and feature in detail. You’ll be taking one application and converting it, which means you’re not pushing for multiple applications to be built, but one done two different ways, monolithic and microservices, to highlight the differences between the two approaches.</p>
Table of Contents (5 chapters)
Chapter 2
Breaking and Converting the Application to Microservices
Content Locked
Section 4
Putting It All Together
In this video, tie the frontend application so that it calls the middleware, saves to the database, and pulls from it. - Build get, post, and delete functions in the server - Call the get, post, and delete functions in front end - Tie up all the loose ends