1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-26 10:34:40 +02:00

Add transport protocols video

This commit is contained in:
Kamran Ahmed
2020-11-22 00:50:00 +04:00
parent 9c01886517
commit acca23b502

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={'Transport Protocols: TCP and UDP'}
subtitle="Learn what TCP and UDP are, the differences and when to prefer which one."
url='https://www.youtube.com/watch?v=37AFBZv4_6Y'
/>
<RowBlock <RowBlock
openExternal openExternal
title={'TCP/IP Model Explained'} title={'TCP/IP Model Explained'}