Skip to content

Commit 1fd0efb

Browse files
committed
Update talks page
1 parent 65b96b8 commit 1fd0efb

File tree

1 file changed

+33
-35
lines changed

1 file changed

+33
-35
lines changed

src/pages/talks.js

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,47 @@ import { OutboundLink } from 'gatsby-plugin-google-analytics';
55
export default function Talks() {
66
return (
77
<Layout>
8-
<h2 style={{ fontSize: "2em" }}>Talks</h2>
8+
<h2 style={{ fontSize: '2em' }}>Talks</h2>
99

1010
<ul>
1111
<li>
1212
<OutboundLink href="https://www.ministryoftesting.com/testbash-talks/11967ffe?s_id=14784899">
1313
{`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>
1519
</li>
1620
<li>
1721
<OutboundLink href="https://docs.google.com/presentation/d/1lWyIckm1lCITqxoRLYA0nLO3hKZ6hp11dtfbaKeHc7w/edit?usp=sharing">
1822
{`Performance, Stress and Load Testing, Oh My!`}
19-
</OutboundLink> 2020 (slides only)
23+
</OutboundLink>{' '}
24+
2020 (slides only)
2025
</li>
2126
<li>
2227
<OutboundLink href="https://devopsdays.org/events/2019-des-moines/program/kylee-tilley/">
2328
{`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>
2534
</li>
2635
<li>
2736
<OutboundLink href="https://docs.google.com/presentation/d/1ntsjTF2R8SEI66FJFBjAaheN-6mfBsP_ZqgBsGM78HM/edit?usp=sharing">
2837
{`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>
3043
</li>
3144
<li>
3245
<OutboundLink href="https://docs.google.com/presentation/d/1FgutMD7VdJMNMcz0dp9gw5_9CRPLnoaYQXHtJEDJyxQ/edit?usp=sharing">
3346
{`Modern Page Objects`}
34-
</OutboundLink> 2018 (slides only)
47+
</OutboundLink>{' '}
48+
2018 (slides only)
3549
</li>
3650
</ul>
3751

@@ -43,42 +57,26 @@ export default function Talks() {
4357
<li>Workshops</li>
4458
<li>Mobbing, pairing, one-on-one</li>
4559
<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>
7469
</ul>
7570
</section>
7671

7772
<section>
7873
<h3>Contact</h3>
7974

8075
<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
8280
</p>
8381
</section>
8482
</Layout>

0 commit comments

Comments
 (0)