Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1019 Bytes

File metadata and controls

29 lines (15 loc) · 1019 Bytes

Simple Job Tracker

A simple tool for tracking job applications.

Tech stack

TanStack DB

Used TanStack DB and TanStack Query to sync data locally with the remote database. Allows implementing Optimistic UI very easily.

Supabase

Supabase creates a full REST API for querying your tables. It has a CLI tool to generate types from your database schemas. It also offers authentication mechanisms that are easy to implement and make it secure.

Tailwind CSS

Pairs very well with LLMs and it's very fast. Implementing dark mode is easy. It comes with some external tooling like the Prettier plugin and the IDE extension, which makes the DX is really good.

React

99% of my experience and a frontend engineer is with React and I really enjoy it.

Vite

Modern bundling tooling. Great DX, everything feels super fast and snappy.

TypeScript

It adds a type safety layer on top of JavaScript with great IDE integration. Allows better autocomplete suggestions and it pairs very well with LLMs.