Here are all the stacks I like using.
The language of my choice is Python. I use it to learn AI and Data Analytics and almost exclusively use it for backend development with Django or FastAPI, although I dabble in Express.js every now and then.
Next.js with Typescript & Tailwind CSS is my-go to frontend framework ever since I learnt about its existence.
Postgres is the main database I use, although I have worked with few other relational systems. Check out this react-based browser game I recently built to have a hands-on experience with Supabase.
Additionally, I've been recently using/learning Cassendra to explore more of NoSQL.
Here are cv-like keywords that are part of my stack:
***Kubernetes, Docker, Compose, Redis, MySQL, Flask, Express, Supabase***
Below are few personal projects that I’m actively working on.
I am developing a web app that consumes the Fantasy Premier League API to extract and display player data on a Next.js front end. FastAPI is used to handle API consumption, while Redis optimizes data validation and minimizes database actions. A cron job schedules the API calls, and the app is hosted locally using Kubernetes.
This site is built using Next.js and is hosted on Vercel. I have integrated my Notion database to render dynamic pages I add there.
A react-based browser game where all you have to do is click the button and make sure the timer does not run out. The whole purpose of it is to learn and implement Supabase.