Vishal naidu retweetledi
Vishal naidu
303 posts

Vishal naidu
@Vishaldev_
MUJ'28 | Frontend dev | Building skills, projects & momentum #CodeHustle #100DaysOfCode
Katılım Mart 2025
243 Takip Edilen151 Takipçiler

Ever save something with 'I’ll come back to this later' and never do? Bookmarks pile up, tabs vanish, and content gets lost. I built MEMORA, a Second Brain Content Saver App, to save links and retrieve them when needed.
@sheryians_
Features I implemented in this👇🏼
English

@mannatgupta146 Thank you mannat. That song has a different vibe😂
English

@Vishaldev_ Interesting work Vishal. The demo explains it clearly. The song choice is really good too 😂😂 Keep posting.
English
Vishal naidu retweetledi

npm supply chain attacks are a real reminder:
Developers shouldn’t blindly trust everything from the internet.
What NOT to do
- Don’t blindly run `npm install`
- Don’t copy install commands from random blogs
- Don’t commit API keys (.env leaks happen fast)
What to do instead
- Check package downloads, maintainer & last update
- Install safely when needed: `npm install --ignore-scripts`
- Run `npm audit` before deploying
- Verify and Lock dependencies using `package-lock.json`
Security isn’t advanced.
It’s discipline.
English

Day 17/21
Today combined machine learning and frontend work. I studied DBSCAN to understand cluster formation and parameter effects. I explored useRouter, async handling, and dynamic routes. Also implemented protected routes, boosting security and user experience.
@sheryians_
English

@Vishaldev_ AI gets you unstuck fast but docs give you the mental model that stops you getting stuck in the same place twice
English

Day 15/21
Today I implemented Redis and explored why it's so fast.
→ In-memory storage (RAM)
→ Super fast read/write
→ Used for caching & auth
@sheryians_
Also worked more with Supabase Storage 👇



English

Day 14/21
Today I focused on some important backend concepts:
- Token blacklisting → invalidate JWTs after logout for better security
- Throughput → how many requests a DB can handle per second
- Redis → fast in-memory store used for caching & token checks
@sheryians_


English

Day 12/21 of building in public
Today I learned how developers actually work.
Concept: Blackbox Programming
→ Focus on what a tool does
→ Use it effectively
→ Don’t get stuck on internals
This mindset helps build faster
@sheryians_
@ankurdotio
@sarthacksharma
English










