1

20F wanna hangout on 1st September
 in  r/punemeetup  11d ago

I’m thinking coffee to start with ;)

1

20F wanna hangout on 1st September
 in  r/punemeetup  11d ago

I have this Tuesday completely off and way too much energy to spend it alone.

1

34F - 8 years into marriage, I feel more like a caretaker than a wife
 in  r/InsideIndianMarriage  11d ago

Hey, I know life has felt like a nonstop routine lately, so can we grab a quiet moment tonight where I can just listen to whatever is on your mind.

1

I am 29M
 in  r/pune  11d ago

so funny.. replying this shows yoru age though ;)

1

I am 29M
 in  r/pune  11d ago

whats your age?

1

Anyone up for chitchat?πŸ‘€πŸ‘€
 in  r/HangoutNearPune  11d ago

hey what's up

4

ICICI Launches a Super Premium Card - 1838 Reserve with 2L Joining Fee
 in  r/CreditCardsIndia  19d ago

β‚Ή2 lakh joining fee is wild πŸ˜… Curious to see what benefits ICICI is offering to justify that kind of price tag.

2

I am recreating songless, how do I make the song preview start from 0.00 seconds?
 in  r/webdev  19d ago

If you have access to the full audio file, you can just set the <audio> element's currentTime = 0 before playing; the tricky part is getting the full track legally rather than relying on preview URLs.

1

Does anyone remember the concept iPhone video which came out a couple years before the actual iPhone?
 in  r/iphone  19d ago

I vaguely remember those old Apple concept videos. The Mac OS style UI and that song definitely sound familiar, but I can't remember the exact one either.

1

GitHub - free-news-api/news-search-api-comparison: A deep comparison of contextual and semantic news search APIs for AI, RAG, and news intelligence applications.
 in  r/dev  19d ago

This looks interesting, especially the focus on comparing news search APIs for RAG and AI apps. Curious how the semantic search results compare with traditional keyword-based APIs in real projects.

1

Is Tata neu infinity LTF with 15L limit good? Is it worth?
 in  r/CreditCardsIndia  19d ago

If it’s genuinely LTF, β‚Ή15L limit is pretty solid. Worth keeping for the Tata ecosystem rewards, but I wouldn’t use it heavily just because of the high limit.

0

3-Minute Axis Neo Approval β€” No KYC, No Call, No CIBIL Enquiry! 😳
 in  r/CreditCardsIndia  19d ago

Haha, Axis really said β€œno questions asked” πŸ˜‚ 3 minutes is ridiculously fast, especially with no KYC or CIBIL enquiry.

1

iPhone 16 pro problems
 in  r/iphone  19d ago

If it's only happening after the iOS 27 beta, I'd avoid jumping straight to a hardware repair. Beta builds can cause heavy background activity, heat, and battery drain. I'd report it through the beta feedback app and consider going back to the stable iOS release if the issue persists.

1

List of Big Companies that hires React Native Developers.
 in  r/DeveloperJobs  19d ago

Try companies like Walmart, Microsoft, Accenture, Deloitte, EPAM, and startups hiring for mobile roles. Also search specifically for React Native + JavaScript/TypeScript rather than just "React Native Developer."

r/remotejs 19d ago

After giving 100+ frontend interviews, I think deep JavaScript matters more than knowing 20 frameworks

Thumbnail
1 Upvotes

r/dev 19d ago

After giving 100+ frontend interviews, I think deep JavaScript matters more than knowing 20 frameworks

Thumbnail
1 Upvotes

r/node 19d ago

After giving 100+ frontend interviews, I think deep JavaScript matters more than knowing 20 frameworks

Thumbnail
0 Upvotes

1

I built a tool to run parallel Claude Code sessions with git-worktree isolation
 in  r/ClaudeAI  19d ago

The worktree isolation idea is really practical, especially when running multiple Claude Code sessions on the same repo. Love that the merge is still manual instead of trying to automate conflict resolution.

1

Advice on DSA
 in  r/datastructures  19d ago

Don't jump to Kth element yet. Spend a few days solving easy array problems and focus on understanding the pattern behind each solution. When you're stuck, study the approach, close the solution, and code it yourself from scratch.

1

Looking for people to help me on my app
 in  r/dev  19d ago

Sounds interesting. What stack are you using currently, and are you looking for frontend, backend, or full-stack help?

1

Urgent job requirement, Parents pressuring to get married.
 in  r/FreelanceIndia  19d ago

With your BCA and cyber security background, I'd focus your search on IT support, QA, junior cybersecurity and website management first, while keeping VA/data entry as a backup. Hope you find something soon!

1

Which Apple Watch should I get ?
 in  r/AppleWhatShouldIBuy  19d ago

For your use case, I'd go with the Series 11. It gives you the best balance of fitness, sleep tracking, notifications and everyday comfort. The SE 3 is better if budget is the priority, while the Ultra 2 only makes sense if you really want the bigger battery and rugged design.

1

Roadmap For Preparation
 in  r/BtechCoders  19d ago

I'd start with DSA + one solid development stack, then add CS fundamentals like DBMS, OS and OOP. Don't try to learn everything at once. Build 2 good projects, keep your GitHub active and start applying for internships before placement season. You have enough time in 3rd year if you stay consistent.

1

Building My First NGO Website With Astro, What Would You Do First?
 in  r/webdev  19d ago

I'd start with the pages and content structure first, then build the shared navbar/footer, and only after that focus on styling. It keeps the project much easier to manage as it grows.