24 April, 2024
Today, I started to revamp a old weekend project (notes app) called notra.
What do I mean by revamping? Migrating the app from basic MERN app to typescript, Drizzle, Postgres and Nextjs. Following all the good practices, clean code habits and modular MVC structure.
Today, I did the project setup and moved old code to a legacy directory, also it's my first time working with drizzle ORM, and I thought it's the best time to get my hands dirty with it as well.
Also, other than this development thingy, I revised few array leetcode problems, and solved today's POTD.