Solving problems with code

Joined January 2024
175 Photos and videos
Pinned Tweet
Launching TrackMyCourse 🚀 Ever started a YouTube playlist... and never finished it? I did too. So I built TrackMyCourse – a free Chrome extension to track playlist progress with checkmarks & percentage. Learn smarter, not scattered → chromewebstore.google.com/de…
7
1
24
2,598
Networking is a rabbit hole. I started to learn about localhost and after 2 hours I found myself reading about the 4 way handshake happens when my laptop connects to my mobile's hotspot. It's crazy that we know almost nothing about things we use daily.
1
17
pushed a new update on TrackMyCourse. - now each video of tracked playlists have a "Watched" button, next to Like/Dislike button. - everything is updated live. no stale ui, even on multiple tabs/windows.
1
12
341
today's class was the most overwhelming till now. @piyushgarg_dev sir explains: - monorepo - REST architecture being loosely coupled - gRPC and tRPC got to learn how monorepo is scalable and tRPC actually makes it hard to make obvious mistakes. @Hiteshdotcom @nirudhuuu
1
17
665
Today, @Hiteshdotcom sir covered AbortController in class. I had actually come across it earlier while trying to stop my own function execution midway (not just fetch) If you want to see a practical usecase, check out my repo: inapp.app/alokcodes/4wrfyi @piyushgarg_dev @nirudhuuu

1
3
65
in my project, a single click trigger function that takes a few seconds to complete, like starting a course, waiting for a dom element, etc. so, if the user navigates to another page, i don't want to still process it and save unintended data to storage.
1
39
that's why, almost every function in my project takes that "signal" to check if it is aborted before doing any heavy task. If you have any questions, feel free to discuss.
120
This time, going all in React in upcoming weeks. Already learnt the basics. Learning from the best @Hiteshdotcom @piyushgarg_dev @nirudhuuu @ChaiCodeHQ
20
140
Alok Yadav retweeted
one of the coolest things I have used in javascript is the AbortController.
1
3
76
even google knows 😄
track-my-course hits 50 stars on GitHub ⭐ something i built for myself is now used by thousands. thanks everyone for the support. having @the2ndfloorguy in the list, special one for me ♥️
6
100
Alok Yadav retweeted
Amazing work ✨
1
1
2
261
i built my own OAuth/OpenID Connect server from scratch. try it: alok-auth.vercel.app it handles the full Authorization Code flow with PKCE, consent, ID tokens, access tokens, refresh tokens. see all features 🧵 thanks to @piyushgarg_dev for sparking the curiosity. ♥️
5
23
545
7. User account: users get an account page where they can view profile details, upload a profile image, see authorized apps, and revoke access.
1
94
Special thanks to @piyushgarg_dev and @Hiteshdotcom sir. Earlier i was struggling to use these OAuth providers and now building my own, understanding the whole flow. Grateful for the guidance and @ChaiCodeHQ community. @nirudhuuu @yntpdotme @BlazeisCoding @aryankumar877
2
98