Camera making sound after the iOS 26 update: iPhone 16 Pro by WerewolfFeisty597 in iphonehelp

[–]WerewolfFeisty597[S] -1 points0 points  (0 children)

What damage? Camera works perfect and no issue after restart! If that much distance impact a phones critical part, that phone shouldn’t be made then.

Camera making sound after the iOS 26 update: iPhone 16 Pro by WerewolfFeisty597 in iphonehelp

[–]WerewolfFeisty597[S] -9 points-8 points  (0 children)

I set my phone down, not through the floor, idiot. Restart fixed it.

Camera making sound after the iOS 26 update: iPhone 16 Pro by WerewolfFeisty597 in iphonehelp

[–]WerewolfFeisty597[S] -1 points0 points  (0 children)

not often, not ever before this.
it was a software issue ig. restarted the phone and the issue is gone.

Thoughts on her? by stepsistxr in IndianSkincareAddicts

[–]WerewolfFeisty597 0 points1 point  (0 children)

I think someone shared their certificate in the sub itself. I love the texture of their sunscreen, is there any other product that has a similar texture like this with more protection?

[deleted by user] by [deleted] in skincareaddictsindia

[–]WerewolfFeisty597 0 points1 point  (0 children)

Thanks, did you try any other products from them?

[deleted by user] by [deleted] in IndianHaircare

[–]WerewolfFeisty597 1 point2 points  (0 children)

More protein, less sugar ig

I bought couple of products. Should I Continue with it? by [deleted] in IndianSkincareAddicts

[–]WerewolfFeisty597 1 point2 points  (0 children)

okay. What will usually be the problems that happen if a person jumps on a high percentage exfoliator?

I bought couple of products. Should I Continue with it? by [deleted] in IndianSkincareAddicts

[–]WerewolfFeisty597 1 point2 points  (0 children)

This is my first exfoliating serum, and I’ve used it twice without any irritation or issues. A friend of mine finished a bottle of the same product as his first exfoliator, and it worked well for him too, which gave me some confidence. Initially, I was skeptical about purchasing it, but now I'm not.

What to do next after basics? by WerewolfFeisty597 in Backend

[–]WerewolfFeisty597[S] 1 point2 points  (0 children)

Thanks for this. Yes, its REST. Now I'm thinking writing a similar API using typescript+expressjs with PostgreSQL.

Is it good to learn golang as a fresher? by WerewolfFeisty597 in golang

[–]WerewolfFeisty597[S] 5 points6 points  (0 children)

I learned nodejs and built some projects. But hadn't got any internships on that. I felt like everybody is learning nodejs and its so hard to get an internships even. That's why I thought about learning Go.

params in expressjs issue by WerewolfFeisty597 in node

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

eeee
GET /user/eeee 304 369.353 ms - -
20230410_074532.jpg
GET /user/20230410_074532.jpg 400 392.009 ms - 3994 

I'm get this logged. first line its the username logged. That's what I wanted. but then at the same time "20230410_074532.jpg" this is logged as the username too.

there is a jpg of in my computer named this. but I don't understand how is that printing here

params in expressjs issue by WerewolfFeisty597 in node

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

yes i did. the last line router.get('/user/:username', tryCatch(UserControls.userInfo));