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 ...
A pet project for my Data Analyst portfolio. I took Zara sales data from Kaggle, built a simple data warehouse in PostgreSQL, ran some SQL queries for insights, and visualized it all in Tableau.
├── prisma/ │ ├── schema.prisma # Database schema │ └── seed.ts # Database seeding ├── src/ │ ├── main.ts # Application entry with security │ ├── app.module.ts # Root module │ ├── prisma ...