1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

Add video for CDN

This commit is contained in:
Kamran Ahmed 2020-09-26 22:01:22 +04:00
parent 8cc6c19fc4
commit 77b046d161

View File

@ -37,6 +37,12 @@ const WatchList = () => (
<div className='pt-5 pb-5 bg-light border-top'>
<div className='container'>
<div className='row'>
<RowBlock
openExternal
title={'Content Delivery Networks'}
subtitle="Learn what the CDNs are, how they work and why you might use them."
url='https://www.youtube.com/watch?v=6DXEPcXKQNY'
/>
<RowBlock
openExternal
title={'Load Balancers 101'}