Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';

Web development is the process of creating and maintaining websites and web applications using technologies like HTML, CSS, and JavaScript. It involves frontend (user interface) and backend (server-side logic) development to build interactive, functional web experiences.

**Try our [Interactive Code Playground](/docs/web-development/playground) to practice your web development skills in real-time!**
**Try our [Interactive Code Playground](/docs/code-playground-demo) to practice your web development skills in real-time!**

<Tabs>
<TabItem value="frontend" label="Front-End Development" default>
Expand Down Expand Up @@ -45,6 +45,7 @@ Web development is the process of creating and maintaining websites and web appl

User -> System: Explore Further
```

</TabItem>

<TabItem value="backend" label="Back-End Development">
Expand Down Expand Up @@ -76,6 +77,7 @@ Web development is the process of creating and maintaining websites and web appl

User -> System: Explore Further
```

</TabItem>
<TabItem value="practice" label="Practice and Applications">
```mermaid
Expand All @@ -98,6 +100,7 @@ Web development is the process of creating and maintaining websites and web appl

User -> System: Explore Further
```

</TabItem>
</Tabs>

Expand Down Expand Up @@ -131,6 +134,7 @@ Generative AI refers to algorithms and models that create new content such as te

User -> System: Explore Further
```

</TabItem>

<TabItem value="genai_models" label="Advanced Generative Models">
Expand Down Expand Up @@ -158,6 +162,7 @@ Generative AI refers to algorithms and models that create new content such as te

User -> System: Explore Further
```

</TabItem>

<TabItem value="genai_practice" label="Practice and Projects">
Expand Down Expand Up @@ -185,6 +190,7 @@ Generative AI refers to algorithms and models that create new content such as te

User -> System: Explore Further
```

</TabItem>
</Tabs>

Expand Down Expand Up @@ -224,6 +230,7 @@ Data structures organize and store data efficiently, while algorithms are step-b

User -> System: Explore Further
```

</TabItem>

<TabItem value="algo" label="Algorithms">
Expand Down Expand Up @@ -260,6 +267,7 @@ Data structures organize and store data efficiently, while algorithms are step-b

User -> System: Explore Further
```

</TabItem>

<TabItem value="Practice" label="Practice and Applications">
Expand All @@ -284,6 +292,7 @@ Data structures organize and store data efficiently, while algorithms are step-b

User -> System: Explore Further
```

</TabItem>
</Tabs>

Expand Down Expand Up @@ -317,6 +326,7 @@ Blockchain development involves building decentralized applications and smart co

User -> System: Explore Further
```

</TabItem>

<TabItem value="blockchain_dev" label="Blockchain Development">
Expand Down Expand Up @@ -344,6 +354,7 @@ Blockchain development involves building decentralized applications and smart co

User -> System: Explore Further
```

</TabItem>

<TabItem value="blockchain_practice" label="Practice and Real-World Projects">
Expand Down Expand Up @@ -374,5 +385,6 @@ Blockchain development involves building decentralized applications and smart co

User -> System: Explore Further
```

</TabItem>
</Tabs>
Loading