Add video link for system design

This commit is contained in:
Kamran Ahmed
2020-07-27 14:51:18 +04:00
parent 97529cbf54
commit 7d3255576b

View File

@ -37,6 +37,12 @@ const WatchList = () => (
<div className="pt-5 pb-5 bg-light border-top"> <div className="pt-5 pb-5 bg-light border-top">
<div className="container"> <div className="container">
<div className="row"> <div className="row">
<RowBlock
openExternal
title={ 'Scaling an Application' }
subtitle='Learn how to scale an unscalable application and how to tackle the issues in production.'
url='https://www.youtube.com/watch?v=a2rcgzludDU'
/>
<RowBlock <RowBlock
openExternal openExternal
title={ 'All about Promises in JavaScript' } title={ 'All about Promises in JavaScript' }