Add link to system design video

This commit is contained in:
Kamran Ahmed
2020-08-09 09:18:44 +04:00
parent 0d17cf145c
commit da7ba5bf4c

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'}