Development Specs by Service, and Some Ramblings

Development Specs by Service, and Some Ramblings

March 13, 2025·
DevCat

TL;DR

As a frontend developer who had been using Vue.js for about 5 years, I naturally used Vue.js for the first two projects.

However, with the thought of “What does the framework matter when Cursor writes most of the small logic?” + “Let’s try React now”, I started using React from the third project (Dustmoa).
The fourth project, Duit, uses React Native.

Actually, the difference between React and React Native feels much bigger than between Vue.js and React😅

After years of developing with the same specs at work, I realized that ✨new things✨ are really fun.
The joy of seeing the screen work properly when following a tutorial is still there haha


Development Specs

Linkmoa

  • Framework/Language: Vue.js, TypeScript
  • UI: PrimeVue, TailwindCSS
  • State Management: Pinia
  • Authentication: Firebase Authentication
  • Database: Firebase Firestore
  • CI/CD: Vite, Vercel

Calcmoa

  • Framework/Language: Vue.js, TypeScript
  • UI: PrimeVue
  • CI/CD: Vercel

Dustmoa

  • Framework/Language: React, TypeScript
  • Backend: Public API, Kakao API

Duit

  • Framework/Language: React Native, Expo, TypeScript
  • UI: Gluestack UI
  • Authentication: Supabase (email / apple / google)
  • Database: Postgres