Optimising LR Automata
https://www.reddit.com/r/programming/comments/1gsq77a/optimising_lr_automata/
submitted by /u/Apanatshka (https://www.reddit.com/user/Apanatshka)
[link] (https://blog.jeffsmits.net/optimising-lr-automata/) [comments] (https://www.reddit.com/r/programming/comments/1gsq77a/optimising_lr_automata/)
https://www.reddit.com/r/programming/comments/1gsq77a/optimising_lr_automata/
submitted by /u/Apanatshka (https://www.reddit.com/user/Apanatshka)
[link] (https://blog.jeffsmits.net/optimising-lr-automata/) [comments] (https://www.reddit.com/r/programming/comments/1gsq77a/optimising_lr_automata/)
Nevalang v0.26 - dataflow language that compiles to Go (static types, implicit parallelism and more)
https://www.reddit.com/r/programming/comments/1gsqfp1/nevalang_v026_dataflow_language_that_compiles_to/
submitted by /u/urlaklbek (https://www.reddit.com/user/urlaklbek)
[link] (https://github.com/nevalang/neva/releases/tag/v0.26.0) [comments] (https://www.reddit.com/r/programming/comments/1gsqfp1/nevalang_v026_dataflow_language_that_compiles_to/)
https://www.reddit.com/r/programming/comments/1gsqfp1/nevalang_v026_dataflow_language_that_compiles_to/
submitted by /u/urlaklbek (https://www.reddit.com/user/urlaklbek)
[link] (https://github.com/nevalang/neva/releases/tag/v0.26.0) [comments] (https://www.reddit.com/r/programming/comments/1gsqfp1/nevalang_v026_dataflow_language_that_compiles_to/)
Build a Flutter Web App from Scratch - Netflix like Distributed System
https://www.reddit.com/r/programming/comments/1gsqq87/build_a_flutter_web_app_from_scratch_netflix_like/
submitted by /u/Only_Piccolo5736 (https://www.reddit.com/user/Only_Piccolo5736)
[link] (https://pieces.app/blog/building-a-flutter-web-app-from-scratch-a-complete-guide?utm_source=reddit&utm_medium=referral&utm_campaign=nikl-post-4) [comments] (https://www.reddit.com/r/programming/comments/1gsqq87/build_a_flutter_web_app_from_scratch_netflix_like/)
https://www.reddit.com/r/programming/comments/1gsqq87/build_a_flutter_web_app_from_scratch_netflix_like/
submitted by /u/Only_Piccolo5736 (https://www.reddit.com/user/Only_Piccolo5736)
[link] (https://pieces.app/blog/building-a-flutter-web-app-from-scratch-a-complete-guide?utm_source=reddit&utm_medium=referral&utm_campaign=nikl-post-4) [comments] (https://www.reddit.com/r/programming/comments/1gsqq87/build_a_flutter_web_app_from_scratch_netflix_like/)
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/)
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/)
Resilient Microservices with Polly: Retries, Circuit Breakers, and Bulkhead Isolation
https://www.reddit.com/r/programming/comments/1gss0zj/resilient_microservices_with_polly_retries/
submitted by /u/Don_Crespo (https://www.reddit.com/user/Don_Crespo)
[link] (https://argosco.io/building-resilient-microservices-with-polly-mastering-retries-circuit-breakers-and-bulkhead-isolation/net/) [comments] (https://www.reddit.com/r/programming/comments/1gss0zj/resilient_microservices_with_polly_retries/)
https://www.reddit.com/r/programming/comments/1gss0zj/resilient_microservices_with_polly_retries/
submitted by /u/Don_Crespo (https://www.reddit.com/user/Don_Crespo)
[link] (https://argosco.io/building-resilient-microservices-with-polly-mastering-retries-circuit-breakers-and-bulkhead-isolation/net/) [comments] (https://www.reddit.com/r/programming/comments/1gss0zj/resilient_microservices_with_polly_retries/)
Primeros pasos en Pony
https://www.reddit.com/r/programming/comments/1gste3h/primeros_pasos_en_pony/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2024/11/primeros-pasos-en-pony.html) [comments] (https://www.reddit.com/r/programming/comments/1gste3h/primeros_pasos_en_pony/)
https://www.reddit.com/r/programming/comments/1gste3h/primeros_pasos_en_pony/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2024/11/primeros-pasos-en-pony.html) [comments] (https://www.reddit.com/r/programming/comments/1gste3h/primeros_pasos_en_pony/)
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/)
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/)
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/)
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 to Prepare for FAANG Coding Interviews: A 57-Day Plan
https://www.reddit.com/r/programming/comments/1gsvlfr/how_to_prepare_for_faang_coding_interviews_a/
submitted by /u/BeautifulAnywhere392 (https://www.reddit.com/user/BeautifulAnywhere392)
[link] (https://open.substack.com/pub/mastermentee/p/cracking-the-faang-a-57-day-plan?r=2lsctx&utm_campaign=post&utm_medium=web) [comments] (https://www.reddit.com/r/programming/comments/1gsvlfr/how_to_prepare_for_faang_coding_interviews_a/)
https://www.reddit.com/r/programming/comments/1gsvlfr/how_to_prepare_for_faang_coding_interviews_a/
submitted by /u/BeautifulAnywhere392 (https://www.reddit.com/user/BeautifulAnywhere392)
[link] (https://open.substack.com/pub/mastermentee/p/cracking-the-faang-a-57-day-plan?r=2lsctx&utm_campaign=post&utm_medium=web) [comments] (https://www.reddit.com/r/programming/comments/1gsvlfr/how_to_prepare_for_faang_coding_interviews_a/)
From Game Boy Advance to Today: How Limited Hardware Improved my Software | Hugo Adams | NZGDC 2024
https://www.reddit.com/r/programming/comments/1gt1wbi/from_game_boy_advance_to_today_how_limited/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://www.youtube.com/watch?v=V-dRTHgp-aA) [comments] (https://www.reddit.com/r/programming/comments/1gt1wbi/from_game_boy_advance_to_today_how_limited/)
https://www.reddit.com/r/programming/comments/1gt1wbi/from_game_boy_advance_to_today_how_limited/
submitted by /u/r_retrohacking_mod2 (https://www.reddit.com/user/r_retrohacking_mod2)
[link] (https://www.youtube.com/watch?v=V-dRTHgp-aA) [comments] (https://www.reddit.com/r/programming/comments/1gt1wbi/from_game_boy_advance_to_today_how_limited/)
Trolling with Outrageous Short One Liners - Codewars Valid Chess Moves
https://www.reddit.com/r/programming/comments/1gt29tg/trolling_with_outrageous_short_one_liners/
submitted by /u/The_Random_Coder (https://www.reddit.com/user/The_Random_Coder)
[link] (https://youtu.be/GhSX_2-dhn8) [comments] (https://www.reddit.com/r/programming/comments/1gt29tg/trolling_with_outrageous_short_one_liners/)
https://www.reddit.com/r/programming/comments/1gt29tg/trolling_with_outrageous_short_one_liners/
submitted by /u/The_Random_Coder (https://www.reddit.com/user/The_Random_Coder)
[link] (https://youtu.be/GhSX_2-dhn8) [comments] (https://www.reddit.com/r/programming/comments/1gt29tg/trolling_with_outrageous_short_one_liners/)
Good software development habits
https://www.reddit.com/r/programming/comments/1gt4f50/good_software_development_habits/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://zarar.dev/good-software-development-habits/) [comments] (https://www.reddit.com/r/programming/comments/1gt4f50/good_software_development_habits/)
https://www.reddit.com/r/programming/comments/1gt4f50/good_software_development_habits/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://zarar.dev/good-software-development-habits/) [comments] (https://www.reddit.com/r/programming/comments/1gt4f50/good_software_development_habits/)
CodePen Body Fat Calculator
https://www.reddit.com/r/programming/comments/1gt9zcn/codepen_body_fat_calculator/
submitted by /u/Gagan444 (https://www.reddit.com/user/Gagan444)
[link] (https://codepen.io/gscodee/pen/GRVLxve) [comments] (https://www.reddit.com/r/programming/comments/1gt9zcn/codepen_body_fat_calculator/)
https://www.reddit.com/r/programming/comments/1gt9zcn/codepen_body_fat_calculator/
submitted by /u/Gagan444 (https://www.reddit.com/user/Gagan444)
[link] (https://codepen.io/gscodee/pen/GRVLxve) [comments] (https://www.reddit.com/r/programming/comments/1gt9zcn/codepen_body_fat_calculator/)
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/)
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/)
ChibiHash: Small, Fast 64 bit hash function
https://www.reddit.com/r/programming/comments/1gtcxlp/chibihash_small_fast_64_bit_hash_function/
submitted by /u/pavel_v (https://www.reddit.com/user/pavel_v)
[link] (https://nrk.neocities.org/articles/chibihash) [comments] (https://www.reddit.com/r/programming/comments/1gtcxlp/chibihash_small_fast_64_bit_hash_function/)
https://www.reddit.com/r/programming/comments/1gtcxlp/chibihash_small_fast_64_bit_hash_function/
submitted by /u/pavel_v (https://www.reddit.com/user/pavel_v)
[link] (https://nrk.neocities.org/articles/chibihash) [comments] (https://www.reddit.com/r/programming/comments/1gtcxlp/chibihash_small_fast_64_bit_hash_function/)
Framer Motion is now independent, introducing Motion
https://www.reddit.com/r/programming/comments/1gte6ca/framer_motion_is_now_independent_introducing/
submitted by /u/getriglad (https://www.reddit.com/user/getriglad)
[link] (https://motion.dev/blog/framer-motion-is-now-independent-introducing-motion) [comments] (https://www.reddit.com/r/programming/comments/1gte6ca/framer_motion_is_now_independent_introducing/)
https://www.reddit.com/r/programming/comments/1gte6ca/framer_motion_is_now_independent_introducing/
submitted by /u/getriglad (https://www.reddit.com/user/getriglad)
[link] (https://motion.dev/blog/framer-motion-is-now-independent-introducing-motion) [comments] (https://www.reddit.com/r/programming/comments/1gte6ca/framer_motion_is_now_independent_introducing/)
tips for writing clean code
https://www.reddit.com/r/programming/comments/1gtehw3/tips_for_writing_clean_code/
submitted by /u/Artemis-Arrow-795 (https://www.reddit.com/user/Artemis-Arrow-795)
[link] (https://www.youtube.com/watch?v=o_utEGr6B4A) [comments] (https://www.reddit.com/r/programming/comments/1gtehw3/tips_for_writing_clean_code/)
https://www.reddit.com/r/programming/comments/1gtehw3/tips_for_writing_clean_code/
submitted by /u/Artemis-Arrow-795 (https://www.reddit.com/user/Artemis-Arrow-795)
[link] (https://www.youtube.com/watch?v=o_utEGr6B4A) [comments] (https://www.reddit.com/r/programming/comments/1gtehw3/tips_for_writing_clean_code/)
Getting Addicted to Coding
https://www.reddit.com/r/programming/comments/1gtffo0/getting_addicted_to_coding/
submitted by /u/kingabzpro (https://www.reddit.com/user/kingabzpro)
[link] (https://www.kdnuggets.com/getting-addicted-to-coding) [comments] (https://www.reddit.com/r/programming/comments/1gtffo0/getting_addicted_to_coding/)
https://www.reddit.com/r/programming/comments/1gtffo0/getting_addicted_to_coding/
submitted by /u/kingabzpro (https://www.reddit.com/user/kingabzpro)
[link] (https://www.kdnuggets.com/getting-addicted-to-coding) [comments] (https://www.reddit.com/r/programming/comments/1gtffo0/getting_addicted_to_coding/)
888 runnable solutions from Rosetta Code on one big page - coded in my programming language
https://www.reddit.com/r/programming/comments/1gtfng6/888_runnable_solutions_from_rosetta_code_on_one/
submitted by /u/chkas (https://www.reddit.com/user/chkas)
[link] (https://easylang.online/apps/tut_rosetta.html?v=2411f) [comments] (https://www.reddit.com/r/programming/comments/1gtfng6/888_runnable_solutions_from_rosetta_code_on_one/)
https://www.reddit.com/r/programming/comments/1gtfng6/888_runnable_solutions_from_rosetta_code_on_one/
submitted by /u/chkas (https://www.reddit.com/user/chkas)
[link] (https://easylang.online/apps/tut_rosetta.html?v=2411f) [comments] (https://www.reddit.com/r/programming/comments/1gtfng6/888_runnable_solutions_from_rosetta_code_on_one/)