mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-07 23:38:46 +00:00
feat(knowledge-base): new page for s2
This commit is contained in:
parent
63142e27ea
commit
0a705d692e
6 changed files with 37 additions and 2 deletions
|
@ -14,6 +14,7 @@ const dhbwCollection = defineCollection({
|
|||
tags: z.array(z.string()),
|
||||
staticPath: z.string(),
|
||||
show: z.optional(z.boolean()),
|
||||
order: z.number(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
30
src/content/dhbw/de/web-engineering-i-s2.mdx
Normal file
30
src/content/dhbw/de/web-engineering-i-s2.mdx
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: "Web Engineering I (Semester 2)"
|
||||
tags:
|
||||
- "dhbw"
|
||||
- "web"
|
||||
- "engineering"
|
||||
- "html"
|
||||
- "css"
|
||||
- "javascript"
|
||||
slug: "web-engineering-i-s2"
|
||||
staticPath: "knowledge-base/dhbw/"
|
||||
show: true
|
||||
order: 2
|
||||
---
|
||||
import Card from '../../../components/mdx/Card.astro';
|
||||
import Spacer from '../../../components/mdx/Spacer.astro';
|
||||
|
||||
# Modul: Web Engineering I (2. Semester)
|
||||
|
||||
In diesem Abschnitt werden Inhalte aus dem Modul Web Engineering II im 2. Semester dargestellt.
|
||||
|
||||
---
|
||||
|
||||
## TypeScript
|
||||
|
||||
Mithilfe von TypeScript können wir zur Entwicklungszeit JavaScript-Variablen mit einem Typ versehen um so die Entwicklung fehlerfreier zu gestallten.
|
||||
Diese Slides bieten eine Einführung in die Sprache.
|
||||
|
||||
<Card to="/slides/flexi-pool/01-typescript" color="blue">Zu den Slides</Card>
|
||||
<Spacer />
|
|
@ -10,6 +10,7 @@ tags:
|
|||
slug: "web-engineering-i"
|
||||
staticPath: "knowledge-base/dhbw/"
|
||||
show: true
|
||||
order: 1
|
||||
---
|
||||
import Card from '../../../components/mdx/Card.astro';
|
||||
import Spacer from '../../../components/mdx/Spacer.astro';
|
||||
|
|
|
@ -10,5 +10,6 @@ tags:
|
|||
slug: "web-engineering-ii"
|
||||
staticPath: "knowledge-base/dhbw/"
|
||||
show: false
|
||||
order: 3
|
||||
---
|
||||
# Hallo Welt!
|
Loading…
Add table
Add a link
Reference in a new issue