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

Add video link for system design

This commit is contained in:
Kamran Ahmed
2020-07-27 14:51:18 +04:00
parent 68a9e8c5ba
commit 90004e69a6

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