-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
138 lines (137 loc) · 6.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<meta
name="description"
content="The personal website of Thomas Taylor: owner of how.wtf and weekly.wtf"
/>
<meta name="author" content="Thomas Taylor" />
<meta name="og:title" property="og:title" content="Thomas Taylor" />
<meta
name="og:description"
property="og:description"
content="The personal website of Thomas Taylor: owner of how.wtf and weekly.wtf"
/>
<meta name="robots" content="index, follow" />
<link rel="stylesheet" href="css/pico.min.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<script
data-goatcounter="https://thomasgtaylor.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
></script>
<title>Thomas Taylor</title>
<style>
.container {
max-width: 800px;
}
</style>
</head>
<body>
<main class="container">
<h1>Me</h1>
<hr>
<p>
My name is Thomas and I am a software engineer living in North
Carolina, USA. I'm passionate about building scalable
product-driven software that simply works. You will find more
about my works and talks on this website.
</p>
<p>
✉ If you want to reach out to me, please
<a href="mailto:[email protected]">send me an email.</a>
</p>
<p>
🔗 My socials:
<a
href="https://linkedin.com/in/thomasgtaylor"
target="”_blank”"
>LinkedIn</a
>,
<a href="https://github.com/thomasgtaylor" target="”_blank”"
>GitHub</a
>,
<a href="https://dev.to/thomastaylor" target="”_blank”"
>Dev.to</a
>.
</p>
<h1>Hustles</h1>
<hr>
<section style="margin-bottom: 2.5rem">
<h3>
Technical Blog
<span style="margin-right: 10px"></span>
<a href="https://how.wtf" style="text-decoration: none"
>how.wtf</a
>
</h3>
<p>
A technical "micro" blog that I started in 2021 with over 190 articles and
counting. I write on topics such as
<a
href="https://how.wtf/tags/generative-ai.html"
target="_blank"
>generative AI</a
>,
<a
href="https://how.wtf/tags/serverless.html"
target="_blank"
>serverless</a
>, and
<a href="https://how.wtf/tags/aws-cdk.html" target="_blank"
>cloud architecture</a
>.
</p>
</section>
<section>
<h3>
AWS Community Builder
<span style="margin-right: 10px"></span>
<a
href="https://aws.amazon.com/developer/community/community-builders/community-builders-directory/?cb-cards.sort-by=item.additionalFields.cbName&cb-cards.sort-order=asc&awsf.builder-category=*all&awsf.location=*all&awsf.year=*all&cb-cards.q=Thomas%2BTaylor&cb-cards.q_operator=AND"
style="text-decoration: none"
target="_blank"
>Serverless Category</a
>
</h3>
In 2024, I was selected to represent the serverless category as an AWS Community builder.</a>
This is a program for technical builders creating technical
content about AWS services. To find out more about the program, please <a href="https://aws.amazon.com/developer/community/community-builders/" target="_blank">visit the official website</a>.
</section>
<h1>Talks</h1>
<hr>
<section style="margin-bottom: 2.5rem">
<h3>
Wilmington AWS User Group
<span style="margin-right: 10px"></span>
<a href="slides/unlocking-the-power-of-generative-ai-with-aws-bedrock.pdf"
style="text-decoration: none"
target="_blank"
>slides</a
>
</h3>
<h4 style="font-size: smaller; color: gray;">August 22, 2024</h4>
I presented at the inaugural Wilmington AWS User Group meetup, where I focused on Generative AI with an emphasis on Amazon Bedrock. My presentation explored how Bedrock empowers developers through foundational models, function calling, retrieval-augmented generation, and secure data usage.
</section>
<section>
<h3>
nSight 2024
<span style="margin-right: 10px"></span>
<a href="slides/nsight2024-unlocking-banking-advisor.pdf"
style="text-decoration: none"
target="_blank"
>slides</a
>
</h3>
<h4 style="font-size: smaller; color: gray;">May 15, 2024</h4>
I had the privilege of presenting at nSight 2024, nCino's annual conference, on the topic "Unlocking Banking Advisor: Exploring Use Cases and Prompt Building." Together with my co-presenter, we unveiled Banking Advisor, an innovative feature I played a key role in developing. This tool harnesses nCino's Generative AI capabilities to enable financial institutions to streamline their operations and enhance customer experiences.
</section>
</main>
<footer class="container">
<p>© 2024 Thomas Taylor</p>
</footer>
</body>
</html>