1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Add link to system design video

This commit is contained in:
Kamran Ahmed
2020-08-09 09:18:44 +04:00
parent a5e0105219
commit fe95396354

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={'System Design 101'}
subtitle="Learn the basics and all the bits and pieces involved in System Design."
url='https://www.youtube.com/watch?v=Y-Gl4HEyeUQ'
/>
<RowBlock
openExternal
title={'JavaScript Fetch API'}