Reddit Programming
211 subscribers
1.22K photos
124K links
I will send you newest post from subreddit /r/programming
Download Telegram
I finally "got" the Single Responsibility Principle — wrote a story-style blog to make it easier for others too
https://www.reddit.com/r/programming/comments/1knby3z/i_finally_got_the_single_responsibility_principle/

<!-- SC_OFF -->Hey folks,
As a new developer, I always struggled to understand SOLID principles in practice. Recently, I started turning them into stories — something that feels less like theory and more like real-life dev convos. My latest one is on Single Responsibility Principle, told as a conversation between a junior dev (me, basically) and a senior dev with lots of experience.
Includes humor, code in Go, and practical refactoring steps. If you're trying to write cleaner code or just want to reinforce SRP, I’d love for you to give it a read and share thoughts. 👉 https://medium.com/design-bootcamp/from-theory-to-practice-single-responsibility-principle-with-jamie-chris-cd380c61e2ad Happy to hear feedback or discuss other principles too! <!-- SC_ON --> submitted by /u/priyankchheda15 (https://www.reddit.com/user/priyankchheda15)
[link] (https://medium.com/design-bootcamp/from-theory-to-practice-single-responsibility-principle-with-jamie-chris-cd380c61e2ad) [comments] (https://www.reddit.com/r/programming/comments/1knby3z/i_finally_got_the_single_responsibility_principle/)
The best new features and fixes in Python 3.14
https://www.reddit.com/r/programming/comments/1knnuze/the_best_new_features_and_fixes_in_python_314/

<!-- SC_OFF -->Template strings, deferred annotations, better error messages, and a new debugger interface are among the goodies in Python 3.14. Now in beta. (May 2025) <!-- SC_ON --> submitted by /u/Choobeen (https://www.reddit.com/user/Choobeen)
[link] (https://www.infoworld.com/article/3975624/the-best-new-features-and-fixes-in-python-3-14.html) [comments] (https://www.reddit.com/r/programming/comments/1knnuze/the_best_new_features_and_fixes_in_python_314/)
Managing Side Effects in Jetpack Compose
https://www.reddit.com/r/programming/comments/1knykf6/managing_side_effects_in_jetpack_compose/

<!-- SC_OFF -->🚀 I just published a new Medium article exploring how to manage side effects in Jetpack Compose!In this article, I walk through the most commonly used side-effect APIs in Compose with clear, minimal examples to help you understand their behavior, use cases, and differences.🧠 Covered APIs:LaunchedEffect: for lifecycle-aware coroutinesrememberCoroutineScope: for manually controlled coroutine launchesDisposableEffect: for cleanup and resource disposalSideEffect: for one-off actions after every successful recompositionrememberUpdatedState: for capturing the latest values in long-lived side effects🎯 If you're building declarative UIs and want to avoid common pitfalls when dealing with side effects, this article is for you. <!-- SC_ON --> submitted by /u/CenkAyd1 (https://www.reddit.com/user/CenkAyd1)
[link] (https://medium.com/@cenkeraydin14/managing-side-effects-in-jetpack-compose-6adafff83b59) [comments] (https://www.reddit.com/r/programming/comments/1knykf6/managing_side_effects_in_jetpack_compose/)
Free assets collection (ressources for frontend dev and designers)
https://www.reddit.com/r/programming/comments/1knxb6f/free_assets_collection_ressources_for_frontend/

<!-- SC_OFF -->Hey, I created a small open source repo to collect free resources useful for frontend developers beginners (or more) The goal is to keep everything organized in one place Free stock image websites Background generators (blobs, gradients, SVG shapes, patterns..) Subtle textures and lightweight tools It’s especially useful for people who don’t always know where to look, or who want to discover new useful sites without relying on search engines or endless blog posts. Since it’s open source, anyone can contribute I know there are already great repos like design-resources-for-developers, but they cover a very large range This one is more focused on images stock and backgrounds, so it can go deeper into that specific area. Feel free to check it out or contribute if you have any good tools or resources to add! Would love to get your feedback or the website you use as a frontend developers (in the specific categories(backgrounds and image)) then i could contribute to the project with yours answers. <!-- SC_ON --> submitted by /u/ArrivalExtreme8729 (https://www.reddit.com/user/ArrivalExtreme8729)
[link] (http://github.com/Apouuuuuuu/frontend-assets-collection) [comments] (https://www.reddit.com/r/programming/comments/1knxb6f/free_assets_collection_ressources_for_frontend/)