1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Add load balancers video link

This commit is contained in:
Kamran Ahmed
2020-09-18 23:09:15 +04:00
parent c12dc16fa5
commit 42546ac1de

View File

@@ -37,6 +37,12 @@ const WatchList = () => (
<div className='pt-5 pb-5 bg-light border-top'> <div className='pt-5 pb-5 bg-light border-top'>
<div className='container'> <div className='container'>
<div className='row'> <div className='row'>
<RowBlock
openExternal
title={'Load Balancers 101'}
subtitle="Learn what the load balancers are, how do they work and different Load Balancing Algorithms."
url='https://www.youtube.com/watch?v=galcDRNd5Ow'
/>
<RowBlock <RowBlock
openExternal openExternal
title={'DNS Records'} title={'DNS Records'}