-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (89 loc) · 3.45 KB
/
index.html
File metadata and controls
132 lines (89 loc) · 3.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="de-de">
<head>
<meta name="generator" content="Hugo 0.92.1" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Hanspolo's Blog</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="alternate" type="application/rss+xml" href="/index.xml" title="Hanspolo's Blog">
</head>
<body>
<header>
<div>
<a href="http://blog.hanspolo.net/">Hanspolo's Blog</a>
</div>
</header>
<main>
<article>
<h1><a href="http://blog.hanspolo.net/posts/20220225-ccd-day-5/">Clean Code Developer - Roter Grad: Integration Operation Segregation Principle und Daily Reflection</a></h1>
<p>
<time datetime="2022-02-25T00:00:00">25.02.2022</time>
<a href="/categories/development">Development</a>
<a href="/tags/education">education</a>
</p>
<p>
Heute kommt der 5. und auch letzte Teil der Reihe des roten Grades. Diese Praktiken und Prinzipien gilt es jetzt zu verinnerlichen und anzuwenden.
<a href="http://blog.hanspolo.net/posts/20220225-ccd-day-5/">Mehr erfahren...</a>
</p>
</article>
<article>
<h1><a href="http://blog.hanspolo.net/posts/20220224-ccd-day-4/">Clean Code Developer - Roter Grad: Favour Composition over Inheritance und Simple Refactorings</a></h1>
<p>
<time datetime="2022-02-24T00:00:00">24.02.2022</time>
<a href="/categories/development">Development</a>
<a href="/tags/education">education</a>
</p>
<p>
Mit FCoI kommt heute das erste Prinzip, dass Beispelcode enthält. Es wird also ernst.
<a href="http://blog.hanspolo.net/posts/20220224-ccd-day-4/">Mehr erfahren...</a>
</p>
</article>
<article>
<h1><a href="http://blog.hanspolo.net/posts/20220223-ccd-day-3/">Clean Code Developer - Roter Grad: Beware of Premature Optimization und Version Control System</a></h1>
<p>
<time datetime="2022-02-23T00:00:00">23.02.2022</time>
<a href="/categories/development">Development</a>
<a href="/tags/education">education</a>
</p>
<p>
Wir erreichen heute die Hälfte der Themen des roten Grades.
<a href="http://blog.hanspolo.net/posts/20220223-ccd-day-3/">Mehr erfahren...</a>
</p>
</article>
<article>
<h1><a href="http://blog.hanspolo.net/posts/20220222-ccd-day-2/">Clean Code Developer - Roter Grad: Keep it simple, stupid und Root Cause Analysis</a></h1>
<p>
<time datetime="2022-02-22T00:00:00">22.02.2022</time>
<a href="/categories/development">Development</a>
<a href="/tags/education">education</a>
</p>
<p>
Am zweiten Tag im roten Grad stelle ich dir die nächsten Prinzipien und Praktiken vor.
<a href="http://blog.hanspolo.net/posts/20220222-ccd-day-2/">Mehr erfahren...</a>
</p>
</article>
<article>
<h1><a href="http://blog.hanspolo.net/posts/20220221-ccd-day-1/">Clean Code Developer - Roter Grad: Don't repeat yourself und Boy Scout Rule</a></h1>
<p>
<time datetime="2022-02-21T00:00:00">21.02.2022</time>
<a href="/categories/development">Development</a>
<a href="/tags/education">education</a>
</p>
<p>
An dem ersten Tag im roten Grad stelle ich zwei Regeln vor, die für deinen neuen Alltag wichtig sind.
<a href="http://blog.hanspolo.net/posts/20220221-ccd-day-1/">Mehr erfahren...</a>
</p>
</article>
<div>
1 von 1
</div>
</main>
<footer>
<div>
© 2022 <a href="http://blog.hanspolo.net/">Hanspolo's Blog</a>
</div>
</footer>
</body>
</html>