@@ -5,33 +5,47 @@ import { OutboundLink } from 'gatsby-plugin-google-analytics';
5
5
export default function Talks ( ) {
6
6
return (
7
7
< Layout >
8
- < h2 style = { { fontSize : " 2em" } } > Talks</ h2 >
8
+ < h2 style = { { fontSize : ' 2em' } } > Talks</ h2 >
9
9
10
10
< ul >
11
11
< li >
12
12
< OutboundLink href = "https://www.ministryoftesting.com/testbash-talks/11967ffe?s_id=14784899" >
13
13
{ `Transcending The Tools` }
14
- </ OutboundLink > @ Test.Bash() 2022 < OutboundLink href = "https://docs.google.com/presentation/d/1Po5RHzyJ--s7kDGY2jI_KxyqQJnNrvbREiF-35rCnvY/edit?usp=sharing" > (slides)</ OutboundLink >
14
+ </ OutboundLink > { ' ' }
15
+ @ Test.Bash() 2022{ ' ' }
16
+ < OutboundLink href = "https://docs.google.com/presentation/d/1Po5RHzyJ--s7kDGY2jI_KxyqQJnNrvbREiF-35rCnvY/edit?usp=sharing" >
17
+ (slides)
18
+ </ OutboundLink >
15
19
</ li >
16
20
< li >
17
21
< OutboundLink href = "https://docs.google.com/presentation/d/1lWyIckm1lCITqxoRLYA0nLO3hKZ6hp11dtfbaKeHc7w/edit?usp=sharing" >
18
22
{ `Performance, Stress and Load Testing, Oh My!` }
19
- </ OutboundLink > 2020 (slides only)
23
+ </ OutboundLink > { ' ' }
24
+ 2020 (slides only)
20
25
</ li >
21
26
< li >
22
27
< OutboundLink href = "https://devopsdays.org/events/2019-des-moines/program/kylee-tilley/" >
23
28
{ `QA: A Task Not A Role` }
24
- </ OutboundLink > @ devopsdays dsm 2019 < OutboundLink href = "https://docs.google.com/presentation/d/1Zuvq4iNhYT9ousGXRe-TdJrx8hd7D0aQ0-XlhFVkji4/edit?usp=sharing" > (slides)</ OutboundLink >
29
+ </ OutboundLink > { ' ' }
30
+ @ devopsdays dsm 2019{ ' ' }
31
+ < OutboundLink href = "https://docs.google.com/presentation/d/1Zuvq4iNhYT9ousGXRe-TdJrx8hd7D0aQ0-XlhFVkji4/edit?usp=sharing" >
32
+ (slides)
33
+ </ OutboundLink >
25
34
</ li >
26
35
< li >
27
36
< OutboundLink href = "https://docs.google.com/presentation/d/1ntsjTF2R8SEI66FJFBjAaheN-6mfBsP_ZqgBsGM78HM/edit?usp=sharing" >
28
37
{ `Reading Pull Requests: Features, Fixes & Other Diviniations` }
29
- </ OutboundLink > 2019 (slides only) < OutboundLink href = "https://github.com/testingrequired/talk-reading-pull-requests" > Repo</ OutboundLink >
38
+ </ OutboundLink > { ' ' }
39
+ 2019 (slides only){ ' ' }
40
+ < OutboundLink href = "https://github.com/testingrequired/talk-reading-pull-requests" >
41
+ Repo
42
+ </ OutboundLink >
30
43
</ li >
31
44
< li >
32
45
< OutboundLink href = "https://docs.google.com/presentation/d/1FgutMD7VdJMNMcz0dp9gw5_9CRPLnoaYQXHtJEDJyxQ/edit?usp=sharing" >
33
46
{ `Modern Page Objects` }
34
- </ OutboundLink > 2018 (slides only)
47
+ </ OutboundLink > { ' ' }
48
+ 2018 (slides only)
35
49
</ li >
36
50
</ ul >
37
51
@@ -43,42 +57,26 @@ export default function Talks() {
43
57
< li > Workshops</ li >
44
58
< li > Mobbing, pairing, one-on-one</ li >
45
59
< li > Customized</ li >
46
- < li > < span role = 'img' aria-label = 'Laptop' > 💻</ span > < span role = 'img' aria-label = 'Explosion' > 💥</ span > Live coding</ li >
47
- </ ul >
48
- </ section >
49
-
50
- < section >
51
- < h3 > Topics</ h3 >
52
-
53
- < ul >
54
- < li > Why you might not need a tester on your team</ li >
55
- < li > Understanding the different between building something correctly vs building the right thing</ li >
56
- < li > Eliminating story pointing by properly breaking down stories</ li >
57
- < li > How to think about error handling how it affect the architecture of your code</ li >
58
- < li > How to identify risk, assess, monitor vs mitigate and why everything boils down to risk</ li >
59
- < li > Analyzing the connection between testability (or lack of) and quality code architecture</ li >
60
- < li > A working solution versus correct</ li >
61
- </ ul >
62
-
63
- < p > As well as several other topics relating to development, testing, delivery.</ p >
64
- </ section >
65
-
66
- < section >
67
- < h3 > Target Audiences</ h3 >
68
-
69
- < ul >
70
- < li > Entry Level</ li >
71
- < li > Developers</ li >
72
- < li > Testers</ li >
73
- < li > Teams</ li >
60
+ < li >
61
+ < span role = "img" aria-label = "Laptop" >
62
+ 💻
63
+ </ span >
64
+ < span role = "img" aria-label = "Explosion" >
65
+ 💥
66
+ </ span > { ' ' }
67
+ Live coding
68
+ </ li >
74
69
</ ul >
75
70
</ section >
76
71
77
72
< section >
78
73
< h3 > Contact</ h3 >
79
74
80
75
< p >
81
- < span role = 'img' aria-label = 'Email' > ✉️</ span > kyleetilley[at]gmail.com
76
+ < span role = "img" aria-label = "Email" >
77
+ ✉️
78
+ </ span > { ' ' }
79
+ kyleetilley[at]gmail.com
82
80
</ p >
83
81
</ section >
84
82
</ Layout >
0 commit comments