···11+---
22+updated_at: 10-21-2024
33+draft: false
44+---
55+16import { Icon } from "astro-icon/components";
2738A generalist Software Engineer, specialized in solutions and product engineering, utilizing technologies across the stack and languages like Javascript (Next.js), Python (Django), and GoLang (Cobra). Based in San Bernardino, California USA with 8 months of remote and open source experience.
···3035- Correlated with increased Weekly Active Users (WAU), average time spent, and shares of link to the applicationPizza
31363237### Pizza CLI [<Icon name="tabler:brand-github-filled" class="inline-block" />](https://github.com/open-sauced/pizza-cli)
3333-- Tech Stack: GoLang, Cobra CLI, BubbleTea
3438- Implemented major features for the CODEOWNERS centered CLI program built on Golang, Cobra CLI framework, and the BubbleTea terminal framework
3539- `pizza generate config`: an automatic or interactive terminal command that creates a global available YAML file that keeps track Git attributions
3640- `pizza offboard`: removes Git attributions by YAML configuration and CODEOWNERS files
4141+- Tech Stack: GoLang, Cobra CLI, BubbleTea
37423843### Landing Page & Blog [<Icon name="tabler:brand-github-filled" class="inline-block" />](https://github.com/open-sauced/landing-page)
3939-- Tech Stack: Next.js, React, TailwindCSS, PostHog and more
4044- Implemented and managed the Sanity CMS for viewing on the company blog
4145- Styled with TailwindCSS and Framer Motion based on Figma designs by the Product Manager
4246- Created and updated multiple landing pages for product (the app and Pizza CLI) and various use cases (Teams, Maintainers, Contributors, and Students)
4747+- Tech Stack: Next.js, React, TailwindCSS, PostHog and more
43484449## Full Stack Developer, Buttondown [<Icon name="tabler:external-link" class="inline-block" />](https://buttondown.email)
4550_November 2023 - February 2024_
4646-- Tech Stack: Django, Vue, Next.js, TailwindCSS and more
4751- Implemented features and bug fixes to the email platform, supporting thousands of newsletters
4852- Managed and updated copy and designs on the platform’s marketing website
5353+- Tech Stack: Django, Vue, Next.js, TailwindCSS and more
49545055## Web Developer, SmartWiz [<Icon name="tabler:external-link" class="inline-block" />](https://smartwiz.io)
5156_September 2023 - November 2024_
5252-- Tech Stack: Remix, React, TailwindCSS, Stripe, and more
5357- Refactored existing Stripe integrations and implemented designs from Figma
5858+- Tech Stack: Remix, React, TailwindCSS, Stripe, and more
54595560## Volunteer Web Developer, Progressive Victory [<Icon name="tabler:external-link" class="inline-block" />](https://progressivevictory.win)
5661_August 2022 - November 2022_
5757-- Tech Stack: React, Next.js, Airtable, Storybook, Vercel and more
5862- Led the frontend development of the initial organization website, implementing designs in coordination with organizers and backend engineers
5963- Implemented Airtable as a CMS to display information about volunteer efforts and political candidates’ campaigns throughout the United States
6464+- Tech Stack: React, Next.js, Airtable, Storybook, Vercel and more
60656166# Public Speaking and Community Participation
6267## Web Dev Challenge: Build a multiplayer web app using PartyKit
+26-13
src/pages/index.astro
···33---
4455<SiteLayout title="zeu.dev">
66- <main class="flex flex-col gap-4 px-4 py-8 text-white text-lg">
66+ <main class="flex flex-col gap-8 px-4 py-8 text-white text-lg">
77 <pre aria-label="zeu in ASCII NV Script" class="text-yellow-500">
8899···212122222323 </pre>
2424- <h1 class="text-5xl font-bold text-yellow-500">hey hi hello!</h1>
2525- <h2 class="text-yellow-500 font-medium text-2xl">welcome to my site!</h2>
2424+ <div class="flex flex-col gap-4">
2525+ <h1 class="text-5xl font-bold text-yellow-500">hey hi hello!</h1>
2626+ <h2 class="text-yellow-500 font-medium text-2xl">welcome to my site!</h2>
26272727- <p>
2828- I have plenty of ideas and projects I want to talk to you guys about
2929- and so I made this site to showcase all I've been doing.
3030- </p>
2828+ <p>
2929+ I have plenty of ideas and projects I want to talk to you guys about
3030+ and so I made this site to showcase all I've been doing.
3131+ </p>
3232+3333+ <p>
3434+ updates and showcases will be hosted here, alongside my own thoughts.
3535+ </p>
3636+3737+3838+ <p class="text-yellow-500">- @zeu_dev</p>
3939+ </div>
31403232- <p>
3333- updates and showcases will be hosted here, alongside my own thoughts
3434- with papers and micro-blogs.
3535- </p>
3636-4141+ <section class="flex flex-col lg:flex-row gap-8 my-8">
4242+ <a href="/open-source" class="border-2 rounded-lg w-fit p-4">
4343+ <h3 class="text-xl text-yellow-500 font-bold">Open Source</h3>
4444+ <p>Explorations, packages, and sites</p>
4545+ </a>
37463838- <p class="text-yellow-500">- @zeu_dev</p>
4747+ <a href="/resume" class="border-2 rounded-lg w-fit p-4">
4848+ <h3 class="text-xl text-yellow-500 font-bold">Resume</h3>
4949+ <p>Notable professional works</p>
5050+ </a>
5151+ </section>
3952 </main>
4053</SiteLayout>