Add SSH, TLS, SSL video

pull/1331/head
Kamran Ahmed 3 years ago
parent f1b5357358
commit 5c17deddf5
  1. 2
      content/pages/about.md
  2. 11
      content/videos.json
  3. 1
      content/videos/ssh-ssl-tls.md

@ -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
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?

@ -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",
"title": "All about Asynchronous JavaScript",

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