Add video link for system design

pull/1331/head
Kamran Ahmed 4 years ago
parent 97529cbf54
commit 7d3255576b
  1. 6
      pages/watch.js

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

Loading…
Cancel
Save