Bruce’s Shorts | 4.25 - What is a Microservice and Why Do You Need One?
Microservices, why do you want them?

Microservices are all the rage in software at the moment. What are they and why are they important? In this video clip Bruce Devlin introduces microservices and explains their advantages.
Your business probably uses a number of monolithic software applications. You may well have encountered the issues around upgrading one of the applications, the impact on the business, and the problems of upgrading the interfaces to all the other monolithic applications.
Microservices are a way of getting around that. Microservices are designed as small independent units with well-defined interface, communicating over a network like HTTP.
To upgrade a single microservice, it can be tested by copying data from the live network and then running the data on a test service to see how it behaves. The service can be made live once the tests are satisfactory.
Microservices are a way of building applications from small service-oriented components. They take a lot of the pain of operating large interconnected software systems.
This is the last of Bruce’s Shorts for season 4. Watch out for season 5.
You might also like...
The Peril Of HDR: Just Because You Can Doesn’t Mean You Should
There is a disturbing and growing consensus among viewers that many movies and TV shows today are under illuminated or simply too dark. As DOPs, we surely share some of the blame, but there is plenty of blame to go…
Waves: Part 9 - Propagation Inversion
As a child I came under two powerful influences. The first of these was electricity. My father was the chief electrician at a chemical works and he would bring home any broken or redundant electrical parts for me to tinker…
The Sponsors Perspective: What Are You Waiting For?
Cloud based workflows are here to stay. So, there are no longer any technical or production-based reasons not to take full advantage of the opportunities this can bring to broadcasters.
Broadcast And The Metaverse - Part 2
The Metaverse may seem a long way off but the technology underpinning its rapid deployment is here today and has the potential to empower broadcasters to improve the immersive viewing experience.
Scalable Dynamic Software For Broadcasters: Part 7 - Connecting Container And Microservice Apps
Messaging is an incredibly important concept in microservices and forms the backbone of their communication. But keeping systems coherent and resilient requires an understanding of how microservices communicate and why.