1
// Things I have shipped at work
2
const work = [
3
{
4
name: 'Authentic Membership',
5
years: '2024 — present',
6
at: 'Authentic Brands Group',
7
description: 'Authentic Membership brings Authentic Brand Group's iconic portfolio into one seamless membership experience',
8
languages: [ 'TypeScript' ],
9
stack: [ 'React', 'Remix.js', 'Hydrogen', 'TailwindCSS', 'Node.js', 'PostgresSQL', 'Firestore', 'BigQuery', 'Terraform', 'Google Cloud', 'Shopify' ],
11
},
12
{
13
name: 'Authentic Intelligence',
14
years: '2024 — present',
15
at: 'Authentic Brands Group',
16
description: 'An enterprise AI platform built for Authentic Brands Group, featuring specialized AI agents, contract processing, data analysis, and brand-specific content generation capabilities.',
17
languages: [ 'TypeScript' ],
18
stack: [ 'OpenAI', 'Anthropic', 'Perplexity', 'Cursor', 'React', 'Next.js', 'TailwindCSS', 'Node.js', 'Firestore', 'Google Cloud' ],
19
link: authentic.ai,
20
},
21
{
22
name: 'Reebok',
23
years: '2025',
24
at: 'Authentic Brands Group',
25
description: 'Migration platform that moved Reebok onto Shopify, transferring order and customer data at enterprise scale with zero downtime',
26
languages: [ 'TypeScript' ],
27
stack: [ 'Shopify Plus', 'Shopify Markets', 'Node.js', 'BigQuery', 'Google Cloud' ],
28
29
},
30
{
31
name: 'Champion',
32
years: '2025',
33
at: 'Authentic Brands Group',
34
description: 'The same migration pipeline applied to the Champion storefront, consolidating historical orders and customer records onto Shopify without interrupting trading',
35
languages: [ 'TypeScript' ],
36
stack: [ 'Shopify Plus', 'Shopify Markets', 'Node.js', 'BigQuery', 'Google Cloud' ],
38
},
39
{
40
name: 'Shopify Bill Pay',
41
at: 'Bevy Commerce',
42
description: 'Shopify Bill Pay is a complete business payments solution powered by Melio',
43
languages: [ 'TypeScript' ],
44
stack: [ 'React', 'TailwindCSS', 'Plaid', 'TBT', 'Cypress', 'Express.js', 'Node.js' ],
46
},
47
{
48
name: 'PhotoRoom',
49
at: 'Bevy Commerce',
50
description: 'PhotoRoom allows you to create clean, professional-looking product photography on Shopify',
51
languages: [ 'TypeScript' ],
52
stack: [ 'React', 'TailwindCSS', 'Firebase', 'Express.js', 'Node.js' ],
54
},
55
];
56
57
// Things I have built for fun
58
const sideProjects = [
59
{
60
name: 'WaveChat',
61
years: '2022',
62
description: 'A real-time social media platform to create communities and make friends',
63
languages: [ 'TypeScript' ],
64
stack: [ 'React', 'Next.js', 'TailwindCSS', 'GraphQL', 'Apollo', 'WebSocket', 'PostgresSQL', 'Redis', 'Prisma', 'AWS', 'Docker', 'TurboRepo' ],
66
},
67
{
68
name: 'STTP',
69
years: '2022',
70
description: 'Simple Text Transfer Protocol - A custom decentralized network protocol built on top of TCP',
71
languages: [ 'Go' ],
73
},
74
{
75
name: 'Fleet',
76
years: '2021',
77
description: 'A Twitter like social media app',
78
languages: [ 'TypeScript' ],
79
stack: [ 'React', 'Next.js', 'ChakraUI', 'React Query', 'SQLite', 'Prisma', 'Zustand' ],
81
},
82
{
83
name: 'Sparked',
84
description: 'An online visual learning platform with 3D simulations',
85
languages: [ 'TypeScript', 'Svelte' ],
86
stack: [ 'Svelte', 'Sveltekit', 'TailwindCSS', 'Three.js' ],
88
},
89
{
90
name: 'Go-Url',
91
description: 'A simple url shortener written in svelte and go',
92
languages: [ 'TypeScript', 'Go' ],
93
stack: [ 'Svelte', 'TailwindCSS', 'Go Fiber', 'Gorm', 'SQLite' ],
95
},
96
{
97
name: 'Nord Dark Pro',
98
description: 'A Nord based VSCode theme combined with One Dark Pro',
100
},
101
{
102
name: 'ClipTale',
103
description: 'A desktop app to track & manage your clipboard history',
104
languages: [ 'TypeScript' ],
105
stack: [ 'React', 'Electron.js', 'Webpack', 'TailwindCSS' ],
107
},
108
{
109
name: 'Minicel',
110
description: 'An excel engine without ui to parse .csv files',
111
languages: [ 'Go' ],
113
},
114
{
115
name: 'Redis-Go',
116
description: 'An implementation of redis cli in Go',
117
languages: [ 'Go' ],
119
},
120
];
121
main
Tab Size: 2
{} Javascript