WebSockets are powerful.
But not every real-time application needs them.
Sometimes SSE or even Long Polling is the better choice.
The best technology is the one that fits the problem.
#webdev#programming
A simple but powerful MongoDB search technique
This creates a text index, allowing users to search across multiple fields efficiently instead of writing complex queries.
Many beginner developers skip database search optimization, but it can make a huge difference in real-world applications.
Did you already know about MongoDB text indexes, or is this new to you?
#MongoDB #NodeJS #BackendDevelopment
If your code needs comments, write good comments. If your code doesn’t need comments, write them where the logic matters. Documentation is a developer’s superpower 🔥
Built my first mobile Sign In page in React Native ✨
Recently started mobile development and slowly getting comfortable with app UI building 🔥
#ReactNative#JavaScript#MobileDev
Just published my first React blog ✌🏻
“How React Virtual DOM Works Under the Hood”
Explained:
• Virtual DOM
• Diffing/Reconciliation
• Render → Diff → Commit
• Why React feels fast
Simple visuals + beginner-friendly explanation 👇
https://t.co/nW9SeUMIwC
@surajtwt_ 🤟🏻
React refresher class done. Learned about Real DOM, Virtual DOM, how React works under the hood, and different types of Hooks. Mainly focused on useState, useEffect, and form handling. From next week, we’ll start React Native.
Thanks to @surajtwt_
Attended my first class of the Mobile Development Cohort
Today we covered introductions, cohort roadmap, rules, and a React refresher with all the basic fundamentals.
Starting something new always feels exciting, but consistency is the real challenge.
@surajtwt_@Hiteshdotcom
Starting my reading journey with Do It Today 📖
Nothing beats the excitement of a new book and that fresh book smell.
Let’s see what I learn from this one.