1
// My projects
2
let projects = [
3
    {
4
        name: 'Authentic Membership',
5
        description: 'Authentic Membership brings Authentic Brand Group's iconic portfolio into one seamless membership experience',
6
        languages: [ 'TypeScript' ],
7
        stack: [ 'React','Remix.js','Hydrogen','TailwindCSS','Node.js','PostgresSQL','Firestore','BigQuery','Terraform','Google Cloud','Shopify' ],
8
        link: member.authentic.com,
9
    },
10
    {
11
        name: 'Shopify Bill Pay',
12
        description: 'Shopify Bill Pay is a complete business payments solution powered by Melio',
13
        languages: [ 'TypeScript' ],
14
        stack: [ 'React','TailwindCSS','Plaid','TBT','Cypress','Express.js','Node.js' ],
15
        link: apps.shopify.com/bill-pay,
16
    },
17
    {
18
        name: 'PhotoRoom',
19
        description: 'PhotoRoom allows you to create clean, professional-looking product photography on Shopify',
20
        languages: [ 'TypeScript' ],
21
        stack: [ 'React','TailwindCSS','Firebase','Express.js','Node.js' ],
22
        link: apps.shopify.com/photoroom-production,
23
    },
24
    {
25
        name: 'WaveChat',
26
        description: 'A real-time social media platform to create communities and make friends',
27
        languages: [ 'TypeScript' ],
28
        stack: [ 'React','Next.js','TailwindCSS','GraphQL','Apollo','WebSocket','PostgresSQL','Redis','Prisma','AWS','Docker','TurboRepo' ],
29
        source: github.com/FourLineCode/wavechat,
30
    },
31
    {
32
        name: 'STTP',
33
        description: 'Simple Text Transfer Protocol - A custom decentralized network protocol built on top of TCP',
34
        languages: [ 'Go' ],
35
        source: github.com/FourLineCode/sttp,
36
    },
37
    {
38
        name: 'Fleet',
39
        description: 'A Twitter like social media app',
40
        languages: [ 'TypeScript' ],
41
        stack: [ 'React','Next.js','ChakraUI','React Query','SQLite','Prisma','Zustand' ],
42
        source: github.com/FourLineCode/fleet,
43
    },
44
    {
45
        name: 'Sparked',
46
        description: 'An online visual learning platform with 3D simulations',
47
        languages: [ 'TypeScript','Svelte' ],
48
        stack: [ 'Svelte','Sveltekit','TailwindCSS','Three.js' ],
49
        source: github.com/FourLineCode/sparked,
50
    },
51
    {
52
        name: 'Go-Url',
53
        description: 'A simple url shortener written in svelte and go',
54
        languages: [ 'TypeScript','Go' ],
55
        stack: [ 'Svelte','TailwindCSS','Go Fiber','Gorm','SQLite' ],
56
        source: github.com/FourLineCode/go-url,
57
    },
58
    {
59
        name: 'Nord Dark Pro',
60
        description: 'A Nord based VSCode theme combined with One Dark Pro',
61
        source: github.com/FourLineCode/nord-dark-pro,
62
    },
63
    {
64
        name: 'ClipTale',
65
        description: 'A desktop app to track & manage your clipboard history',
66
        languages: [ 'TypeScript' ],
67
        stack: [ 'React','Electron.js','Webpack','TailwindCSS' ],
68
        source: github.com/FourLineCode/cliptale,
69
    },
70
    {
71
        name: 'Minicel',
72
        description: 'An excel engine without ui to parse .csv files',
73
        languages: [ 'Go' ],
74
        source: github.com/FourLineCode/minicel,
75
    },
76
    {
77
        name: 'Redis-Go',
78
        description: 'An impletemtion of redis cli in Go',
79
        languages: [ 'Go' ],
80
        source: github.com/FourLineCode/redis-go,
81
    },
82
];
83
main
Tab Size: 4
UTF-8
{} Javascript