From 544c83a423ae0d64e52837f52a2c1fe4e706c00e Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 26 Sep 2021 17:09:58 +0200 Subject: [PATCH] Add acid video --- content/videos.json | 11 +++++++++++ content/videos/acid-explained.md | 1 + 2 files changed, 12 insertions(+) create mode 100644 content/videos/acid-explained.md diff --git a/content/videos.json b/content/videos.json index 90eb2fb28..5f6fbff74 100644 --- a/content/videos.json +++ b/content/videos.json @@ -1,4 +1,15 @@ [ + { + "id": "acid-explained", + "title": "ACID Explained: Atomic, Consistent, Isolated Durable", + "description": "Learn what it means for a database to be ACID compliant with examples.", + "isPro": false, + "youtubeLink": "https://www.youtube.com/watch?v=yaQ5YMWkxq4", + "authorUsername": "kamranahmedse", + "duration": "5 minutes", + "updatedAt": "2021-09-26T19:59:14.191Z", + "createdAt": "2021-09-26T19:59:14.191Z" + }, { "id": "transport-protocols-tcp-vs-udp", "title": "Transport Protocols: TCP vs UDP", diff --git a/content/videos/acid-explained.md b/content/videos/acid-explained.md new file mode 100644 index 000000000..6c8900f86 --- /dev/null +++ b/content/videos/acid-explained.md @@ -0,0 +1 @@ +