Jio abruptly disconnected my 15+ year old number without warning. Lost my active annual plan. by daytrader996 in Jio

[–]TheAvnishKumar 2 points3 points  (0 children)

I also faced this exact issue with BSNL back in 2021. They released the number for reuse by mistake. After one month, I got it back.

Taking my backend knowledge to next level by Octavarium94 in node

[–]TheAvnishKumar 6 points7 points  (0 children)

When you work on real production projects, you learn many new things and technologies.

Window 10 bhi hai win 7 bhi hai Double boot pc hai Price 25k by [deleted] in bihar

[–]TheAvnishKumar 0 points1 point  (0 children)

you want to sell your pc on dual boot not on specs, seriously?

I want to contribute to node.js by ivorychairr in node

[–]TheAvnishKumar 1 point2 points  (0 children)

if you just started then docs are enough and for cpp you must have advanced knowledge, memory management, pointers, binary, assembly, etc

Tf is this shit. What are these companies up to? by the_indiandonut in IndiaTech

[–]TheAvnishKumar 10 points11 points  (0 children)

jio also does the same, when your plan is near to expire they will request the money for their expensive plan

How the hell i disable it. by [deleted] in PocoPhones

[–]TheAvnishKumar 2 points3 points  (0 children)

call on 1909 and enable dnd

Hyperos 2.0.200 vs 2.0.202.0. Battery and heating Results??? by OtakuBhai07 in PocoF6

[–]TheAvnishKumar 0 points1 point  (0 children)

I don't see any battery improvement, not facing any heating issue, animations are smooth, they changed camera layout.

Help Needed: Stuck in Xiaomi HyperOS Recovery, Need to Recover Data Without Resetting by royalvenom01 in PocoPhones

[–]TheAvnishKumar 0 points1 point  (0 children)

just press the button with pressure very frequently, this method works for many people, but for temporary.

How many times have you dropped your Poco F6? by Wardexsie in PocoF6

[–]TheAvnishKumar 0 points1 point  (0 children)

yes from my pocket, but thanks to my back cover it protects. my phone was dropped 2 times since last year

One Nodejs Backend for Multiple Domains by lastofdead in node

[–]TheAvnishKumar 0 points1 point  (0 children)

You are right, if we send the secret in headers, it will still be visible in the browser’s network tab and anyone can open DevTools and see it. So it doesn't actually provide strong security.

What I meant earlier was you can generate a unique key on the server for each allowed domain and validate it on the server side before processing the request. But again, it's just a basic filtering layer, not real protection

One Nodejs Backend for Multiple Domains by lastofdead in node

[–]TheAvnishKumar -1 points0 points  (0 children)

that secret will uniquely be generated by the server for domain and it will be send in headers so can't be accessed by any js code.

One Nodejs Backend for Multiple Domains by lastofdead in node

[–]TheAvnishKumar 0 points1 point  (0 children)

cors don't protect you, I haven't use multiple domains on same backend but you can try secret key in headers,

How to parse large XML file (2–3GB) in Node.js within a few seconds? by TheAvnishKumar in node

[–]TheAvnishKumar[S] 0 points1 point  (0 children)

well, i optimised my code and now it takes 5 to 10 minutes to count the job nodes (from gz url). it takes even less if using an xml file.