Minecraft remains one of the best games of all time over a decade on from its release, but spending such a long time in one game could lead to you running out of ideas. We've been there: you've ...
I took Zara sales data from Kaggle, built a data warehouse in PostgreSQL, ran SQL queries for insights, and visualized it all in Tableau. Started with a raw CSV of 252 Zara products (jackets, shoes, ...
├── prisma/ │ ├── schema.prisma # Database schema │ └── seed.ts # Database seeding ├── src/ │ ├── main.ts # Application entry with security │ ├── app.module.ts # Root module │ ├── prisma ...