Technology I have been using in my projects. Past and future.
Just a list of tech I have been using and have build expertise with in the past and will in the future.
Typescript
TypeScript is a strongly typed superset of JavaScript that enhances code quality and developer productivity. By adding static types, it catches errors early, improves tooling, and scales seamlessly for large applications while remaining fully compatible with JavaScript.
typescriptlang.org
Supabase
Supabase is an open-source Firebase alternative, offering a suite of tools for building modern apps. It provides a PostgreSQL database, authentication, real-time subscriptions, and storage, all with a simple API and seamless integration. Developer-first and scalable.
supabase.com
Tailwind CSS
Tailwind CSS is a utility-first framework for rapid web development. It provides low-level utility classes to style elements directly in HTML, enabling custom, responsive designs without writing traditional CSS. Highly customizable and efficient.
tailwindcss.com
Vite
Vite is a next-generation build tool for modern web development. It offers blazing-fast performance with native ES modules, instant hot module replacement (HMR), and optimized builds for frameworks like React, Vue, and Svelte. Simple, efficient, and developer-friendly.
vite.dev
Vitest
Vitest is a blazing-fast testing framework built for Vite. It combines simplicity with powerful features like instant watch mode, native ESM support, and seamless integration with Vite's ecosystem. Perfect for modern JavaScript and TypeScript projects.
vitest.dev
Strapi
Strapi is an open-source headless CMS that simplifies content management and API creation. It offers a flexible, customizable backend with a user-friendly admin panel, supporting REST and GraphQL APIs. Ideal for modern, decoupled applications.
strapi.io
shadcn/ui
Shadcn UI is a collection of beautifully designed, accessible, and customizable React components. Built on top of Tailwind CSS and Radix UI, it enables developers to quickly create modern, responsive interfaces with minimal effort.
ui.shadcn.com
React | Nextjs | Vue | Nuxt
React and Vue are popular JavaScript libraries for building dynamic UIs, while Next.js (React) and Nuxt.js (Vue) extend them with server-side rendering, static site generation, and advanced routing. Together, they power modern, scalable web applications.