Public
HTTP (deprecated)
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

๐Ÿ’ผ Thomas Seeley's resume in the JSON Resume standard

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
export default async function handler(req: Request): Promise<Response> {
const resumeDetails = {
"basics": {
"name": "Thomas Seeley",
"label": "Developer",
"image": "",
"email": "hello@tseeley.com",
"phone": "",
"url": "https://tseeley.com",
"summary": "I'm a developer with a background in business management and entrepreneurship, driven by the excitement of turning ideas into reality through code. I thrive on solving complex problems quickly and effectively, learning any skill necessary t
"location": {
"address": "",
"postalCode": "",
"city": "",
"countryCode": "",
"region": ""
},
"profiles": [
{
"network": "github",
"username": "iamseeley",
"url": "https://github.com/iamseeley"
},
{
"network": "linkedin",
"username": "thomas-seeley-3229b5205",
"url": "https://www.linkedin.com/in/thomas-seeley-3229b5205/"
}
]
},
"work": [
{
"name": "Wando",
"position": "Web Developer",
"url": "",
"startDate": "2022",
"endDate": "Present",
"summary": "",
"highlights": [
"Built an event management platform with secure authentication and full CRUD capabilities, streamlining client operations",
"Crafted a website for a food truck that captures their unique branding and playful image. The site features a fun, user-centric interface that facilitates online inquiries and enhances user engagement",
"Designed and developed a responsive, accessibility-focused website for a law firm, improving client accessibility and increasing inquiries by 20%"
]
},
{
"name": "Mindpool",
"position": "Business Strategy Intern",
"url": "",
"startDate": "2022",
"endDate": "",
"summary": "",
"highlights": ["Outlined a plan for Mindpool to frame themselves as an end-to-end solution to address environmental, social, and governance (ESG) initiatives, focusing on ESG as a new vertical"]
}
],
"volunteer": [],
"education": [
{
"institution": "Tickle College of Engineering - University of Tennessee, Knoxville",
"url": "",
"area": "Computer Science",
"studyType": "Master's",
"startDate": "2023",
"endDate": "(exp.) 2025",
"score": "",
"courses": []
},
{
"institution": "Haslam College of Business - University of Tennessee, Knoxville",
"url": "",
"area": "Business Administration",
"studyType": "Bachelor's",
"startDate": "2019",
"endDate": "2023",
"score": "",
"courses": [],
"honors": "cum laude"
},
{
"institution": "Danish Institute for Study Abroad - Copenhagen",
"url": "",
"area": "Innovation and Entrepreneurship in Europe",
"studyType": "",
"startDate": "2022",
"endDate": "2022",
"score": "",
"courses": []
}
],
"awards": [], // Add your awards if any
"certificates": [
{
"name": "BootDev",
"date": "2023",
"issuer": "",
"url": "",
"subjects": ["JavaScript", "Python", "Algorithms"]
},
{
"name": "SuperHi",
iamseeley-resumedetails.web.val.run
August 15, 2024