Reddit Programming – Telegram
Reddit Programming
212 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
PHP developer with 10 years of experience – Should I switch to Java or Python?
https://www.reddit.com/r/programming/comments/1nfna9d/php_developer_with_10_years_of_experience_should/

<!-- SC_OFF -->Hi everyone,
I’ve been working as a PHP developer for around 10 years. Now I feel it’s the right time to switch to another programming language for better career growth and opportunities. I’m confused between Java and Python. Which one would be a better choice in terms of job demand, long-term growth, and learning curve? Considering my background in PHP, which language would be easier to pick up? Any advice or real-world experience would be really helpful. Thanks in advance! <!-- SC_ON --> submitted by /u/Silly_Payment803 (https://www.reddit.com/user/Silly_Payment803)
[link] (https://www.linkedin.com/in/vikas-jain-3712bb74) [comments] (https://www.reddit.com/r/programming/comments/1nfna9d/php_developer_with_10_years_of_experience_should/)
Why You Are Bad At Coding
https://www.reddit.com/r/programming/comments/1nfolpk/why_you_are_bad_at_coding/

<!-- SC_OFF -->Yes you. Well, maybe. How would you know? Does it really matter? Is it just a skill issue? Find out what I think. It is clickbait or is there something of value here? Just watch the video anyway and let YouTube know that I actually exist. <!-- SC_ON --> submitted by /u/stumblingtowards (https://www.reddit.com/user/stumblingtowards)
[link] (https://youtu.be/75dx3831upg) [comments] (https://www.reddit.com/r/programming/comments/1nfolpk/why_you_are_bad_at_coding/)
Be An Agnostic Programmer
https://www.reddit.com/r/programming/comments/1ng1yn4/be_an_agnostic_programmer/

<!-- SC_OFF -->Hey guys! Back with another article on a topic that's been stewing in the back of my mind for a while. Please enjoy! <!-- SC_ON --> submitted by /u/The_Axolot (https://www.reddit.com/user/The_Axolot)
[link] (https://theaxolot.wordpress.com/2025/09/10/be-an-agnostic-programmer/) [comments] (https://www.reddit.com/r/programming/comments/1ng1yn4/be_an_agnostic_programmer/)
Feedbacks & Testing for Platform - Holydreamy
https://www.reddit.com/r/programming/comments/1ng6qbb/feedbacks_testing_for_platform_holydreamy/

<!-- SC_OFF -->Hey everyone 👋 I’m currently working on my app Holydreamy, and before launching it officially on the Google Play Store, I’d love to have contributions from the community. Here’s how you can help: 🔗 [Join as a tester and download the app] https://play.google.com/apps/internaltest/4700629582225365158 📝 Try it out, explore the features, and let me know what you think! 🐞 If you find any bugs or issues, your feedback will be super valuable in making Holydreamy better. I’d be incredibly thankful for your support, suggestions, and bug reports. Together, we can shape Holydreamy into something truly amazing! If this post doesn't belongs to this community, i would be thankful if you told me where i could post it. <!-- SC_ON --> submitted by /u/recallerman (https://www.reddit.com/user/recallerman)
[link] (https://dreamy.peaceonsol.com/) [comments] (https://www.reddit.com/r/programming/comments/1ng6qbb/feedbacks_testing_for_platform_holydreamy/)
TargetJS: a UI framework where time is declarative (no async/await chains)
https://www.reddit.com/r/programming/comments/1ng8xio/targetjs_a_ui_framework_where_time_is_declarative/

<!-- SC_OFF -->I’ve been building a small JavaScript UI framework called TargetJS and would love feedback from this community. It takes a fundamentally different approach to front-end development, especially when dealing with asynchronous operations and complex UI flows. The core idea is that it unifies everything—UI, state, APIs, and animations—into a single concept called "targets." Instead of using async/await or chaining promises and callbacks, the execution flow is determined by two simple postfixes: $ (Reactive): Runs every time the preceding target updates. $$ (Deferred): Runs only after the preceding targets have fully completed all their operations. This means you can write a complex sequence of events, like "add button -> animate it -> when done add another element -> animate that -> when done fetch API -> show user data" and the code reads almost like a step-by-step list, top-to-bottom. The framework handles all the asynchronous "plumbing" for you. I think it works really well for applications with a lot of animation or real-time data fetching such as games, interactive dashboards, or rich single-page apps, where managing state and async operations can become a headache. What do you think of this approach? Have you seen anything similar? Links: GitHub: https://github.com/livetrails/targetjs Website: https://targetjs.io (https://targetjs.io/) <!-- SC_ON --> submitted by /u/Various-Beautiful417 (https://www.reddit.com/user/Various-Beautiful417)
[link] (https://github.com/livetrails/targetjs) [comments] (https://www.reddit.com/r/programming/comments/1ng8xio/targetjs_a_ui_framework_where_time_is_declarative/)
I have tried AI-assisted reviews, let's look at the numbers.
https://www.reddit.com/r/programming/comments/1ngm7fa/i_have_tried_aiassisted_reviews_lets_look_at_the/

<!-- SC_OFF -->Hello there! I am the lead dev of the opensource project Lychee, and due to us being a small team, I had to switch from proper 4-eye to 2-eyes + a pair of ai-eyes. I have been using this tool for a month, so I figured it would be interesting to do an "evaluation" of its comments on my pull requests. TL;DR distribution of the AI comments: 15% were useless 13% were wrong assumptions 21% were nitpicking, 13% were thoughtful, 35% were quality improvements and 3% of those were security/critical findings. PS: post was written in the good old fashioned way. No GPT crap here. ;p Edited with the correct percentages. Thanks to u/asphais (https://www.reddit.com/u/asphais) for double checking my Maths... <!-- SC_ON --> submitted by /u/ildyria (https://www.reddit.com/user/ildyria)
[link] (https://lycheeorg.dev/2025-09-13-code-rabbit/) [comments] (https://www.reddit.com/r/programming/comments/1ngm7fa/i_have_tried_aiassisted_reviews_lets_look_at_the/)