-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
773 lines (695 loc) · 34.7 KB
/
index.html
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Sam Coyle Website</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Samantha Coyle</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/profile.jpg" alt="">
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#activities">Activities</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#conferences">Conferences</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#blogs">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="about">
<div class="w-100">
<h1 class="mb-0">Samantha
<span class="text-primary">Coyle</span>
</h1>
<div class="subheading mb-5">Austin, TX · (830) 477-1833 ·
<a href="mailto:[email protected]">[email protected]</a>
</div>
<p class="lead mb-5">
Software engineer, Go enthusiast, and speaker with love for all things Open Source,
Samantha spends her days developing Go microservices
for computer vision-based applications for retail and healthcare solutions.
She also has a history of developing Go microservices for industrial applications at the edge.
She is CKAD certified, dedicates time to technical reviewing several Go textbooks,
and is passionate about empowering early career and diverse professionals.
</p>
<p class="lead mb-5">
Samantha has presented at various conferences and competitions in the past that show her dedication to
diversity and inclusion, sustainability and ethics, and growing herself as an engineer.
Her favorite conference experience to date has been the surprise of presenting at GopherCon 2022 main stage!
</p>
<p class="lead mb-5">
Samantha is part of a family of Gophers!
She enjoys attending GopherCon with her older brother, Ethan - the OG Gopher of the family,
and her identical twin sister, Cassandra - the other Gopher in the family.
</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/sam-coyle/">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/sicoyle">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/thesamcoyle">
<i class="fab fa-twitter"></i>
</a>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="experience">
<div class="w-100">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Engineer</h3>
<div class="subheading mb-3">Intel</div>
<p>
I am working on a reference implementation to automatically run inferencing
through a ML pipeline at the edge within the healthcare space.
I worked on the Go backend services, set up Go integration testing,
and enabled observability and log analytics through the additions of TIG stack
- Telegraf, InfluxDB, Grafana and ELK stack - Elasticsearch,
Logstash (replaced with Filebeat), and Kibana.
I am working to implement internationalization, traceability, and improve stability,
among other backend tasks.
The technology used includes Go, Angular, Docker, REST, EdgeX Foundries,
TIG & ELK stack, Agile Scrum practices, and a microservice-based architecture.
</p>
<p>
I also assisted an AI developer experience project to identify pain points
and potential solutions for novice AI developers.
We were working to design computer vision (CV)
tools to enable end users to better deploy CV solutions at the edge focusing on camera placement,
solution observability and telemetry, technical innovations around in/out occupancy counting, etc.
A patent was submitted leveraging this work,
and these efforts were continued to assist in testing an internal AI model development offering.
</p>
<p>
I previously developed a Smart City (security as a service) solution.
This was an Open Source project using Go, Python, Postgres, Angular, Grafana, Docker,
Agile Scrum practices, REST, OpenVINO, GStreamer, and a microservice architecture.
This solution was presented at the OSS and is linked <a href="https://sched.co/11Nhu">here</a>.
The Go integration testing solution journey was presented main stage at GopherCon 2022 and is linked <a
href="https://www.gophercon.com/agenda/session/944259">here</a>.
</div>
<div class="resume-date text-md-right">
<span class="text-primary">March 2021 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Junior Software Engineer</h3>
<div class="subheading mb-3">Fathom5</div>
<p>I contributed on backend efforts to update several Go microservices to using the Ryer pattern, Cobra pkg,
and an explicit client/server paradigm. I helped establish monitoring services for the microservices using
Prometheus, Grafana, Node Exporter, and Docker. I also helped with the deployment of the microservices to
cyberphysical test beds, pioneered the testing suite for service-level testing using the test-containers
pkg, and contributed on various other backend projects.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2020 - March 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Engineer Co-op</h3>
<div class="subheading mb-3">AMD</div>
<p>I created templates to build and deploy Python packages and Docker containers using Azure MLFlow and
Databricks. Contributed on a team developing infrastructure with Ansible and Terraform w.r.t. internal
tools.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2020 - May 2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Engineer Intern</h3>
<div class="subheading mb-3">Dell Technologies</div>
<p>Brought to the table scaling strategy for production Kubernetes cluster. Collaborated on various Go
programs for Saas platform on Azure. Utilized Ansible Automation software to automate and track the
restarting of services.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2019 - August 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Undergraduate Research Assistant</h3>
<div class="subheading mb-3">Texas State University</div>
<p>Implemented a tuning framework for data placement in unified memory systems characterizing the
performance trade offs of host and device placement at the data structure level. Presented research on the
Dynamic Facility Layout Problem at the Super Computing Conference, and presented research on runtime
efficiency and resource consumption for languages with widely varying architectural elements.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">February 2018 - May 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Engineer Co-op</h3>
<div class="subheading mb-3">Nokia</div>
<p>Gathered Kubernetes cluster metrics for Saas infrastructure in AWS. Scraped cluster metrics with
Prometheus and displayed with Grafana. Worked on AWS Lambda functions with a focus on cost efficiency.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2018 - December 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Engineer Intern</h3>
<div class="subheading mb-3">CGI</div>
<p>Designed database and backend infrastructure for Project Labor Management. Engineered user interface for
simplifiying work allocation tasks for the corporation.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2018 - August 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Computer Science Grader</h3>
<div class="subheading mb-3">Texas State University</div>
<p>Utilized Linux CLI to review and grade student assignments for Data Structures and Assembly Language.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">January 2018 - May 2018</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="education">
<div class="w-100">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Texas State University</h3>
<div class="subheading mb-3">Bachelor of Science</div>
<div>Computer Science</div>
<p>GPA: 4.0</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2016 - May 2020</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="skills">
<div class="w-100">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Programming Languages & Tools</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<i class="fab fa-aws"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-docker"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-github"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-gitlab"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-linux"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-python"></i>
</li>
<li class="list-inline-item">
<i class="fab fa-slack-hash"></i>
</li>
</ul>
<div class="subheading mb-3">Workflow</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Agile Development & Scrum
</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Functional Teams
</li>
<li>
<i class="fa-li fa fa-check"></i>
Multi-cloud experience
</li>
<i class="fa-li fa fa-check"></i>
<li>
<li>
<i class="fa-li fa fa-check"></i>
Go best practices
</li>
<li>
<li>
<i class="fa-li fa fa-check"></i>
Go microservices
</li>
<li>
</ul>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="interests">
<div class="w-100">
<h2 class="mb-5">Interests</h2>
<p>
Apart from being a computer scientist, I enjoy most of my time being outdoors.
I love running and working out to stay active and fit.
I also am a member of a community volleyball league where I laugh so hard my face
hurts. It's a blast.</p>
<p>
When indoors, I like to work on crafts projects with my Cricut, play with my dog and kitties,
and spend a large amount of my free time exploring the latest technology advancements in the Gopher and Open
Source
community. I love all things related to Go, Open Source, and AI/ML.
</p>
<p>
Outside of keeping myself busy with work, career-growth activities, and conferences,
I am focusing on travel activites and trying to figure out what/when/where my next move will be. Stay tuned :)
</p>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="activities">
<div class="w-100">
<h2 class="mb-5">Activities</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<h3 class="mb-0">Leadership</h3>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">Women Who Go Austin Co-Organizer</div>
<div>Coordinate meet ups and learning/networking opportunities for community members.</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2022 - Present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">Texas State Women's Club Volleyball Co-President</div>
<div>Coordinated practices, touranments, coaches, and players.</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August - December 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">International Business Ethics Case Competition Team Captain</div>
<div>As a leader for the team, I would help us pick our topic, divy up tasks, create deadlines, and prepare
us for the 30-minute, 10-minute and 90-second competitions.</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2016 - June 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<h3 class="mb-0">Hackathons</h3>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">Dell Social Media Hackathon</div>
<div>Our solution was a LinkedIn-ish + Facebook-ish corporate social media platform.</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">May 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">Dell Dorm Room Hackathon</div>
<div>Our team solution was a web application to find open seating at the office.</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">October 2018</span>
</div>
</div>
<p class="mb-0"></p>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="conferences">
<div class="w-100">
<h2 class="mb-5">Conferences</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Professionals Conference</h3>
<div class="subheading mb-3">Presenter</div>
<div>Virtual</div>
<p>
Presented on the journey our team had in implementing a Go
integration testing solution for our Smart City Solution
intead of the typical Python Robot framework approach our organization would take.
This was a recorded presentation with a colleague that received many questions,
and was well received by the internal Intel audience.
It highlighted the software process improvements and organizational benefits this change created
through improved software quality, happier developers, and implemented cutting edge technology.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Nov 2022</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">GopherCon</h3>
<div class="subheading mb-3">Main Stage Presenter</div>
<div>Chicago, Illinois</div>
<p>
Presented main stage at GopherCon 2022 to a room of ~600 attendees
on my team's journey through integration testing with Go, and what could Go wrong (pun intended!).
We discussed the steps to set up test dependencies,
the creation of a custom package to help write test cases,
and issues where packages were adding characters to Go test output
resulting in the misinterpretation of those results by our test report tool.
It was quite the journey, and a fun one to present and share learnings on!
Information on the talk may be found on the <a
href="https://www.gophercon.com/agenda/session/944259">GopherCon website</a>
and via the YouTube recording.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Oct 2022</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Grace Hopper Conference</h3>
<div class="subheading mb-3">Presenter</div>
<div>Orlando, Florida</div>
<p>
Presented a hands-on workshop with a colleague leveraging Open Source tooling to simplify & automate the
video/image labeling process.
This was presented to a room of ~170 workshop attendees where we used Computer Vision Annotation Tool
(CVAT),
which is hosted under the OpenCV umbrella, to annotate video footage, understand the challenges and best
practices along the way,
and demonstrate how much of a team-centric activity this process is for a person tracking annotation
project.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Sept 2022</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Open Source Summit</h3>
<div class="subheading mb-3">Presenter</div>
<div>Austin, Texas</div>
<p>This was my first time speaking at a professional conference. I love OSS because of the amazing
community, networking opportunities, learnings, and experiences. Neethu and I presented on our team's
Smart City Solution which leverages a bunch of Open Source technologies. We had ~90 attendees, an excited
room, and lots of questions. It was a blast! Info on our presentation can be found <a
href="https://sched.co/11Nhu">here</a> and the recording may be found <a
href="https://youtu.be/l2ttxMVFM3s">here</a>. I also participated in the 5k for the conference one
morning!
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2022</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">RBHE Virtual Leadership Summit</h3>
<div class="subheading mb-3">Attendee</div>
<div>Austin, Texas</div>
<p>This summit was all about leadership and shaping the future together. I really enjoyed the talk on
courageous leadership to deconstruct the impossible, as well as the one on perspective and our own visual
and vocal image.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Nov 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Texas Women's Conference</h3>
<div class="subheading mb-3">Attendee</div>
<div>Austin, Texas</div>
<p>I got goosebumps listening to many of the talks for this virtual conference. I loved the talks on
building trust in the new hybrid workspace, power and confidence, and facing your fears: stop being held
back. As I am defining what I want out of life and my career aspirations, this conference really hit home
for me.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Oct 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Society of Women Engineers Conference</h3>
<div class="subheading mb-3">Attendee</div>
<div>Austin, Texas</div>
<p>This virtual conference was so inspirational. The theme was aspire to inspire. I really enjoyed the talks
on using fear as fuel to overcome our own barriers to change, inspirational insights on radical candor to
create a culture of feedback, and entrepreneurship..</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Oct 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Intel Leadership Conference</h3>
<div class="subheading mb-3">Attendee</div>
<div>Austin, Texas</div>
<p>This virtual conference covered a wide range of leadership topics from transformative leadership, how to
be a better team player, leadership in horse packs, and financial planning.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2021</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">AWS Re:Invent</h3>
<div class="subheading mb-3">We Power Tech Grant Recipient</div>
<div>Las Vegas, Nevada</div>
<p>This conference was full of AWS talks, workshops, labs, people, and more. I furthered my knowledge of AWS
services, and am using this knowledge to work towards getting my first AWS certificate.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">December 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Open Source Summit & Embedded Linux Conference</h3>
<div class="subheading mb-3">Diversity Scholarship Recipient</div>
<div>San Diego, California</div>
<p>I learned more about opportunities within the open source community, and met so many amazing people at
this conference. I want to work on more projects within the Go community.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">August 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">GopherCon</h3>
<div class="subheading mb-3">Diversity Scholarship Recipient</div>
<div>San Diego, California</div>
<p>This is absolutely my favorite conference thus far! I was able to learn about cool things going on with
Go, network with gophers, and share this experience with my twin sister and brother.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">June 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Super Computing</h3>
<div class="subheading mb-3">Experiencing HPC for Undergraduates Program</div>
<div>Dallas, Texas</div>
<p>I was able to network with graduate students and researchers to learn more about High Performance
Computing. I also presented a poster on the Dynamic Facility Layout Problem (DFLP), where we proposed a
more efficient solution for facility layouts in terms of material handling costs and relocation costs.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">November 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Women in Science & Engineering Conference</h3>
<div class="subheading mb-3">Poster Presenter</div>
<div>San Marcos, Texas</div>
<p>I presented research I conducted on several programming languages with widely varying architectures. I
analyzed resource consumption and runtime efficiency and presented my work with a poster.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">March 2018</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="publications">
<div class="w-100">
<h2 class="mb-5">Publications</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<h3 class="mb-0">Papers</h3>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">IEEE Smart City Data Analytics</div>
<div>Paper is a work in progress, and is set to be published early 2023.</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Jan 2023</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">IEEE Smart City Architecture using Open Source Technology at the Edge</div>
<div>Overview of the Open Source tools brought together to create a Smart City Solution is found <a
href="https://smartcities.ieee.org/newsletter/september-2022/computer-vision-to-secure-your-surroundings-with-ai-ml-smart-city-solution-built-using-open-source-tools-at-the-edge">here</a>.
</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Nov 2022</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<div class="subheading mb-3">ACM/IEEE Super Computing Conference Paper</div>
<div>Dynamic Facility Layout problem research is found <a
href="https://sc18.supercomputing.org/proceedings/tech_poster/poster_files/post169s2-file3.pdf">here</a>.
</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Nov 2018</span>
</div>
</div>
<p class="mb-0"></p>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="blogs">
<div class="w-100">
<h2 class="mb-5">Blogs</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<h3 class="mb-0">Medium Blog Posts</h3>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<a
href="https://medium.com/@samcoyle/some-things-in-life-are-worth-waiting-for-even-other-services-cbcfca75a9b5">
<div class="subheading mb-3">
Some things in life are worth waiting for, even other services
</div>
</a>
<div>Overview of the waiting of service dependency options for Go microservices, and learnings along the way
using the Go version of wait-for-it.</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">Dec 2023</span>
</div>
</div>
<p class="mb-0"></p>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex align-items-center" id="awards">
<div class="w-100">
<h2 class="mb-5">Awards & Certifications</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Certified Kubernetes Application Developer (CKAD) Certification - Nov 2021
</li>
<li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Architecting on AWS training - July 2019
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
AWS Business Essentials training - July 2019
</li>
<li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Undergraduate Research Excellence Award - April 2019
</li>
<li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Undergraduate Academic Excellence Award - April 2019
</li>
<li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Scrum Framework Certification - June 2018
</li>
<li>
</ul>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body>
</html>