Reddit Programming
207 subscribers
1.22K photos
123K links
I will send you newest post from subreddit /r/programming
Download Telegram
GitHub - mehdihadeli/awesome-software-architecture: 🚀 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
https://www.reddit.com/r/programming/comments/1gsqyx6/github_mehdihadeliawesomesoftwarearchitecture_a/

submitted by /u/mehdi_hadeli (https://www.reddit.com/user/mehdi_hadeli)
[link] (https://github.com/mehdihadeli/awesome-software-architecture) [comments] (https://www.reddit.com/r/programming/comments/1gsqyx6/github_mehdihadeliawesomesoftwarearchitecture_a/)
Automation of postman collection via Express App
https://www.reddit.com/r/programming/comments/1gsuvzn/automation_of_postman_collection_via_express_app/

<!-- SC_OFF -->Hi everyone, I wanted to share my contribution to the dev community. I've realized that creating postman collection takes time and the effort we developers don't find interesting. I published my first npm package and would really appreciate if you can provide feedback to the tool. With this package, you can: * Quickly generate a Postman collection for your Express app * Avoid the hassle of manual setup * Save valuable time on API documentation I'll really appreciate feature request and code contributions. <!-- SC_ON --> submitted by /u/habibaa_ff (https://www.reddit.com/user/habibaa_ff)
[link] (https://www.npmjs.com/package/express-api-to-postman) [comments] (https://www.reddit.com/r/programming/comments/1gsuvzn/automation_of_postman_collection_via_express_app/)
How do developer create e-commerce applications and free lance on them im confused
https://www.reddit.com/r/programming/comments/1gsuylj/how_do_developer_create_ecommerce_applications/

<!-- SC_OFF -->E commerce is a huge task you have to manage items, multi vendor, their items, refunds, disputes, updates, promos, transactions basically the point being there is massive number of things. How can people create such complex infrastructure? <!-- SC_ON --> submitted by /u/CoverDue4050 (https://www.reddit.com/user/CoverDue4050)
[link] (http://www.nolink.com/) [comments] (https://www.reddit.com/r/programming/comments/1gsuylj/how_do_developer_create_ecommerce_applications/)
How can I differentiate myself as a MERN developer?
https://www.reddit.com/r/programming/comments/1gsvdzv/how_can_i_differentiate_myself_as_a_mern_developer/

<!-- SC_OFF -->Hi everyone, I'm a MERN stack developer with 3+ years of experience and over 4 years of studying software development. I’ve realized that many learning resources skip over core fundamentals in software development when I was in school learning and also in YouTube tutorials courses etc. I’m considering going back to study the essentials and expand into related areas to stand out. Here’s what I’m looking into: Programming Fundamentals: Paradigms (OOP, Functional, Declarative vs. Imperative). Design principles (SOLID, DRY, KISS). Design Patterns: Solutions to common problems (e.g., Singleton, Observer). Clean Code: Writing readable, maintainable, and scalable code. Software Architecture: Patterns (MVC, Microservices, DDD). Key principles (cohesion, decoupling). DevOps Basics: CI/CD pipelines Infrastructure as Code (IaC) Docker/Kubernetes. Cloud services Azure My questions: Are these topics worth the time for a MERN developerd? Will they help me differentiate myself in the field? <!-- SC_ON --> submitted by /u/Hot_Form5476 (https://www.reddit.com/user/Hot_Form5476)
[link] (https://khalilstemmler.com/articles/software-design-architecture/full-stack-software-design/?ref=dailydev) [comments] (https://www.reddit.com/r/programming/comments/1gsvdzv/how_can_i_differentiate_myself_as_a_mern_developer/)
How I Built a Full Tool in Next.js Within 2 Weeks (Without Prior JavaScript Experience)
https://www.reddit.com/r/programming/comments/1gtctru/how_i_built_a_full_tool_in_nextjs_within_2_weeks/

<!-- SC_OFF -->Hey everyone, Two weeks ago, I had never written a single line of JavaScript. My background was far from web development, but I decided to take on the challenge of learning Next.js and building something useful. I started from the very basics, literally writing my first "Hello World" in JavaScript, and in just 14 days, I developed a full-fledged tool! I wanted to create something that could help others, so I focused on building a search tool that helps you find real conversations across platforms like Reddit, Twitter, and Quora—perfect for finding your first users, validating your product ideas, or doing quick market research. The journey was intense—learning React, understanding Next.js’s server-side rendering, and figuring out how to scrape and analyze data. But it was super rewarding seeing everything come together Let me know what you think! <!-- SC_ON --> submitted by /u/andresjulian60 (https://www.reddit.com/user/andresjulian60)
[link] (https://userfinder.online/) [comments] (https://www.reddit.com/r/programming/comments/1gtctru/how_i_built_a_full_tool_in_nextjs_within_2_weeks/)