@@ -11,104 +11,104 @@ export default function About() {
1111 < h2 style = { { fontSize : '2em' } } > Kylee Tilley</ h2 >
1212
1313 < section >
14- < div style = { { display : 'flex' , gap : '1em' , alignItems : 'flex-start' } } >
15- < div style = { { padding : '1em' , flexGrow : '1' , width : '20em' } } >
16- < img
17- src = { me }
18- style = { {
19- borderRadius : '50%' ,
20- minWidth : '7em' ,
21- width : '7em' ,
22- height : '7em' ,
23- } }
24- alt = ""
25- />
14+ < div
15+ style = { {
16+ float : 'left' ,
17+ padding : '1em' ,
18+ width : '10em' ,
19+ marginRight : '1em' ,
20+ } }
21+ >
22+ < img
23+ src = { me }
24+ style = { {
25+ borderRadius : '50%' ,
26+ minWidth : '7em' ,
27+ width : '7em' ,
28+ height : '7em' ,
29+ } }
30+ alt = ""
31+ />
2632
27- < ul >
28- < li >
29- < OutboundLink href = "https://github.com/testingrequired" >
30- Github
31- </ OutboundLink >
32- </ li >
33+ < ul >
34+ < li >
35+ < OutboundLink href = "https://github.com/testingrequired" >
36+ Github
37+ </ OutboundLink >
38+ </ li >
3339
34- < li >
35- < OutboundLink href = "https://www.linkedin.com/in/kyleetilley/" >
36- LinkedIn
37- </ OutboundLink >
38- </ li >
40+ < li >
41+ < OutboundLink href = "https://www.linkedin.com/in/kyleetilley/" >
42+ LinkedIn
43+ </ OutboundLink >
44+ </ li >
3945
40- < li >
41- < OutboundLink href = "https://bsky.app/profile/testingrequired.com" >
42- Bluesky
43- </ OutboundLink >
44- </ li >
45- </ ul >
46- </ div >
46+ < li >
47+ < OutboundLink href = "https://bsky.app/profile/testingrequired.com" >
48+ Bluesky
49+ </ OutboundLink >
50+ </ li >
51+ </ ul >
52+ </ div >
4753
48- < div style = { { fontSize : '1.15em' , flexGrow : '3 ' } } >
49- < p >
50- Hi there! I’m Kylee Tilley, a software engineer with over 10 years
51- of professional experience. I started as a self-taught coder,
52- making webpages (Geocities 😍) and writing small utilities to make
53- my IT help desk job easier.
54- </ p >
54+ < div style = { { fontSize : '1.15em' } } >
55+ < p >
56+ Hi there! I’m Kylee Tilley, a software engineer with over 10 years
57+ of professional experience. I started as a self-taught coder, making
58+ webpages (Geocities 😍) and writing small utilities to make my IT
59+ help desk job easier.
60+ </ p >
5561
56- < p >
57- I broke into the industry as a tester at a small startup that
58- frequently deployed and demoed its product to investors. This
59- experience taught me how critical software quality is to the
60- business—especially as I observed how development practices
61- directly impacted the app's reliability. To help keep up with the
62- rapid pace of development (one-week sprints), I implemented
63- extensive test automation, which eventually allowed me to take on
64- development work. This shift gave me more control over the quality
65- of the product.
66- </ p >
62+ < p >
63+ I broke into the industry as a tester at a small startup that
64+ frequently deployed and demoed its product to investors. This
65+ experience taught me how critical software quality is to the
66+ business—especially as I observed how development practices directly
67+ impacted the app's reliability. To help keep up with the rapid pace
68+ of development (one-week sprints), I implemented extensive test
69+ automation, which eventually allowed me to take on development work.
70+ This shift gave me more control over the quality of the product.
71+ </ p >
6772
68- < p >
69- After the startup, I moved into software delivery consulting,
70- bringing my experience in both development and testing. I spent my
71- time pairing and mobbing with teams to implement application code
72- while advocating for better testing practices—asking about
73- potential test scenarios, encouraging developers to update
74- end-to-end browser tests, and generally influencing how teams
75- thought about testing as an integral part of development.
76- </ p >
73+ < p >
74+ After the startup, I moved into software delivery consulting,
75+ bringing my experience in both development and testing. I spent my
76+ time pairing and mobbing with teams to implement application code
77+ while advocating for better testing practices—asking about potential
78+ test scenarios, encouraging developers to update end-to-end browser
79+ tests, and generally influencing how teams thought about testing as
80+ an integral part of development.
81+ </ p >
7782
78- < p >
79- The more I worked as both a developer and tester, the more I saw a
80- deep connection between good implementation design and
81- testability. My "tester spidey sense" would tingle during story
82- refinement or while pairing on a feature. I had learned through
83- experience—often painful experience—how certain design decisions
84- could create testing headaches. Over time, I developed a strong
85- intuition for spotting trouble before it happened, and my
86- technical background allowed me to address it effectively. Being
87- able to wear both hats at the same time turned out to be a major
88- superpower.
89- </ p >
83+ < p >
84+ The more I worked as both a developer and tester, the more I saw a
85+ deep connection between good implementation design and testability.
86+ My "tester spidey sense" would tingle during story refinement or
87+ while pairing on a feature. I had learned through experience—often
88+ painful experience—how certain design decisions could create testing
89+ headaches. Over time, I developed a strong intuition for spotting
90+ trouble before it happened, and my technical background allowed me
91+ to address it effectively. Being able to wear both hats at the same
92+ time turned out to be a major superpower.
93+ </ p >
9094
91- < p >
92- Over my career, I've worked across multiple industries, helping
93- organizations design and build greenfield applications, modernize
94- legacy systems, optimize workflows, and establish best practices
95- in development, testing, and delivery. My expertise spans the
96- entire software lifecycle—from early product discussions to
97- defining robust testing strategies, building automation
98- frameworks, and mentoring teams on implementing scalable,
99- testable, maintainable software.
100- </ p >
95+ < p >
96+ Over my career, I've worked across multiple industries, helping
97+ organizations design and build greenfield applications, modernize
98+ legacy systems, optimize workflows, and establish best practices in
99+ development, testing, and delivery. My expertise spans the entire
100+ software lifecycle—from early product discussions to defining robust
101+ testing strategies, building automation frameworks, and mentoring
102+ teams on implementing scalable, testable, maintainable software.
103+ </ p >
101104
102- < p >
103- Outside of work, I love writing test tools, game development,
104- cooking, and synthesizers. I love to learn new things, so this
105- list is constantly growing.
106- </ p >
107- </ div >
105+ < p >
106+ Outside of work, I love writing test tools, game development,
107+ cooking, and synthesizers. I love to learn new things, so this list
108+ is constantly growing.
109+ </ p >
108110 </ div >
109111 </ section >
110-
111- < section style = { { marginLeft : '1em' , fontSize : '1.15em' } } > </ section >
112112 </ Layout >
113113 ) ;
114114}
0 commit comments