About meBlog

My tech stack

A list of technologies I use to build full-stack, web applications.

🖼️ Front-end stack

Core Tech

React v19

A JavaScript library for building user interfaces

Tailwindcss v4

Latest and greates tailwindcss version

Styled Components

Amazing librarie to easily create styled components in React

UI libraries for design engineering and UI development

  • Mantine: My go to library when I have to build an admin dashboard or internal tool
  • shadcn/ui: One of my favorite copy-paste, UI library I use as a reference
  • origin/ui: One of my favorite copy-paste, use it as reference for inputs and buttons
  • stackzero/commerce-ui: Collection of usefull UI elements for building e-commerce apps - SPOILER ALERT - I am the author of this library, so I am a bit biased here.

⚙️ Back-end stack

Core Tech

Nodejs

My go-to solution for running JS everywhere I need it

GraphQL

A query language for data, all from one single endpoint.

Libraries / Tools for building APIs

  • Apollo Server: A production-ready, caching GraphQL server that can be used with any GraphQL schema.
  • Prisma: A modern database toolkit that makes it easy to work with databases in Node.js and TypeScript.
  • TypeGraphQL: A framework for building GraphQL APIs with TypeScript, using classes and decorators.

mantine

My go to library when I have to build an admin dashboard or internal tool

shadcn/ui

One of my favorite copy-paste, UI library I use as a reference

origin/ui

One of my favorite copy-paste, use it as reference for inputs and buttons

stackzero/commerce-ui

Collection of usefull UI elements for building e-commerce apps