Reddit Programming
201 subscribers
1.22K photos
126K links
I will send you newest post from subreddit /r/programming
Download Telegram
Tech Article Review
https://www.reddit.com/r/programming/comments/1fr4nx7/tech_article_review/

<!-- SC_OFF -->Hi guys, I'm a Software Engineer who has a solid grip over coding and very passionately documents his coding guides. I've been posting some Tech articles on Medium (on NodeJS for now) but I somehow haven't gotten a reasonable reach. I would love if you guys could look at my articles and suggest improvements in writing style, topic selection, phrasing the topic (for SEO) Following is the link to my medium account: https://medium.com/@ahmadmukhtar2001/config-module-for-your-node-js-applications-f9b7c92584cd <!-- SC_ON --> submitted by /u/Ahmad_mukhtar_bhatti (https://www.reddit.com/user/Ahmad_mukhtar_bhatti)
[link] (https://medium.com/@ahmadmukhtar2001/config-module-for-your-node-js-applications-f9b7c92584cd) [comments] (https://www.reddit.com/r/programming/comments/1fr4nx7/tech_article_review/)
Best practices for integrating Reddit API in a project?
https://www.reddit.com/r/programming/comments/1fr7js5/best_practices_for_integrating_reddit_api_in_a/

<!-- SC_OFF -->Best practices for integrating Reddit API in a project? I'm using the Reddit API to fetch user posts and comments for analysis on my project. What are some best practices or common pitfalls I should know about, especially regarding rate limits and authentication? <!-- SC_ON --> submitted by /u/Matthew_heartful (https://www.reddit.com/user/Matthew_heartful)
[link] (https://youtu.be/W2b4NFnNTXs?si=pRRcOliLrdh9q_M8) [comments] (https://www.reddit.com/r/programming/comments/1fr7js5/best_practices_for_integrating_reddit_api_in_a/)
Simplest way to reduce the app size in Flutter
https://www.reddit.com/r/programming/comments/1frb94b/simplest_way_to_reduce_the_app_size_in_flutter/

<!-- SC_OFF -->Hello, Programmers! Found out the easiest way to reduce the app size in Flutter. I have been working on a codebase where on a single code base there are around 20 flutter Devs, I completed a module made a release build apk, and was trying to share the build then I noticed that the release build apk file size was around 160 mb. I was trying to find a way and was able to reduce my apk size by 25% (160 -> 120) and my bundle app size by 19% (89 -> 72). Looking Forward to hearing from you guys of how much this has helped you reduced the app size. I have mentioned all the details in my Medium Article. if you know any other ways to reduce the app size in Flutter would love to hear that from you in the comments section down below. Thank you for reading this 🙏 <!-- SC_ON --> submitted by /u/Saurabh7973 (https://www.reddit.com/user/Saurabh7973)
[link] (https://medium.com/@Saurabh7973/easiest-way-to-reduce-app-size-in-flutter-apps-cb3da18a089a) [comments] (https://www.reddit.com/r/programming/comments/1frb94b/simplest_way_to_reduce_the_app_size_in_flutter/)