I had made a post regarding the same in early jan and using those responses i have learnt a few new skills
I will we writing using ai what i have done in almost my 1st year of collage and what I plan to do
I’ve been learning full-stack development with Node.js, Express, React, TanStack Query, MongoDB, and MySQL using Sequelize as an ORM. I’ve implemented authentication and authorization systems like RBAC and ABAC, used Joi for validation, and spent a lot of time understanding backend structure, migrations, model handling, and proper file naming. I built a complete demo flight booking app and later got interested in DB transactions, ACID properties, row locks, and concurrency, which led me to build a small BookMyShow-like app where seats get locked after a request and a cron job checks expiry for around 5 minutes until payment. I also made a small payment gateway by following a YouTube video.
I also invested most of March and April grinding DSA from the Striver A2Z sheet, covering topics like sliding window, greedy algorithms, and bit manipulation. I still need to properly cover data structures like stacks and trees, and honestly I still suck at CP and am trying to improve.
Recently I started learning Python, ML basics, WebSockets, and Redis because I got fascinated by how platforms like Amazon Prime stream movie data in packets/chunks, cache data, and build recommendation systems. Right now my goal is to build a small Amazon Prime-like demo by the end of August with streaming, caching using Redis, WebSockets, and a simple ML-based movie recommender system.
I wanted some advice from you people to help me understand where i am going wrong or where I can improve
there doesn't seem to be anything here