Reddit Programming – Telegram
Reddit Programming
211 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
Microservices should form a polytree
https://www.reddit.com/r/programming/comments/1ph6gus/microservices_should_form_a_polytree/

<!-- SC_OFF -->Hi, this is my company blog. Hope you like this week's post. <!-- SC_ON --> submitted by /u/mapehe808 (https://www.reddit.com/user/mapehe808)
[link] (https://bytesauna.com/post/microservices) [comments] (https://www.reddit.com/r/programming/comments/1ph6gus/microservices_should_form_a_polytree/)
Is vibe coding actually insecure? New CMU paper benchmarks vulnerabilities in agent-generated code
https://www.reddit.com/r/programming/comments/1phf2f9/is_vibe_coding_actually_insecure_new_cmu_paper/

<!-- SC_OFF -->BREAKING: CMU researchers found that “vibe coding” is insecure.
Developers are shocked.
The rest of us are shocked that anyone thought vibes counted as a security protocol. Paper: “Is Vibe Coding Safe? Benchmarking Vulnerability of Agent-Generated Code in Real-World Tasks” <!-- SC_ON --> submitted by /u/LateInstance8652 (https://www.reddit.com/user/LateInstance8652)
[link] (http://arxiv.org/abs/2512.03262) [comments] (https://www.reddit.com/r/programming/comments/1phf2f9/is_vibe_coding_actually_insecure_new_cmu_paper/)
Java Swing Library System | (Part 3) User Management Module – Login System Connected to MySQL
https://www.reddit.com/r/programming/comments/1phk4os/java_swing_library_system_part_3_user_management/

<!-- SC_OFF -->📌 Part 26 — Java Swing Library System | User Management Module (Part 3)
I just uploaded a new tutorial where I build a complete Login System in Java Swing, fully connected to MySQL.
If you’re learning Java desktop development or building real-world projects, this session will really help you. 🔥 What’s inside the video: Designing a professional Login Form in Java Swing Connecting Java Swing to MySQL User authentication with username & password Clean, reusable code patterns Part of a full User Management Module This tutorial is part of my ongoing Library Management System series built completely from scratch. <!-- SC_ON --> submitted by /u/Substantial-Log-9305 (https://www.reddit.com/user/Substantial-Log-9305)
[link] (https://www.youtube.com/watch?v=IP4lI8Ks3_Q) [comments] (https://www.reddit.com/r/programming/comments/1phk4os/java_swing_library_system_part_3_user_management/)
StackOverflow Programming Challenge #14 - Signal from Noise
https://www.reddit.com/r/programming/comments/1phzkhg/stackoverflow_programming_challenge_14_signal/

<!-- SC_OFF -->Hello r/programming (https://www.reddit.com/r/programming)! StackOverflow recently started hosting monthly(-ish) programming challenges, in the same vein as Advent of Code. If you want to participate, go onto stackoverflow.com and/or the linked /r/StackOverflow (https://www.reddit.com/r/StackOverflow) post, and submit your answer! <!-- SC_ON --> submitted by /u/davidalayachew (https://www.reddit.com/user/davidalayachew)
[link] (https://www.reddit.com/r/stackoverflow/comments/1pgy7gt/stackoverflow_programming_challenge_14_signal/) [comments] (https://www.reddit.com/r/programming/comments/1phzkhg/stackoverflow_programming_challenge_14_signal/)
Professional Student ID Card in Java Swing | With Image, Signature & Print Feature
https://www.reddit.com/r/programming/comments/1phzlv3/professional_student_id_card_in_java_swing_with/

<!-- SC_OFF -->Hey everyone!
I just uploaded a new tutorial where I show how to create a complete Student ID Card system in Java Swing — including: 🖼️ Student Photo Upload
✍️ Digital Signature Support
🖨️ Print / Save ID Card Feature
📌 Clean and professional UI
💡 Perfect for real-world Java Swing projects 👉 Watch the full tutorial here: (Professional Student ID Card in Java Swing | With Image, Signature & Print Feature - YouTube (https://www.youtube.com/watch?v=8snkc-bxJc0&t=28s)) 📺 Check Out My YouTube Channel I upload Java Swing, Java projects, and full desktop application tutorials.
🔗 YouTube Channel: (Kawsar Technologies - YouTube (https://www.youtube.com/@kawsartechnologies981)) <!-- SC_ON --> submitted by /u/Substantial-Log-9305 (https://www.reddit.com/user/Substantial-Log-9305)
[link] (https://www.youtube.com/watch?v=8snkc-bxJc0&t=28s) [comments] (https://www.reddit.com/r/programming/comments/1phzlv3/professional_student_id_card_in_java_swing_with/)
How do you modernize a legacy tech stack without a complete rewrite?
https://www.reddit.com/r/programming/comments/1piasie/how_do_you_modernize_a_legacy_tech_stack_without/

<!-- SC_OFF -->As everyone warns about rewrite projects that they are set for failure, how would you modernize legacy software written with an out-of-date tech stack like Visual FoxPro or Visual Basic 6 without a complete rewrite? We have a lot of internal applications written in those tech stacks (FoxPro, VB6, ASP, etc.). Everyone seems to say that the right way to modernize these software is through the strangler fig pattern, but how would it work with these tech stacks where the new and old software can't co-exist? We are starting a migration project to migrate the largest internal application, migrating from VB6 on Windows to a web-based application backed by Go. Everyone on the team agrees that a Big Bang rollout is the only way. Curious on what you think. More background here: https://www.reddit.com/r/programming/comments/1piasie/comment/nt4spcg/ <!-- SC_ON --> submitted by /u/thana979 (https://www.reddit.com/user/thana979)
[link] (https://learn.microsoft.com/en-us/azure/architecture/patterns/strangler-fig) [comments] (https://www.reddit.com/r/programming/comments/1piasie/how_do_you_modernize_a_legacy_tech_stack_without/)