-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearningITengineering.html
More file actions
52 lines (43 loc) · 1020 Bytes
/
Copy pathlearningITengineering.html
File metadata and controls
52 lines (43 loc) · 1020 Bytes
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
<!doctype html>
<html lang=de>
<head>
<meta charset=utf-8>
<title>Glenn Keßler</title>
<link
rel="stylesheet"
type="text/css"
href="site.css">
</head>
<body>
<div id=content>
<div id=main>
<article>
<H1>Learning IT Engineering</H1>
<p>
While beeing on the job, things happen which I want to reflect on.
This is my attempt on doing so.
</p>
<p>
2018-11-22 Usefull questions when searching for an error.
What ist the system doing when it breaks?
Which componentes are responsible?
Who is communicating with whom?
Is the communication looking as expected?
Do the commands get acknowledged?
If yes, are the related functions beeing called?
Reading code is not the first, but the final step, when figuring out what is awry.
</p>
<p>
</p>
<p>
</p>
<p>
</p>
</article>
</div>
<div id=footer>
<p><a href=impressum.html>Impressum</a></p>
</div>
</div>
</body>
</html>