Reddit Programming
210 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/)
YINI (lightweight, human-friendly configuration format) - # is now for Comments, ^ is the New Section Marker - Feedback Welcome!
https://www.reddit.com/r/programming/comments/1ko24pm/yini_lightweight_humanfriendly_configuration/

<!-- SC_OFF -->Hey everyone 👋 Just a quick update for those following the development of YINI — a lightweight, human-friendly configuration file format inspired by INI, TOML, and YAML but with its own clean and consistent rules. After some great community feedback and real-world testing, we've made two key changes to the syntax:
- # is now strictly a comment marker
- Section headers now use ^ instead of # The full Spec can be found here on GitHub:
https://github.com/YINI-lang/YINI-spec Would love to hear what you think about these changes, any other feedback or critic? Anyway, thanks and have a good weekend! —Mr. Seppänen / YINI dev <!-- SC_ON --> submitted by /u/Effective_Tune_6830 (https://www.reddit.com/user/Effective_Tune_6830)
[link] (https://github.com/YINI-lang/YINI-spec) [comments] (https://www.reddit.com/r/programming/comments/1ko24pm/yini_lightweight_humanfriendly_configuration/)
RouteSage - Auto-generate Docs for your FastAPI projects
https://www.reddit.com/r/programming/comments/1knx0ic/routesage_autogenerate_docs_for_your_fastapi/

<!-- SC_OFF -->I have just built RouteSage as one of my side project. Motivation behind building this package was due to the tiring process of manually creating documentation for FastAPI routes. So, I thought of building this and this is my first vibe-coded project. My idea is to set this as an open source project so that it can be expanded to other frameworks as well and more new features can be also added. Feel free to contribute to this project. Also this is my first open source project as a maintainer so your suggestions and tips would be much appreciated. This is my first project I’m showcasing on Reddit. Your suggestions and validations are welcomed. <!-- SC_ON --> submitted by /u/Creative-Shoulder472 (https://www.reddit.com/user/Creative-Shoulder472)
[link] (https://github.com/dijo-d/RouteSage) [comments] (https://www.reddit.com/r/programming/comments/1knx0ic/routesage_autogenerate_docs_for_your_fastapi/)