How to test and replace any missing translations with i18next
https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/
<!-- SC_OFF -->I recently found a really practical way to detect and fill missing translations when working with i18next and honestly, it saves a ton of time when you have dozens of JSON files to maintain. Step 1 — Test for missing translations You can now automatically check if you’re missing any keys in your localization files. It works with your CLI, CI/CD pipelines, or even your Jest/Vitest test suite. Example: npx intlayer test:i18next It scans your codebase, compares it to your JSON files, and outputs which keys are missing or unused. Super handy before deploying or merging a PR. Step 2 — Automatically fill missing translations You can choose your AI provider (ChatGPT, Claude, DeepSeek, or Mistral) and use your own API key to auto-fill missing entries. Only the missing strings get translated, your existing ones stay untouched. Example: npx intlayer translate:i18next --provider=chatgpt It will generate translations for missing keys in all your locales. Step 3 — Integrate in CI/CD You can plug it into your CI to make sure no new missing keys are introduced: npx intlayer test:i18next --ci If missing translations are found, it can fail the pipeline or just log warnings depending on your config. Bonus: Detect JSON changes via Git There’s even a (WIP) feature that detects which lines changed in your translation JSON using git diff, so it only re-translates what was modified. If you’re using Next.js Here’s a guide that explains how to set it up with next-i18next (based on i18next under the hood): 👉 https://intlayer.org/fr/blog/intlayer-with-next-i18next TL;DR Test missing translations automatically Auto-fill missing JSON entries using AI Integrate with CI/CDWorks with i18next <!-- SC_ON --> submitted by /u/AdmirableJackfruit59 (https://www.reddit.com/user/AdmirableJackfruit59)
[link] (https://intlayer.org/fr/blog/intlayer-with-next-i18next) [comments] (https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/)
https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/
<!-- SC_OFF -->I recently found a really practical way to detect and fill missing translations when working with i18next and honestly, it saves a ton of time when you have dozens of JSON files to maintain. Step 1 — Test for missing translations You can now automatically check if you’re missing any keys in your localization files. It works with your CLI, CI/CD pipelines, or even your Jest/Vitest test suite. Example: npx intlayer test:i18next It scans your codebase, compares it to your JSON files, and outputs which keys are missing or unused. Super handy before deploying or merging a PR. Step 2 — Automatically fill missing translations You can choose your AI provider (ChatGPT, Claude, DeepSeek, or Mistral) and use your own API key to auto-fill missing entries. Only the missing strings get translated, your existing ones stay untouched. Example: npx intlayer translate:i18next --provider=chatgpt It will generate translations for missing keys in all your locales. Step 3 — Integrate in CI/CD You can plug it into your CI to make sure no new missing keys are introduced: npx intlayer test:i18next --ci If missing translations are found, it can fail the pipeline or just log warnings depending on your config. Bonus: Detect JSON changes via Git There’s even a (WIP) feature that detects which lines changed in your translation JSON using git diff, so it only re-translates what was modified. If you’re using Next.js Here’s a guide that explains how to set it up with next-i18next (based on i18next under the hood): 👉 https://intlayer.org/fr/blog/intlayer-with-next-i18next TL;DR Test missing translations automatically Auto-fill missing JSON entries using AI Integrate with CI/CDWorks with i18next <!-- SC_ON --> submitted by /u/AdmirableJackfruit59 (https://www.reddit.com/user/AdmirableJackfruit59)
[link] (https://intlayer.org/fr/blog/intlayer-with-next-i18next) [comments] (https://www.reddit.com/r/programming/comments/1oi5f42/how_to_test_and_replace_any_missing_translations/)
JSON Query - a small, flexible, and expandable JSON query language
https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/
submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://jsonquerylang.org/) [comments] (https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/)
https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/
submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://jsonquerylang.org/) [comments] (https://www.reddit.com/r/programming/comments/1oi5kjt/json_query_a_small_flexible_and_expandable_json/)
Faster Database Queries: Practical Techniques
https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/
<!-- SC_OFF -->Published a new write-up on Medium, If you work on highly available & scalable systems, you might find it useful <!-- SC_ON --> submitted by /u/Trust_Me_Bro_4sure (https://www.reddit.com/user/Trust_Me_Bro_4sure)
[link] (https://kapillamba4.medium.com/faster-database-queries-practical-techniques-074ba9afdaa3) [comments] (https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/)
https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/
<!-- SC_OFF -->Published a new write-up on Medium, If you work on highly available & scalable systems, you might find it useful <!-- SC_ON --> submitted by /u/Trust_Me_Bro_4sure (https://www.reddit.com/user/Trust_Me_Bro_4sure)
[link] (https://kapillamba4.medium.com/faster-database-queries-practical-techniques-074ba9afdaa3) [comments] (https://www.reddit.com/r/programming/comments/1oi99yw/faster_database_queries_practical_techniques/)
Anthony of Boston’s Armaaruss Detection: A Novel Approach to Real-Time Object Detection
https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/
submitted by /u/thedowcast (https://www.reddit.com/user/thedowcast)
[link] (https://anthonyofboston.substack.com/p/anthony-of-bostons-armaaruss-detection) [comments] (https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/)
https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/
submitted by /u/thedowcast (https://www.reddit.com/user/thedowcast)
[link] (https://anthonyofboston.substack.com/p/anthony-of-bostons-armaaruss-detection) [comments] (https://www.reddit.com/r/programming/comments/1oi9ak9/anthony_of_bostons_armaaruss_detection_a_novel/)
Lessons from scaling live events at Patreon: modeling traffic, tuning performance, and coordinating teams
https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/
<!-- SC_OFF -->At Patreon, we recently scaled our platform to handle tens of thousands of fans joining live events at once. By modeling real user arrivals, tuning performance, and aligning across teams, we cut web load times by 57% and halved iOS startup requests. Here’s how we did it and what we learned about scaling real-time systems under bursty load:
https://www.patreon.com/posts/from-thundering-141679975 What are some surprising lessons you’ve learned from scaling a platform you've worked on? <!-- SC_ON --> submitted by /u/patreon-eng (https://www.reddit.com/user/patreon-eng)
[link] (https://www.patreon.com/posts/from-thundering-141679975) [comments] (https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/)
https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/
<!-- SC_OFF -->At Patreon, we recently scaled our platform to handle tens of thousands of fans joining live events at once. By modeling real user arrivals, tuning performance, and aligning across teams, we cut web load times by 57% and halved iOS startup requests. Here’s how we did it and what we learned about scaling real-time systems under bursty load:
https://www.patreon.com/posts/from-thundering-141679975 What are some surprising lessons you’ve learned from scaling a platform you've worked on? <!-- SC_ON --> submitted by /u/patreon-eng (https://www.reddit.com/user/patreon-eng)
[link] (https://www.patreon.com/posts/from-thundering-141679975) [comments] (https://www.reddit.com/r/programming/comments/1oicq3e/lessons_from_scaling_live_events_at_patreon/)
Introducing ArkRegex: a drop in replacement for new RegExp() with types
https://www.reddit.com/r/programming/comments/1oie1nq/introducing_arkregex_a_drop_in_replacement_for/
submitted by /u/ssalbdivad (https://www.reddit.com/user/ssalbdivad)
[link] (https://arktype.io/docs/blog/arkregex) [comments] (https://www.reddit.com/r/programming/comments/1oie1nq/introducing_arkregex_a_drop_in_replacement_for/)
https://www.reddit.com/r/programming/comments/1oie1nq/introducing_arkregex_a_drop_in_replacement_for/
submitted by /u/ssalbdivad (https://www.reddit.com/user/ssalbdivad)
[link] (https://arktype.io/docs/blog/arkregex) [comments] (https://www.reddit.com/r/programming/comments/1oie1nq/introducing_arkregex_a_drop_in_replacement_for/)
Type Club - Understanding typing through the lens of Fight Club
https://www.reddit.com/r/programming/comments/1oiertg/type_club_understanding_typing_through_the_lens/
submitted by /u/AltruisticPrimary34 (https://www.reddit.com/user/AltruisticPrimary34)
[link] (https://revelry.co/insights/type-club/) [comments] (https://www.reddit.com/r/programming/comments/1oiertg/type_club_understanding_typing_through_the_lens/)
https://www.reddit.com/r/programming/comments/1oiertg/type_club_understanding_typing_through_the_lens/
submitted by /u/AltruisticPrimary34 (https://www.reddit.com/user/AltruisticPrimary34)
[link] (https://revelry.co/insights/type-club/) [comments] (https://www.reddit.com/r/programming/comments/1oiertg/type_club_understanding_typing_through_the_lens/)
High Agency Matters
https://www.reddit.com/r/programming/comments/1oii7ab/high_agency_matters/
submitted by /u/feross (https://www.reddit.com/user/feross)
[link] (https://addyosmani.com/blog/high-agency-matters/) [comments] (https://www.reddit.com/r/programming/comments/1oii7ab/high_agency_matters/)
https://www.reddit.com/r/programming/comments/1oii7ab/high_agency_matters/
submitted by /u/feross (https://www.reddit.com/user/feross)
[link] (https://addyosmani.com/blog/high-agency-matters/) [comments] (https://www.reddit.com/r/programming/comments/1oii7ab/high_agency_matters/)
Understanding Docker Internals: Building a Container Runtime in Python
https://www.reddit.com/r/programming/comments/1oiliw9/understanding_docker_internals_building_a/
submitted by /u/mraza007 (https://www.reddit.com/user/mraza007)
[link] (https://muhammadraza.me/2024/building-container-runtime-python/) [comments] (https://www.reddit.com/r/programming/comments/1oiliw9/understanding_docker_internals_building_a/)
https://www.reddit.com/r/programming/comments/1oiliw9/understanding_docker_internals_building_a/
submitted by /u/mraza007 (https://www.reddit.com/user/mraza007)
[link] (https://muhammadraza.me/2024/building-container-runtime-python/) [comments] (https://www.reddit.com/r/programming/comments/1oiliw9/understanding_docker_internals_building_a/)
First Look at Java Valhalla: Flattening and Memory Alignment of Value Objects
https://www.reddit.com/r/programming/comments/1oix17s/first_look_at_java_valhalla_flattening_and_memory/
submitted by /u/joemwangi (https://www.reddit.com/user/joemwangi)
[link] (https://open.substack.com/pub/joemwangi985269/p/first-look-at-java-valhalla-flattening?r=2m1w1p&utm_campaign=post&utm_medium=web&showWelcomeOnShare=false) [comments] (https://www.reddit.com/r/programming/comments/1oix17s/first_look_at_java_valhalla_flattening_and_memory/)
https://www.reddit.com/r/programming/comments/1oix17s/first_look_at_java_valhalla_flattening_and_memory/
submitted by /u/joemwangi (https://www.reddit.com/user/joemwangi)
[link] (https://open.substack.com/pub/joemwangi985269/p/first-look-at-java-valhalla-flattening?r=2m1w1p&utm_campaign=post&utm_medium=web&showWelcomeOnShare=false) [comments] (https://www.reddit.com/r/programming/comments/1oix17s/first_look_at_java_valhalla_flattening_and_memory/)
🧠 Exploring coding challenge platforms — which ones actually help you grow as a developer?
https://www.reddit.com/r/programming/comments/1oixvcn/exploring_coding_challenge_platforms_which_ones/
<!-- SC_OFF -->Hey folks, Over the past few weeks, I’ve been exploring various coding challenge platforms to understand how they differ — not just in problem sets, but also in how they impact real skill growth for developers. Some focus on interview-style DSA questions, others emphasize language mastery or competitive programming, and a few even encourage collaboration and discussion. I put together a short write-up summarizing what I found useful (and not so useful) across popular platforms — from LeetCode to Codeforces, HackerRank, and others. Sharing it here in case anyone’s interested in comparing experiences or adding platforms I missed:
🔗 Best Coding Challenge Platforms: LeetCode, HackerRank & More (https://sagarnikam123.github.io/posts/best-coding-challenge-platforms/) I’m curious — for those who actively use challenge sites,
👉 Which platform do you feel provides the best long-term learning value?
👉 And which ones are overrated or just “grind traps”? Would love to hear your thoughts — especially from those mentoring juniors or hiring devs who use these platforms regularly. <!-- SC_ON --> submitted by /u/sagarnikam123 (https://www.reddit.com/user/sagarnikam123)
[link] (https://sagarnikam123.github.io/posts/best-coding-challenge-platforms/) [comments] (https://www.reddit.com/r/programming/comments/1oixvcn/exploring_coding_challenge_platforms_which_ones/)
https://www.reddit.com/r/programming/comments/1oixvcn/exploring_coding_challenge_platforms_which_ones/
<!-- SC_OFF -->Hey folks, Over the past few weeks, I’ve been exploring various coding challenge platforms to understand how they differ — not just in problem sets, but also in how they impact real skill growth for developers. Some focus on interview-style DSA questions, others emphasize language mastery or competitive programming, and a few even encourage collaboration and discussion. I put together a short write-up summarizing what I found useful (and not so useful) across popular platforms — from LeetCode to Codeforces, HackerRank, and others. Sharing it here in case anyone’s interested in comparing experiences or adding platforms I missed:
🔗 Best Coding Challenge Platforms: LeetCode, HackerRank & More (https://sagarnikam123.github.io/posts/best-coding-challenge-platforms/) I’m curious — for those who actively use challenge sites,
👉 Which platform do you feel provides the best long-term learning value?
👉 And which ones are overrated or just “grind traps”? Would love to hear your thoughts — especially from those mentoring juniors or hiring devs who use these platforms regularly. <!-- SC_ON --> submitted by /u/sagarnikam123 (https://www.reddit.com/user/sagarnikam123)
[link] (https://sagarnikam123.github.io/posts/best-coding-challenge-platforms/) [comments] (https://www.reddit.com/r/programming/comments/1oixvcn/exploring_coding_challenge_platforms_which_ones/)
How to create Object copies efficiently in Java without rebuilding them from scratch?
https://www.reddit.com/r/programming/comments/1oiyaj1/how_to_create_object_copies_efficiently_in_java/
<!-- SC_OFF -->Let's go through a beginner-friendly guide on the Prototype Design Pattern in Java: One of the most practical creational patterns when you need to create new objects by cloning existing ones instead of building them from scratch. This article covers: What the Prototype Design Pattern is (in plain English) Shallow vs Deep Copy — explained with visuals Modern Java 21 code examples (no outdated Cloneable mess) UML diagram & Sequence Diagram for better understanding Common interview questions and FAQs If you’re preparing for Java interviews, learning design patterns, or just want to level up your Java design skills, this will help a lot. Read the full article here: Prototype Design Pattern in Java With Examples (https://javatechonline.com/prototype-design-pattern-in-java-examples/) <!-- SC_ON --> submitted by /u/erdsingh24 (https://www.reddit.com/user/erdsingh24)
[link] (https://javatechonline.com/prototype-design-pattern-in-java-examples/) [comments] (https://www.reddit.com/r/programming/comments/1oiyaj1/how_to_create_object_copies_efficiently_in_java/)
https://www.reddit.com/r/programming/comments/1oiyaj1/how_to_create_object_copies_efficiently_in_java/
<!-- SC_OFF -->Let's go through a beginner-friendly guide on the Prototype Design Pattern in Java: One of the most practical creational patterns when you need to create new objects by cloning existing ones instead of building them from scratch. This article covers: What the Prototype Design Pattern is (in plain English) Shallow vs Deep Copy — explained with visuals Modern Java 21 code examples (no outdated Cloneable mess) UML diagram & Sequence Diagram for better understanding Common interview questions and FAQs If you’re preparing for Java interviews, learning design patterns, or just want to level up your Java design skills, this will help a lot. Read the full article here: Prototype Design Pattern in Java With Examples (https://javatechonline.com/prototype-design-pattern-in-java-examples/) <!-- SC_ON --> submitted by /u/erdsingh24 (https://www.reddit.com/user/erdsingh24)
[link] (https://javatechonline.com/prototype-design-pattern-in-java-examples/) [comments] (https://www.reddit.com/r/programming/comments/1oiyaj1/how_to_create_object_copies_efficiently_in_java/)
Structuring multi-agent AI systems efficiently
https://www.reddit.com/r/programming/comments/1oiypfv/structuring_multiagent_ai_systems_efficiently/
<!-- SC_OFF -->I’m experimenting with AI agents that must work across multiple messaging apps while remembering context. Using Photon, I could prototype quickly with less boilerplate. How do you usually structure multi-agent AI systems to make them modular, maintainable, and memory-aware? Any recommended patterns or frameworks? <!-- SC_ON --> submitted by /u/Fearless-Confusion-4 (https://www.reddit.com/user/Fearless-Confusion-4)
[link] (https://photon.codes/) [comments] (https://www.reddit.com/r/programming/comments/1oiypfv/structuring_multiagent_ai_systems_efficiently/)
https://www.reddit.com/r/programming/comments/1oiypfv/structuring_multiagent_ai_systems_efficiently/
<!-- SC_OFF -->I’m experimenting with AI agents that must work across multiple messaging apps while remembering context. Using Photon, I could prototype quickly with less boilerplate. How do you usually structure multi-agent AI systems to make them modular, maintainable, and memory-aware? Any recommended patterns or frameworks? <!-- SC_ON --> submitted by /u/Fearless-Confusion-4 (https://www.reddit.com/user/Fearless-Confusion-4)
[link] (https://photon.codes/) [comments] (https://www.reddit.com/r/programming/comments/1oiypfv/structuring_multiagent_ai_systems_efficiently/)
Web Development In… Pascal?
https://www.reddit.com/r/programming/comments/1oj0fos/web_development_in_pascal/
submitted by /u/self (https://www.reddit.com/user/self)
[link] (https://hackaday.com/2025/10/28/web-development-in-pascal/) [comments] (https://www.reddit.com/r/programming/comments/1oj0fos/web_development_in_pascal/)
https://www.reddit.com/r/programming/comments/1oj0fos/web_development_in_pascal/
submitted by /u/self (https://www.reddit.com/user/self)
[link] (https://hackaday.com/2025/10/28/web-development-in-pascal/) [comments] (https://www.reddit.com/r/programming/comments/1oj0fos/web_development_in_pascal/)
Making Sense of Lambda Calculus 6: Recurring Problems
https://www.reddit.com/r/programming/comments/1oj0o60/making_sense_of_lambda_calculus_6_recurring/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/lambda-6.html) [comments] (https://www.reddit.com/r/programming/comments/1oj0o60/making_sense_of_lambda_calculus_6_recurring/)
https://www.reddit.com/r/programming/comments/1oj0o60/making_sense_of_lambda_calculus_6_recurring/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/lambda-6.html) [comments] (https://www.reddit.com/r/programming/comments/1oj0o60/making_sense_of_lambda_calculus_6_recurring/)
Disasters I've seen in a microservices world, part II
https://www.reddit.com/r/programming/comments/1oj1i7i/disasters_ive_seen_in_a_microservices_world_part/
<!-- SC_OFF -->Four years ago, I wrote Disasters I've Seen in a Microservices World. I thought by now we'd have solved most of them. We didn't. We just learned to live with the chaos. The sequel is out. Four new "disasters” I've seen first-hand: #7 more services than engineers #8 the gateway to hell #9 technology sprawl #10 when the org chart becomes your architecture Does it sound familiar to you? <!-- SC_ON --> submitted by /u/joaoqalves (https://www.reddit.com/user/joaoqalves)
[link] (https://world.hey.com/joaoqalves/disasters-i-ve-seen-in-a-microservices-world-part-ii-9e6826bf) [comments] (https://www.reddit.com/r/programming/comments/1oj1i7i/disasters_ive_seen_in_a_microservices_world_part/)
https://www.reddit.com/r/programming/comments/1oj1i7i/disasters_ive_seen_in_a_microservices_world_part/
<!-- SC_OFF -->Four years ago, I wrote Disasters I've Seen in a Microservices World. I thought by now we'd have solved most of them. We didn't. We just learned to live with the chaos. The sequel is out. Four new "disasters” I've seen first-hand: #7 more services than engineers #8 the gateway to hell #9 technology sprawl #10 when the org chart becomes your architecture Does it sound familiar to you? <!-- SC_ON --> submitted by /u/joaoqalves (https://www.reddit.com/user/joaoqalves)
[link] (https://world.hey.com/joaoqalves/disasters-i-ve-seen-in-a-microservices-world-part-ii-9e6826bf) [comments] (https://www.reddit.com/r/programming/comments/1oj1i7i/disasters_ive_seen_in_a_microservices_world_part/)
How Remote Procedure Call Works
https://www.reddit.com/r/programming/comments/1oj1o2t/how_remote_procedure_call_works/
submitted by /u/sdxyz42 (https://www.reddit.com/user/sdxyz42)
[link] (https://newsletter.systemdesign.one/p/how-rpc-works) [comments] (https://www.reddit.com/r/programming/comments/1oj1o2t/how_remote_procedure_call_works/)
https://www.reddit.com/r/programming/comments/1oj1o2t/how_remote_procedure_call_works/
submitted by /u/sdxyz42 (https://www.reddit.com/user/sdxyz42)
[link] (https://newsletter.systemdesign.one/p/how-rpc-works) [comments] (https://www.reddit.com/r/programming/comments/1oj1o2t/how_remote_procedure_call_works/)
Tips for stroke-surviving software engineers
https://www.reddit.com/r/programming/comments/1oj1yeo/tips_for_strokesurviving_software_engineers/
submitted by /u/No-Session6643 (https://www.reddit.com/user/No-Session6643)
[link] (https://blog.j11y.io/2025-10-29_stroke_tips_for_engineers/) [comments] (https://www.reddit.com/r/programming/comments/1oj1yeo/tips_for_strokesurviving_software_engineers/)
https://www.reddit.com/r/programming/comments/1oj1yeo/tips_for_strokesurviving_software_engineers/
submitted by /u/No-Session6643 (https://www.reddit.com/user/No-Session6643)
[link] (https://blog.j11y.io/2025-10-29_stroke_tips_for_engineers/) [comments] (https://www.reddit.com/r/programming/comments/1oj1yeo/tips_for_strokesurviving_software_engineers/)
Build your own Search Engine from Scratch in Java
https://www.reddit.com/r/programming/comments/1oj4477/build_your_own_search_engine_from_scratch_in_java/
submitted by /u/kishunkumaar (https://www.reddit.com/user/kishunkumaar)
[link] (https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java) [comments] (https://www.reddit.com/r/programming/comments/1oj4477/build_your_own_search_engine_from_scratch_in_java/)
https://www.reddit.com/r/programming/comments/1oj4477/build_your_own_search_engine_from_scratch_in_java/
submitted by /u/kishunkumaar (https://www.reddit.com/user/kishunkumaar)
[link] (https://www.0xkishan.com/blogs/build-your-own-search-engine-from-scratch-in-java) [comments] (https://www.reddit.com/r/programming/comments/1oj4477/build_your_own_search_engine_from_scratch_in_java/)
Kafka is fast -- I'll use Postgres
https://www.reddit.com/r/programming/comments/1oj7q6q/kafka_is_fast_ill_use_postgres/
submitted by /u/arshidwahga (https://www.reddit.com/user/arshidwahga)
[link] (https://topicpartition.io/blog/postgres-pubsub-queue-benchmarks) [comments] (https://www.reddit.com/r/programming/comments/1oj7q6q/kafka_is_fast_ill_use_postgres/)
https://www.reddit.com/r/programming/comments/1oj7q6q/kafka_is_fast_ill_use_postgres/
submitted by /u/arshidwahga (https://www.reddit.com/user/arshidwahga)
[link] (https://topicpartition.io/blog/postgres-pubsub-queue-benchmarks) [comments] (https://www.reddit.com/r/programming/comments/1oj7q6q/kafka_is_fast_ill_use_postgres/)