Skip to content

Commit c6aa419

Browse files
committed
feat: first real content
1 parent 8f23148 commit c6aa419

File tree

24 files changed

+139
-31
lines changed

24 files changed

+139
-31
lines changed

content/advanced/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Advanced Topics
3+
---

content/advanced/web-security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Web Security
3+
---

content/backend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
title: Journey into the Backend
2+
title: Into the Backend
33
---

content/backend/nodejs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: NodeJS
3+
---

content/backend/requests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Requests & Responses
3+
---

content/backend/security/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/backend/security/security.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

content/backend/servers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Servers
3+
---
4+
5+
Ever wondered why we call the internet, the "web"? Because it's, in the simplest possible definition, just many computers connected to eachother, just like a spider web.

content/best-practices/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Best Practices
3+
---

content/frontend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
title: Frontend Greenlands
2+
title: Into the Frontend
33
---

0 commit comments

Comments
 (0)