1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

Add http caching video link

This commit is contained in:
Kamran Ahmed
2020-10-06 00:16:12 +04:00
parent b8372b4ebe
commit f7bed2fd2a

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={'HTTP Caching Headers'}
subtitle="Learn everything you need to know about HTTP caching."
url='https://www.youtube.com/watch?v=HiBDZgTNpXY'
/>
<RowBlock
openExternal
title={'Content Delivery Networks'}