ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,212,000 results

ByteByteGo
What Are Microservices Really All About? (And When Not To Use It)

Weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: ...

4:45
What Are Microservices Really All About? (And When Not To Use It)

881,736 views

3 years ago

TechWorld with Nana
Microservices explained - the What, Why and How?

What are Microservices | Monolithic to Microservices Architecture | Monorepo vs Polyrepo | How Microservices connect with each ...

18:30
Microservices explained - the What, Why and How?

1,119,455 views

3 years ago

5 Minutes Tech
Microservices Explained in 5 Minutes

What are Microservices? Microservices are a popular architectural pardigm used to build decoupled, maintainable, evolvable and ...

5:17
Microservices Explained in 5 Minutes

1,033,345 views

3 years ago

Alex Hyett
Monolithic vs Microservice Architecture: Which To Use and When?

When it comes to software architecture, there are generally 2 main types, monoliths, and microservices. In this video, I cover the ...

10:43
Monolithic vs Microservice Architecture: Which To Use and When?

165,581 views

2 years ago

IBM Technology
What are Microservices?

Learn more about microservices: https://ibm.biz/BdPSfY For a deeper dive on cloud-native, go here: https://ibm.biz/BdPSf2 In this ...

6:38
What are Microservices?

289,695 views

6 years ago

Modern Software Engineering
Yes... Microservices REALLY ARE Technical Debt

Do you love microservices or hate them? There seems little middle ground in this debate. In a recent interview on the NeetCodeIO ...

14:50
Yes... Microservices REALLY ARE Technical Debt

103,693 views

1 year ago

Drawing Boxes
Microservices vs Monolithic Architecture

Microservices, a Modular Monolith, or a Big Ball of Mud. This video explains the pros and cons of choosing a distributed system ...

4:08
Microservices vs Monolithic Architecture

37,991 views

2 years ago

Modern Software Engineering
Why Are Software Engineers Quitting Microservices?

Are developers moving away from microservices architecture? In this video, Dave Farley explores the challenges of microservices ...

17:42
Why Are Software Engineers Quitting Microservices?

99,458 views

4 months ago

Modern Software Engineering
The Problem With Microservices

Microservices are one of the most popular modern architectural approaches, but they are much more complicated to do well than ...

17:47
The Problem With Microservices

446,659 views

5 years ago

Telusko
What are Microservices?

Microservices are an architectural style for developing software systems that are made up of small, independently deployable ...

9:06
What are Microservices?

265,119 views

2 years ago

Going Headless with John
APIs vs Microservices (How different are they?)

Microservices and APIs are really just the same things,s right, Wrong! They are not. If you have APIs, why do you need ...

4:37
APIs vs Microservices (How different are they?)

16,984 views

3 years ago

ByteMonk
Sidecar Pattern in Microservices

Master how the Sidecar Pattern simplifies microservices architecture by offloading tasks like logging, monitoring, and security to a ...

7:02
Sidecar Pattern in Microservices

23,135 views

1 year ago

Visual Computer Science
Microservices Explained in 4 Minutes

In this video, we're going to do a deep dive into the world of microservices and uncover the secrets to building modern, scalable, ...

4:22
Microservices Explained in 4 Minutes

3,042 views

2 years ago

Channels new to you

Tech Vision
All Microservices Communication Styles in 6 minutes

Get Access to My NestJS Course Here: https://go.tech-vision.io/nestjs-course-yt-vid-56 Receive Weekly Dev Guides Here: ...

6:08
All Microservices Communication Styles in 6 minutes

18,325 views

2 months ago

Java Guides
Top 10 Microservices Interview Questions and Answers

Here are the top 10 Microservices interview questions and answers, with a focus on concepts relevant to Java developers, ...

8:34
Top 10 Microservices Interview Questions and Answers

2,154 views

1 month ago

CodeOpinion
47 Microservices… for 2 Requests Per Second?!

A lead architect wants to break a stable monolith into 47 microservices — even though the app only handles about 2 requests per ...

8:47
47 Microservices… for 2 Requests Per Second?!

29,608 views

3 months ago

CodeOpinion
Why “Microservices” Debates Miss the Point

Microservices vs monolith is the wrong debate. In this video, I react to DHH's take and break down the distinction most people ...

10:30
Why “Microservices” Debates Miss the Point

10,910 views

1 month ago

Tech Vision
Microservices Communication Made Simple!

Get Access to My NestJS Course Here: https://go.tech-vision.io/nestjs-course-yt-vid-55 Receive Weekly Dev Guides Here: ...

4:44
Microservices Communication Made Simple!

23,060 views

3 months ago

Telusko
Building Microservices Introduction

Check out our courses: Java Full Stack and Spring AI - https://go.telusko.com/JavaSpringAI Coupon: TELUSKO10 (10% Discount) ...

9:15
Building Microservices Introduction

63,187 views

2 years ago

Semaphore
5 Options for Deploying Microservices

Microservices are the most scalable way of developing software. But that means nothing unless we choose the right way to deploy ...

4:51
5 Options for Deploying Microservices

6,757 views

3 years ago

Apna College
What are MicroServices? When & Why is it used? | Monolithic vs Microservices Architecture

Understanding MicroServices Architecture and its advantage over Monolithic Architecture Join the Apni Community🔥 : https ...

9:15
What are MicroServices? When & Why is it used? | Monolithic vs Microservices Architecture

661,481 views

1 year ago

Gaurav Sen
What is a MICROSERVICE ARCHITECTURE and what are its advantages?

Microservices are a hot topic in system design interviews. It is important to know why we use them instead of monolithic systems.

8:19
What is a MICROSERVICE ARCHITECTURE and what are its advantages?

805,061 views

7 years ago

ByteMonk
Master Service Discovery in Microservices | Eureka and Java Spring Boot

In this video, we break down the concept of Service Discovery, a crucial mechanism that ensures seamless communication ...

8:16
Master Service Discovery in Microservices | Eureka and Java Spring Boot

37,644 views

1 year ago

ByteMonk
Spring Boot Deep Dive | How It Simplifies Java Apps & Microservices

Spring Boot transformed Java development — taking away XML pain and giving developers a fast, flexible way to build ...

14:41
Spring Boot Deep Dive | How It Simplifies Java Apps & Microservices

55,926 views

6 months ago

NeetCodeIO
Microservices Gone Wrong at DoorDash

https://neetcode.io - A better way to prepare for coding interviews The full write up: ...

17:22
Microservices Gone Wrong at DoorDash

196,737 views

1 year ago

ByteMonk
Top 5 Microservices Resilience Patterns

In this video, we explore resilience patterns that keep microservices running smoothly, even when things go wrong. From the ...

6:48
Top 5 Microservices Resilience Patterns

13,098 views

1 year ago

Ed Andersen
How Microsoft Orleans can save .NET Developers from microservices

Microsoft Orleans is the future of building distributed applications on the C# and .NET stack and you don't need to worry about ...

7:39
How Microsoft Orleans can save .NET Developers from microservices

33,811 views

2 years ago

sudoCODE
What are the types of communication for microservices? (Intro to Microservices - Part 2) sudoCODE

Learning system design is not a one time task. It requires regular effort and consistent curiosity to build large scale systems.

8:33
What are the types of communication for microservices? (Intro to Microservices - Part 2) sudoCODE

58,940 views

2 years ago

AppCreative
AWS Lambda vs Microservices

What is the difference between AWS Lambda and microservices? These are both popular approaches for building scalable and ...

5:17
AWS Lambda vs Microservices

6,175 views

2 years ago

ByteMonk
Ultimate Guide to Database Per Service pattern in Microservices

In this video, we dive deep into the "Database Per Service" pattern, a key concept in microservices architecture. Unlike monolithic ...

6:11
Ultimate Guide to Database Per Service pattern in Microservices

23,231 views

1 year ago