Skip to content

Commit c9b9e3d

Browse files
committed
Add a summary slide to automatization lecture GH-64
1 parent a4a9cbb commit c9b9e3d

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

lectures/16_automatization.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,34 @@ source: [The high price of context switching for developers & ways to avoid it](
10531053
read more: [The Pomodoro Technique: What It Is & How It Boosts Productivity](https://www.lifehack.org/articles/productivity/the-pomodoro-technique-is-it-right-for-you.html) by Leon Ho [@ho2025pomodoro]
10541054
:::
10551055

1056+
# summary
1057+
1058+
:::::::::::: {.columns}
1059+
::::::::: {.column width="60%"}
1060+
1061+
::: {.text-align-left}
1062+
automatize as many things you can
1063+
~ to gain immediate feedback
1064+
~ and decrease interruptions
1065+
1066+
:::
1067+
1068+
::: {.mt-2}
1069+
- linters, static code analysis
1070+
- style guide compliance
1071+
- code smell finding
1072+
- CI/CD
1073+
- review, building, testing, deployment
1074+
- vulnerability alerts
1075+
1076+
:::
1077+
:::::::::
1078+
::::::::: {.column width="40%"}
1079+
![](figures/publicdomainvectors/robotic-arm-assembles-a-puzzle.svg){width=300}
1080+
1081+
:::::::::
1082+
::::::::::::
1083+
10561084
# references
10571085

10581086
::: {#refs .text-smaller}

0 commit comments

Comments
 (0)