Commit 90c3b0c0 authored by Markus Mößler's avatar Markus Mößler
Browse files

updated presentation slides

parent 73340aff
Loading
Loading
Loading
Loading
Loading
+41 −1
Original line number Diff line number Diff line
@@ -69,6 +69,16 @@ flowchart TD
    style ExternalAPI fill:#bff,stroke:#333,stroke-width:2px
</pre>

---

## A Brief Introduction to Docker

<div style="font-size: 20pt">

<!-- (1) Add a brief introduction about docker here! -->

</div>

# A Simple Tornado Wep App

---
@@ -93,6 +103,16 @@ flowchart TD

---

## Containerization {.small-header}

<div style="font-size: 20pt">

<!-- (2) Add some explanation and a mermaid visualization of the docker containerization of the tornado blog demo here! -->

</div>

---

## Visualization {.very-small-header}

<pre class="mermaid mermaid-container">
@@ -158,7 +178,7 @@ graph TD

---

## Visualization {.very-small-header}
## React Visualization {.very-small-header}

<pre class="mermaid mermaid-container">
graph TD
@@ -191,6 +211,26 @@ graph TD
    end
</pre>

---

## Development and Deployment {.small-header}

<div style="font-size: 20pt">

<!-- (3) Add some explanation of the stages to develop and build a react app here -->

</div>

---

## Containerization {.small-header}

<div style="font-size: 20pt">

<!-- (4) Add some explanation and a mermaid visualization of the docker containerization of the tornado blog demo with a react frontend for development here! -->

</div>

# References

::: {#refs}