Shipped 𝐆𝐞𝐨𝐄𝐝𝐠𝐞-𝐂𝐃𝐍 — simulates how a CDN picks the nearest edge server using the Haversine formula.
Built with Node.js + Express. Swap coordinates, watch the pick change in real time.
Link : https://t.co/vN90Miwi6l
#cohort#chaicode@Hiteshdotcom@piyushgarg_dev
Milte hain phir aaj class mein. Civil uniform mein aana, aur snacks khud lekar aana ❤️
Thodi baatein, thodi yaadein... saath lekar aakhri manzil tak pahunchenge
This is not a full stop... it's just a comma
Milte hain phir aaj class mein. Civil uniform mein aana, aur snacks khud lekar aana ❤️
Thodi baatein, thodi yaadein... saath lekar aakhri manzil tak pahunchenge
This is not a full stop... it's just a comma
Today’s deep dive: breaking down monolith vs microservices architecture, understanding how JWT actually works, exploring OpenID Connect flows, and getting clear on symmetric vs asymmetric authentication.
@ChaiCodeHQ@piyushgarg_dev@Hiteshdotcom
Subham sir is a GENIUS bcz
Subham Sir just made SQL feel ridiculously simple.
Gained clarity I didn’t even know I was missing.
Always respect teachers who don’t just teach syntax, but make you think in SQL.
@Hiteshdotcom@ChaiCodeHQ
We learnt our lesson, hopefully you got it too.
Even though you are appreciating something but this kind of attention is not common for everyone. Please refrain from tagging other people and companies.
Feel free to tag me or @ChaiCodeHQ , we don’t mind and I still appreciate all of your work.
And chill folks, no need to worry about reputation of “India” for few tweets. It’s a small bubble that we all enjoy here. Again, on behalf of all students, I personally apologise for tagging other companies.
Peace ✌️
Today’s focus:
Authentication with TypeScript, Drizzle, and PostgreSQL
Understanding PostgreSQL fundamentals
Introduction to ORMs (Object Relational Mapping)
Working with Drizzle ORM
Implementing Authentication and Authorization in TypeScript
#ChaiDrizzle#chaicode#chaiaurcode
Day 21 — Finally cracked Authentication 🔐
From hashing passwords to building a complete login flow:
• bcrypt hashing & comparison
• cookies + JWT auth
• protected routes (isLoggedIn)
• Nodemailer for emails
• logout system
#chaicode#WebDev#NodeJS#BuildInPublic
This guy’s a genius bcz he makes complex things feel effortless.
Loved this OOPs in JavaScript refresher by @surajtwt_.
Always learn something valuable from your sessions, Suraj Sir.
@Hiteshdotcom
{T-9 class}
res.send() → Send text / HTML
res.json() → Send JSON data
res.status() → Set HTTP status code
res.sendStatus() → Send status directly
res.redirect() → Redirect to another route
res.type() → Set response content type
Today’s backend class was intense.
Covered key fundamentals used in real projects:
• DTOs for data validation
• Standardized API & error responses
• Express, Joi, and Mongoose
Now understanding real backend structure—much more interesting.