diff --git a/pages/index.tsx b/pages/index.tsx
index 4dc78a4d0..7dca0f7b5 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -8,9 +8,9 @@ import {
Image,
Link,
SimpleGrid,
- Stack,
+ Stack, StackDivider,
Text,
- Tooltip
+ Tooltip, VStack
} from '@chakra-ui/react';
import { InfoIcon } from '@chakra-ui/icons';
import { TextIcon } from './icons/text-icon';
@@ -321,6 +321,148 @@ export default function Home() {
Video Explanations
+
+ }
+ spacing={0}
+ align='stretch'
+ >
+
+
+
+ Scaling the Unscalable — System Design 101
+
+ 15 minutes
+
+
+
+
+ Tranpsort Protocols: TCP vs UDP
+
+ 15 minutes
+
+
+
+
+ OSI Model Explained
+
+ 15 minutes
+
+
+
+
+ Creating a React App
+
+ 15 minutes
+
+
+
+
+ DOM vs Shadow DOM vs Virtual DOM
+
+ 15 minutes
+
+
+
+
+ Everything you need to know about HTTP caching
+
+ 15 minutes
+
+