Add SSH, TLS, SSL video

This commit is contained in:
Kamran Ahmed
2021-11-25 21:35:36 +01:00
parent f1b5357358
commit 5c17deddf5
3 changed files with 13 additions and 1 deletions

View File

@ -20,7 +20,7 @@ learnings, get feedbacks on their projects etc.
The basic version of the website has been built with [Next.js](https://github.com/zeit/next.js/), is opensource and can The basic version of the website has been built with [Next.js](https://github.com/zeit/next.js/), is opensource and can
be found on [github](https://github.com/kamranahmedse/roadmap.sh). It was hastily done to get it out in front of the be found on [github](https://github.com/kamranahmedse/roadmap.sh). It was hastily done to get it out in front of the
people and get people to start contributing so it might be rough on the edges, but that is where we need your help. people and get people to start contributing, so it might be rough on the edges, but that is where we need your help.
## How does it make money? ## How does it make money?

View File

@ -1,4 +1,15 @@
[ [
{
"id": "ssh-ssl-tls",
"title": "SSH vs TLS vs SSL",
"description": "Learn the difference between SSH, TLS and SSL",
"isPro": false,
"youtubeLink": "https://www.youtube.com/watch?v=k3rFFLmQCuY",
"authorUsername": "kamranahmedse",
"duration": "3 minutes",
"updatedAt": "2021-11-25T19:59:14.191Z",
"createdAt": "2021-11-25T19:59:14.191Z"
},
{ {
"id": "async-javascript", "id": "async-javascript",
"title": "All about Asynchronous JavaScript", "title": "All about Asynchronous JavaScript",

View File

@ -0,0 +1 @@
<iframe src="https://www.youtube.com/embed/k3rFFLmQCuY" title="SSH vs TLS vs SSL" />