1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 02:25:35 +02:00

Add link to DNS video

This commit is contained in:
Kamran Ahmed
2020-08-17 03:13:08 +04:00
parent fe95396354
commit fc7379041d

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={'DNS and how does it work?'}
subtitle="Learn about the internet, DNS, and how a website is found on the internet."
url='https://www.youtube.com/watch?v=Wj0od2ag5sk'
/>
<RowBlock
openExternal
title={'System Design 101'}