Mis Proyectos

Race Director WebsiteRace Director Websiterace-director.png Motorsport themed web application where the community can read, write, and share articles with other users with similar interests. Deployed via an automated CI/CD pipeline using Github and Vercel. Tech Stack * Typescript * React * Firebase * Github * Tailwind CSS * nextjs * Vercel

race-director.png

Motorsport themed web application where the community can read, write, and share articles with other users with similar interests. Deployed via an automated CI/CD pipeline using Github and Vercel.

Tech Stack

  • Typescript
  • React
  • Firebase
  • Github
  • Tailwind CSS
  • nextjsNext.jsNextJS is a web framework that allows us to build a website (both front and backend) using React to build our User Interface. See this talk by Theo at NextConf.
  • Vercel

Vigiles Analytica WebsiteVigiles Analytica Websitevigiles.png Redesigned and rebuilt an existing website from a threat analysis security company. Set up a CI/CD pipeline that automatically deploys previews for reviewing new content before it goes live. Once approved, the updates are deployed automatically to the production website. Stack * nextjs * React * Typescript * Tailwind CSS * Netlify * Netlify CMS * Github

vigiles.png

Redesigned and rebuilt an existing website from a threat analysis security company. Set up a CI/CD pipeline that automatically deploys previews for reviewing new content before it goes live. Once approved, the updates are deployed automatically to the production website.

Stack

  • nextjsNext.jsNextJS is a web framework that allows us to build a website (both front and backend) using React to build our User Interface. See this talk by Theo at NextConf.
  • React
  • Typescript
  • Tailwind CSS
  • Netlify
  • Netlify CMS
  • Github

Iliana Hegewisch WebsiteIliana Hegewisch Websiteiliana-hegewisch.png Designed and built a website for Iliana Hegewisch, a coach that helps clients reach their future professional goals and strengthen personal relationships. Deployed via an automated CI/CD pipeline using Github and Netlify every time content is updated. Stack * Vite * React * Typescript * Tailwind CSS * Netlify * Netlify CMS * Github Related * I wrote this blog post on vite's speed while refactoring this website

iliana-hegewisch.png

Designed and built a website for Iliana Hegewisch, a coach that helps clients reach their future professional goals and strengthen personal relationships. Deployed via an automated CI/CD pipeline using Github and Netlify every time content is updated.

Stack

  • Vite
  • React
  • Typescript
  • Tailwind CSS
  • Netlify
  • Netlify CMS
  • Github

Related

  • I wrote this blog post on vite's speedHow I 2x my website's deployments migrating to ViteI started this site nearly 2 years ago using Create React App when I didn't know any better. Yesterday I migrated to Vite and was amazed by the performance and DX gains without putting in that much work. About 2 years ago, I started making some freelance/webdev work and one of my first websites was a simple landing page for a client. At the time, I decided that Create React App was the best tool for the job. I was just getting comfortable with React so it seemed like the obvious choice. Howe while refactoring this website