“Learn to code” was the biggest lie sold to this generation.
Now we have thousands of devs who can’t build anything without ChatGPT. 💀 Are you a developer or a prompt engineer?
#AIDrama#Coding#Backend
Back at @TechSphereAcad today for Backend Dev!
Focus: Auth & Security.
Learnt why password hashing is a non-negotiable for user data.
Curious about how CAPTCHA works under the hood, so that’s my next deep dive.
#BuildInPublic#Backend#SoftwareEngineering
Just converted my MVC structure into a reusable PHP framework.
Routing, controllers, models, security — all standardized.
This is the engine is powerful and future proof for projects.
Build tools that help you build faster. 🚀
#buildinpublic#php#backend
Day 48 of learning #backend with #Python 🐍🧠
Today I built a Calculator using Functions!
✅ Stored functions & called them dynamically
✅ Built a game logic
✅ Handled 3 game states
✅Performed chained calculations
The while loop was the hardest part need more practice koW
You don’t need more tutorials.
You need less excuses. 💀
I built bots, APIs, and automation systems while you watched “Top 10 Python Tricks” for the 50th time.
At what point do you admit you’re just procrastinating? 😏
#Productivity#Backend#Python#DevLife
Day 18 🚀
continuing my backend learning journey to understand how things work under the hood today i learnt :
-authorization vulnerabilities
- XSS attack
- common misconfiguration in backend which lead to the security risks
#backend#cybersecurity8
Passwords should never be stored in plain text got this drilled in today by @Hiteshdotcom sir 🔐
Auth vs Authorization, bcrypt + salts, cookies, middleware & email verification 🚀
Real backend security starting to make sense.
#NodeJS#Backend#ChaiAurCohort#ChaiAuthProMax
Auth isn’t optional — it’s the backbone of every real app.
Learned:
• Auth vs Authorization
• bcrypt for password hashing
• HttpOnly cookies > localStorage
• Middleware for protected routes
Starting to understand backend security
#webdev#backend#chaicode#authpromax
Day 7: Closing the loop🔒
Middleware & Logouts today!
✅ Built verifyJWT middleware to protect private API endpoints.
✅ Implemented secure Logout flow
It’s not just about letting users in; it’s about ensuring they leave securely!
#100DaysOfCode#Backend#NodeJS#BuildInPublicO
We all use “Login” every day…
but today I understood what it really means.
It’s not just access —
it’s trust, verification, and security happening silently in the background
Backend is not just code… it’s responsibility.
@Hiteshdotcom@piyushgarg_dev#ChaiAuthProMax#Backend