Reddit Programming
197 subscribers
1.22K photos
127K links
I will send you newest post from subreddit /r/programming
Download Telegram
Made a browser based Linux Distro Simulation, called ELECTRON OS (not related with the OG electronJS). It's purely made in JS and has a GUI simulation too. It can perform all basic tasks like a normal Linux terminal but on the web. Check out the full docs here.
https://www.reddit.com/r/programming/comments/1gryu0r/made_a_browser_based_linux_distro_simulation/

submitted by /u/Mean_Option_7459 (https://www.reddit.com/user/Mean_Option_7459)
[link] (https://github.com/Hrishavvv/ElectronOS) [comments] (https://www.reddit.com/r/programming/comments/1gryu0r/made_a_browser_based_linux_distro_simulation/)
I'm working on a browser-based 32-bit, 64k CPU emulator with a simplified ASM language to help people learn assembly programming. Let me know how I can improve it!
https://www.reddit.com/r/programming/comments/1gs1ium/im_working_on_a_browserbased_32bit_64k_cpu/

submitted by /u/poemmys (https://www.reddit.com/user/poemmys)
[link] (https://bc32.jacksonfurr.dev/) [comments] (https://www.reddit.com/r/programming/comments/1gs1ium/im_working_on_a_browserbased_32bit_64k_cpu/)
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/)