Reddit Programming
211 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
Did tech interviews get more difficult thanks to AI?
https://www.reddit.com/r/programming/comments/1kkxbbe/did_tech_interviews_get_more_difficult_thanks_to/

<!-- SC_OFF -->Hi everyone! I’m a Software Engineer with over 5 years of experience working as a Full Stack developer. Unfortunately, the startup I was working at is going through a financial crisis, and they laid off almost the entire engineering team, except for the founding engineers. This month, I’ve been going through several interviews, but there’s a consistent roadblock: the Live Coding stage. I’ll be honest, it’s been a few years since I regularly practiced complex algorithms. The reality is, our day-to-day jobs don’t usually involve inverting binary trees. But man, I swear interviews have gotten waaaay harder. It feels like I have to jump back on the LeetCode grind just to land an average job. Has anyone else experienced this? I feel like this trend got worse as more people started heavily relying on AI. I miss the days when companies asked you to complete a take-home project that emphasized system design, architecture, and good practices, rather than putting you through a one-hour gauntlet of DP problems. And sure, I get it, these tests evaluate how you think and how well you communicate your thought process. But let’s be real, I’m pretty sure they’re expecting a perfect score. <!-- SC_ON --> submitted by /u/IlChampo (https://www.reddit.com/user/IlChampo)
[link] (https://www.rsaconference.com/library/blog/the-dark-side-of-ai-dependency-risks-in-software-development) [comments] (https://www.reddit.com/r/programming/comments/1kkxbbe/did_tech_interviews_get_more_difficult_thanks_to/)
I Switched from Vercel to Cloudflare for Next.js
https://www.reddit.com/r/programming/comments/1kky0p5/i_switched_from_vercel_to_cloudflare_for_nextjs/

<!-- SC_OFF -->Not sure if sharing a blog aligns with the sub's guidelines, but I wanted to share my experience of hosting a Next.js app on Cloudflare Workers. I just wrote a guide on deploying it using OpenNext, it's fast, serverless, and way more affordable. Inside the post: Build and deploy with OpenNext Avoid vendor lock-in Use Cloudflare R2 for static assets Save on hosting without sacrificing features Give it a try if you're looking for a Vercel alternative Whether you're scaling a side project or a full product, this setup gives you control, speed, and savings. <!-- SC_ON --> submitted by /u/prateekjaindev (https://www.reddit.com/user/prateekjaindev)
[link] (https://blog.prateekjain.dev/i-switched-from-vercel-to-cloudflare-for-next-js-e2f5861c859f) [comments] (https://www.reddit.com/r/programming/comments/1kky0p5/i_switched_from_vercel_to_cloudflare_for_nextjs/)
Redis Is Open Source Again. But Is It Too Late?
https://www.reddit.com/r/programming/comments/1kl0wkn/redis_is_open_source_again_but_is_it_too_late/

<!-- SC_OFF -->Redis 8 is now licensed under AGPLv3 and officially open source again.
I wrote about how this shift might not be enough to win back the community that’s already moved to Valkey. Would you switch back? Or has that ship sailed? <!-- SC_ON --> submitted by /u/abhimanyu_saharan (https://www.reddit.com/user/abhimanyu_saharan)
[link] (https://blog.abhimanyu-saharan.com/posts/redis-is-open-source-again-but-is-it-too-late) [comments] (https://www.reddit.com/r/programming/comments/1kl0wkn/redis_is_open_source_again_but_is_it_too_late/)
iOS app - Accelerate framework
https://www.reddit.com/r/programming/comments/1klfq8i/ios_app_accelerate_framework/

<!-- SC_OFF -->I created an iOS app showing an interactive visualization of mathematical curve interpolation using the Accelerate framework. Users can view, manipulate, and analyze curves using different interpolation algorithms, calculate the area under specified regions, and interact with a dynamic coordinate system. <!-- SC_ON --> submitted by /u/Small_Trifle_2309 (https://www.reddit.com/user/Small_Trifle_2309)
[link] (https://github.com/Adco30/Interpolation/blob/master/README.md) [comments] (https://www.reddit.com/r/programming/comments/1klfq8i/ios_app_accelerate_framework/)