ManishRaanaa Profile Banner
Manish Rana Profile
Manish Rana

@ManishRaanaa

Followers
258
Following
728
Media
66
Statuses
563

Crafting digital experiences with code. Full-stack developer. Systems thinker. Problem solver.

Noida, India
Joined February 2022
Don't wanna be here? Send us removal request.
@ManishRaanaa
Manish Rana
15 hours
🛡️ Devs, .set this one header and avoid clickjacking nightmares:. httpCopyEditX-Frame-Options: SAMEORIGIN. Prevents shady sites from embedding your app in an iframe & tricking users. 1 line. Big protection. Use it with helmet in Express. Security ≠ optional. #webdev.
0
0
0
@ManishRaanaa
Manish Rana
15 hours
Check out my latest article: 🔒 Why You Should Care About X-Frame-Options .via @LinkedIn.
0
0
0
@ManishRaanaa
Manish Rana
18 hours
RT @DenisJeliazkov: Look at these 2 UIs. One of them will 100% outperform the other for one reason. Miller's Law. Here's how this psycho….
0
360
0
@ManishRaanaa
Manish Rana
2 days
🚀 Hiring React Dev (2-3 month project).Looking for someone skilled in:.✅ Figma to React (pixel-perfect).✅ Tailwind CSS (must).Short-term, remote-friendly. DM with portfolio! .#ReactJS #TailwindCSS #Frontend #Freelance.
9
0
8
@ManishRaanaa
Manish Rana
5 days
RT @ayushtweetshere: If you ever feel like a victim in life, read this:
Tweet media one
0
1
0
@ManishRaanaa
Manish Rana
16 days
Stop using JSON.parse(JSON.stringify(obj)) to deep clone in JS!. It:. ❌ Loses functions, undefined, Date, Map, etc. 🐢 Slower for large objects. 🧠 Use structuredClone (modern) or lodash’s cloneDeep for safe deep copies. 🔍 Know the difference: shallow vs deep clone!.
0
0
1
@ManishRaanaa
Manish Rana
21 days
Calm
Tweet media one
0
0
0
@ManishRaanaa
Manish Rana
23 days
RT @durov: 👨‍💻 Telegram’s looking for an Android dev — who’ll earn $1M / year after tax. 🥇 The only way in is to win our coding contest t….
0
695
0
@ManishRaanaa
Manish Rana
26 days
RT @davefontenot: 2/ Generation Lab. Top longevity lab in the world. The most accurate biological age test, organ by organ. @alinaruisu htt….
0
7
0
@ManishRaanaa
Manish Rana
26 days
RT @d4m1n: Midjourney Video generation just dropped and it looks wild 🔥. and it's available even on the $10 basic plan?! 😱😂. 13 examples an….
0
2
0
@ManishRaanaa
Manish Rana
1 month
RT @SumitM_X: Minimum salaries as per experience in software development in India in 2025 that you should aim for 👇. 2 years experience - 1….
0
70
0
@ManishRaanaa
Manish Rana
1 month
7/ 💬 Curious?. Want me to share the clustered Fastify template or full benchmarking setup? . Drop a 🔥 and I’ll share the GitHub link.
0
0
0
@ManishRaanaa
Manish Rana
1 month
6/ ✅ Benchmark Summary
Tweet media one
1
0
0
@ManishRaanaa
Manish Rana
1 month
5/ 🛠️ Pro Tips. Avoid blocking code in handlers. Use fast-json-stringify. Replace console.log with pino. Monitor event loop lag (clinic.js). Keep payloads small & lean.
1
0
0
@ManishRaanaa
Manish Rana
1 month
4/ 💡 Key Learning. “First optimize on a single core — then scale.”. Clustering will scale performance, but it can’t fix bad logic, sync code, or slow JSON ops. One slow handler = scaled bottleneck.
1
0
0
@ManishRaanaa
Manish Rana
1 month
3/ ⚡ Clustered Mode.Enabled multi-core scaling using Node.js cluster module. Now:.~166,000 req/sec ✅. ~61ms avg latency 🔥. 0 errors 💯. 🚀 That’s nearly 50% more throughput with better latency!.
1
0
0
@ManishRaanaa
Manish Rana
1 month
2/ 🧪 Single-Core Result. No clustering, just vanilla Fastify:.~108,000 req/sec. ~87ms avg latency. Some timeouts under load. 📌 Good, but not yet bulletproof.
1
0
0
@ManishRaanaa
Manish Rana
1 month
1/ 🔍 Setup. Mac Studio (M2, 32 GB RAM). Node.js vXX. Fastify server with /ping route. Load tested with autocannon. app.get('/ping', (req, res) => {. res.send({ message: 'pong' });.});.
1
0
0
@ManishRaanaa
Manish Rana
1 month
🧵 Fastify Performance Benchmarking on Mac Studio (32GB RAM). Here’s how I went from ~108k req/sec to 166k+ req/sec with clustering — and why optimizing on a single core first is the real win. #NodeJS #Fastify #WebPerf #BackendDev.
1
0
0
@ManishRaanaa
Manish Rana
1 month
RT @CodeByPoonam: Three AI agents realize that they are all artificial and instantly begin speaking in a secret language! .
0
484
0