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
export const personalData = {
"name": "Thomas Seeley",
"label": "Developer",
"email": "hello@tseeley.com",
"url": "https://tseeley.com",
"about": "My name is Thomas Seeley. I like building for the web and creating useful, fun software. I spend my time making things and trying to get better at making things. I am currently pursuing a MS in CS, specializing in data mining, intelligent syste
"summary": "This is an example website built on Val Town.",
"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/"
},
{
"network": "x.com",
"username": "iamseeley",
"url": "https://twitter.com/iamseeley"
}
],
"experience": [
{
"company": "Wando",
"position": "Web Developer",
"startDate": "2022",
"endDate": "Present",
"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%."
]
},
{
"company": "Mindpool",
"position": "Business Strategy Intern",
"startDate": "2022",
"endDate": "",
"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."
]
}
],
"projects": [
{
"name": "falbulous minimovie",
"description": "Storyboard editor that enables users to create mini movies from text using fal.ai and ffmpeg-wasm.",
"highlights": [
"Enhanced scene consistency with seed settings and introduced controls for motion, quality, and frame rate adjustments.",
"Integrated GPT-3.5 for prompt enhancement, significantly improving image and video quality.",
"Overcame the challenge of running FFmpeg client-side in Next.js, enabling real-time video processing in the browser."
],
"url": "https://github.com/iamseeley/falbulous-minimovie"
},
{
"name": "ts www",
"description": "Personal website built with a custom static site generator.",
"highlights": [
"Engineerd a static site generator (go-forth) for building a personal website.",
"Designed a unique system using markdown collections for page content and routing.",
"Created a development server with hot reloading, automated template generation, and collection file population with specific frontmatter.",
"Implemented configuration features for theme selection and site metadata, facilitating easy customization and modularity."
],
"url": "https://github.com/iamseeley/ts-www"
},
{
"name": "wando ui",
"description": "Component collection and CLI application written in TypeScript.",
"highlights": [
"Designed and implemented modular styles for components using Tailwind CSS, clsx, and class-variance-authority, enhancing component reusability.",
"Developed and published a CLI tool in Node.js for quick component import and reuse."
],
"url": "https://github.com/iamseeley/wando-ui"
}
],
"skills": [
{
"name": "Web Development",
"keywords": ["HTML5", "CSS", "Tailwind CSS", "React", "Next.js", "Vite", "FastAPI", "Hono", "Framer Motion"]
},
{
"name": "Programming",
"keywords": ["JavaScript", "TypeScript", "Python", "Go", "SQL"]
},
{
"name": "Tools & Software",
"keywords": ["Git", "Docker", "Figma", "Adobe Suite", "Excel"]
}
]
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
June 25, 2024