1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

Add link to osi model video

This commit is contained in:
Kamran Ahmed 2020-10-24 23:34:57 +04:00
parent 12ee8c5ec4
commit a6dc709e4c

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={'OSI Model — Visual Explanation'}
subtitle="What is OSI Model, different layers involved, explained visually with examples."
url='https://www.youtube.com/watch?v=dV8mjZd1OtU'
/>
<RowBlock
openExternal
title={'Freeze and Seal Objects in JavaScript'}