Started my morning with GATE Aptitude
Today's numerical aptitude felt more like Maths than Aptitude
Key learnings:
• Probability of most likely success → Binomial Distribution
• Exponential relationships & inverse trends
• Fixed a silly average calculation mistake: dividing by questions instead of students
Small mistakes, big lessons.
#GATECS #Aptitude #Mathematics
Hey @X algorithm
I'm looking to #connect with people interested in: >SaaS
>Frontend
>Backend
>Fullstack
>Mernstack
>AI/ML
>Data Science
>Technical Writing
>Building in public
If that's youu, Let's grow together 🤝
#Learn #Coding #MERN #AI
@thisis_chandru I am using HTTP-only to protect the JWT from JavaScript of the browser, secure only in production for HTTPS, and sameSite=strict to help prevent CSRF attacks 🙃
Built the auth gateway for Moody Player today.
Signup → Login → Logout — all connected to my Express backend via Axios.
JWT in cookies. bcrypt hashing. Protected routes.
3 weeks ago I didn't know what a middleware was.
btw hows the UI
give some feedback guys 😃
#backend #auth
10+ hours. One topic. Finally done.
Wrapped up Boolean Algebra — one of the highest-weightage areas of Digital Logic for GATE.
Went deep into the properties of AND, OR, NOT, NAND, NOR, XOR & XNOR and how they can be used to simplify Boolean expressions.
Took 10+ hours, but understanding the why behind each property made it worth it.
#GATECS #DigitalLogic #ComputerScience
Deep-dived into NOR gates for GATE.
Covered:
• NOR properties & implementations
• Implementing expressions using NOR
• Why understanding NAND makes NOR easier
• Finding the minimum number of NOR gates needed for an expression
Digital Logic is becoming less scary and more interesting.
#GATECS #DigitalLogic