Technical Interviews Reject the Wrong Engineers
https://www.reddit.com/r/programming/comments/1tjh9p9/technical_interviews_reject_the_wrong_engineers/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://fagnerbrack.com/technical-interviews-reject-the-wrong-engineers-a8e78ca04b2e) [comments] (https://www.reddit.com/r/programming/comments/1tjh9p9/technical_interviews_reject_the_wrong_engineers/)
https://www.reddit.com/r/programming/comments/1tjh9p9/technical_interviews_reject_the_wrong_engineers/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://fagnerbrack.com/technical-interviews-reject-the-wrong-engineers-a8e78ca04b2e) [comments] (https://www.reddit.com/r/programming/comments/1tjh9p9/technical_interviews_reject_the_wrong_engineers/)
Building a mini serverless platform with Firecracker microVMs
https://www.reddit.com/r/programming/comments/1tjh9z7/building_a_mini_serverless_platform_with/
submitted by /u/viks98 (https://www.reddit.com/user/viks98)
[link] (https://medium.com/@vivek1502/building-an-aws-lambda-like-runtime-with-firecracker-microvms-42a418c6e3d7) [comments] (https://www.reddit.com/r/programming/comments/1tjh9z7/building_a_mini_serverless_platform_with/)
https://www.reddit.com/r/programming/comments/1tjh9z7/building_a_mini_serverless_platform_with/
submitted by /u/viks98 (https://www.reddit.com/user/viks98)
[link] (https://medium.com/@vivek1502/building-an-aws-lambda-like-runtime-with-firecracker-microvms-42a418c6e3d7) [comments] (https://www.reddit.com/r/programming/comments/1tjh9z7/building_a_mini_serverless_platform_with/)
We replaced Redis with MySQL for inventory reservations — and it scaled
https://www.reddit.com/r/programming/comments/1tji4b9/we_replaced_redis_with_mysql_for_inventory/
submitted by /u/mlenol (https://www.reddit.com/user/mlenol)
[link] (https://shopify.engineering/scaling-inventory-reservations) [comments] (https://www.reddit.com/r/programming/comments/1tji4b9/we_replaced_redis_with_mysql_for_inventory/)
https://www.reddit.com/r/programming/comments/1tji4b9/we_replaced_redis_with_mysql_for_inventory/
submitted by /u/mlenol (https://www.reddit.com/user/mlenol)
[link] (https://shopify.engineering/scaling-inventory-reservations) [comments] (https://www.reddit.com/r/programming/comments/1tji4b9/we_replaced_redis_with_mysql_for_inventory/)
Go for Java Programmers • Barry Feigenbaum & Shon Saliga
https://www.reddit.com/r/programming/comments/1tjipt8/go_for_java_programmers_barry_feigenbaum_shon/
<!-- SC_OFF -->Dr. Barry Feigenbaum, an IBM, Amazon and Dell veteran, spent time working with Golang and liked it enough to write the book he wished had existed when he made the switch. <!-- SC_ON --> submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/vw2k5WVPJKE?list=PLEx5khR4g7PJbSLmADahf0LOpTLifiCra) [comments] (https://www.reddit.com/r/programming/comments/1tjipt8/go_for_java_programmers_barry_feigenbaum_shon/)
https://www.reddit.com/r/programming/comments/1tjipt8/go_for_java_programmers_barry_feigenbaum_shon/
<!-- SC_OFF -->Dr. Barry Feigenbaum, an IBM, Amazon and Dell veteran, spent time working with Golang and liked it enough to write the book he wished had existed when he made the switch. <!-- SC_ON --> submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/vw2k5WVPJKE?list=PLEx5khR4g7PJbSLmADahf0LOpTLifiCra) [comments] (https://www.reddit.com/r/programming/comments/1tjipt8/go_for_java_programmers_barry_feigenbaum_shon/)
A performance regression in code I didn’t touch: debugging an L1 i-cache associativity issue
https://www.reddit.com/r/programming/comments/1tjk7x6/a_performance_regression_in_code_i_didnt_touch/
<!-- SC_OFF -->It's often being talked about data cache associativity issue, but instruction cache associativity seems to be much less discussed. I ran into a surprising performance regression that turned out to be caused by L1 instruction cache associativity. This happened in a go codebase, but the underlying issue is language-agnostic. <!-- SC_ON --> submitted by /u/watman12 (https://www.reddit.com/user/watman12)
[link] (https://blog.andr2i.com/posts/2026-05-19-a-regression-in-code-i-didn-t-touch) [comments] (https://www.reddit.com/r/programming/comments/1tjk7x6/a_performance_regression_in_code_i_didnt_touch/)
https://www.reddit.com/r/programming/comments/1tjk7x6/a_performance_regression_in_code_i_didnt_touch/
<!-- SC_OFF -->It's often being talked about data cache associativity issue, but instruction cache associativity seems to be much less discussed. I ran into a surprising performance regression that turned out to be caused by L1 instruction cache associativity. This happened in a go codebase, but the underlying issue is language-agnostic. <!-- SC_ON --> submitted by /u/watman12 (https://www.reddit.com/user/watman12)
[link] (https://blog.andr2i.com/posts/2026-05-19-a-regression-in-code-i-didn-t-touch) [comments] (https://www.reddit.com/r/programming/comments/1tjk7x6/a_performance_regression_in_code_i_didnt_touch/)
Simulating Infinity in Conway’s Game of Life with Modern C++
https://www.reddit.com/r/programming/comments/1tjmukr/simulating_infinity_in_conways_game_of_life_with/
submitted by /u/Dear-Economics-315 (https://www.reddit.com/user/Dear-Economics-315)
[link] (https://ryanjk5.github.io/posts/GOLDE/) [comments] (https://www.reddit.com/r/programming/comments/1tjmukr/simulating_infinity_in_conways_game_of_life_with/)
https://www.reddit.com/r/programming/comments/1tjmukr/simulating_infinity_in_conways_game_of_life_with/
submitted by /u/Dear-Economics-315 (https://www.reddit.com/user/Dear-Economics-315)
[link] (https://ryanjk5.github.io/posts/GOLDE/) [comments] (https://www.reddit.com/r/programming/comments/1tjmukr/simulating_infinity_in_conways_game_of_life_with/)
Building an external query planner: E-Graphs, measure-aware rewriting, and cross-dialect SQL
https://www.reddit.com/r/programming/comments/1tjoauj/building_an_external_query_planner_egraphs/
submitted by /u/keydunov (https://www.reddit.com/user/keydunov)
[link] (https://cube.dev/blog/how-semantic-sql-works) [comments] (https://www.reddit.com/r/programming/comments/1tjoauj/building_an_external_query_planner_egraphs/)
https://www.reddit.com/r/programming/comments/1tjoauj/building_an_external_query_planner_egraphs/
submitted by /u/keydunov (https://www.reddit.com/user/keydunov)
[link] (https://cube.dev/blog/how-semantic-sql-works) [comments] (https://www.reddit.com/r/programming/comments/1tjoauj/building_an_external_query_planner_egraphs/)
I tried to melt my Intel Ultra 7 router setup simulating 250 VR users for an off-grid festival app. Here's what happened.
https://www.reddit.com/r/programming/comments/1tk9b18/i_tried_to_melt_my_intel_ultra_7_router_setup/
submitted by /u/Existing_Leopard_231 (https://www.reddit.com/user/Existing_Leopard_231)
[link] (https://linustechtips.com/topic/1637924-i-tried-to-melt-my-intel-ultra-7-router-setup-simulating-250-vr-users-for-an-off-grid-festival-app-heres-what-happened/) [comments] (https://www.reddit.com/r/programming/comments/1tk9b18/i_tried_to_melt_my_intel_ultra_7_router_setup/)
https://www.reddit.com/r/programming/comments/1tk9b18/i_tried_to_melt_my_intel_ultra_7_router_setup/
submitted by /u/Existing_Leopard_231 (https://www.reddit.com/user/Existing_Leopard_231)
[link] (https://linustechtips.com/topic/1637924-i-tried-to-melt-my-intel-ultra-7-router-setup-simulating-250-vr-users-for-an-off-grid-festival-app-heres-what-happened/) [comments] (https://www.reddit.com/r/programming/comments/1tk9b18/i_tried_to_melt_my_intel_ultra_7_router_setup/)
16 bytes of code that turn Sierpinski waves into Matrix rain
https://www.reddit.com/r/programming/comments/1tkh0w0/16_bytes_of_code_that_turn_sierpinski_waves_into/
<!-- SC_OFF -->Hey babe, stop what you're doing, HellMood dropped another WriteUp xD
Jokes aside, this is an in depth explanation of the underlying math that allow 16 bytes of x86 code to produce a visual textmode effect and music at the same time. "MiragePT", a demo scener, let the thing run on a real old 286 system with MDA Hercules graphics and it ran there as well. Also included some background information that i was asked for. Since i have done this for so many years i might have left out details you might find interesting. In that case, please leave a comment and i'll work that in. Have fun reading! <!-- SC_ON --> submitted by /u/Hell__Mood (https://www.reddit.com/user/Hell__Mood)
[link] (https://hellmood.111mb.de//wake_up_16b_writeup.html) [comments] (https://www.reddit.com/r/programming/comments/1tkh0w0/16_bytes_of_code_that_turn_sierpinski_waves_into/)
https://www.reddit.com/r/programming/comments/1tkh0w0/16_bytes_of_code_that_turn_sierpinski_waves_into/
<!-- SC_OFF -->Hey babe, stop what you're doing, HellMood dropped another WriteUp xD
Jokes aside, this is an in depth explanation of the underlying math that allow 16 bytes of x86 code to produce a visual textmode effect and music at the same time. "MiragePT", a demo scener, let the thing run on a real old 286 system with MDA Hercules graphics and it ran there as well. Also included some background information that i was asked for. Since i have done this for so many years i might have left out details you might find interesting. In that case, please leave a comment and i'll work that in. Have fun reading! <!-- SC_ON --> submitted by /u/Hell__Mood (https://www.reddit.com/user/Hell__Mood)
[link] (https://hellmood.111mb.de//wake_up_16b_writeup.html) [comments] (https://www.reddit.com/r/programming/comments/1tkh0w0/16_bytes_of_code_that_turn_sierpinski_waves_into/)
How Container Registries Work: Pushing and Pulling Images Without Docker
https://www.reddit.com/r/programming/comments/1tki1qd/how_container_registries_work_pushing_and_pulling/
submitted by /u/iximiuz (https://www.reddit.com/user/iximiuz)
[link] (https://labs.iximiuz.com/tutorials/container-registry-from-scratch) [comments] (https://www.reddit.com/r/programming/comments/1tki1qd/how_container_registries_work_pushing_and_pulling/)
https://www.reddit.com/r/programming/comments/1tki1qd/how_container_registries_work_pushing_and_pulling/
submitted by /u/iximiuz (https://www.reddit.com/user/iximiuz)
[link] (https://labs.iximiuz.com/tutorials/container-registry-from-scratch) [comments] (https://www.reddit.com/r/programming/comments/1tki1qd/how_container_registries_work_pushing_and_pulling/)
Creator of C++ talks about memory safety
https://www.reddit.com/r/programming/comments/1tkivsv/creator_of_c_talks_about_memory_safety/
submitted by /u/dukey (https://www.reddit.com/user/dukey)
[link] (https://www.youtube.com/watch?v=U46fJ2bJ-co&t=2780s) [comments] (https://www.reddit.com/r/programming/comments/1tkivsv/creator_of_c_talks_about_memory_safety/)
https://www.reddit.com/r/programming/comments/1tkivsv/creator_of_c_talks_about_memory_safety/
submitted by /u/dukey (https://www.reddit.com/user/dukey)
[link] (https://www.youtube.com/watch?v=U46fJ2bJ-co&t=2780s) [comments] (https://www.reddit.com/r/programming/comments/1tkivsv/creator_of_c_talks_about_memory_safety/)
Lessons I Learned from Creating Searx
https://www.reddit.com/r/programming/comments/1tkjoy4/lessons_i_learned_from_creating_searx/
submitted by /u/asciimoo (https://www.reddit.com/user/asciimoo)
[link] (https://hister.org/posts/lessons-i-learned-from-creating-searx) [comments] (https://www.reddit.com/r/programming/comments/1tkjoy4/lessons_i_learned_from_creating_searx/)
https://www.reddit.com/r/programming/comments/1tkjoy4/lessons_i_learned_from_creating_searx/
submitted by /u/asciimoo (https://www.reddit.com/user/asciimoo)
[link] (https://hister.org/posts/lessons-i-learned-from-creating-searx) [comments] (https://www.reddit.com/r/programming/comments/1tkjoy4/lessons_i_learned_from_creating_searx/)
High Speed Networking: The View from the Machine
https://www.reddit.com/r/programming/comments/1tkp5rs/high_speed_networking_the_view_from_the_machine/
submitted by /u/Middle_Ad4847 (https://www.reddit.com/user/Middle_Ad4847)
[link] (https://blog.c21-mac.com/posts/high-speed-networking-part-1/) [comments] (https://www.reddit.com/r/programming/comments/1tkp5rs/high_speed_networking_the_view_from_the_machine/)
https://www.reddit.com/r/programming/comments/1tkp5rs/high_speed_networking_the_view_from_the_machine/
submitted by /u/Middle_Ad4847 (https://www.reddit.com/user/Middle_Ad4847)
[link] (https://blog.c21-mac.com/posts/high-speed-networking-part-1/) [comments] (https://www.reddit.com/r/programming/comments/1tkp5rs/high_speed_networking_the_view_from_the_machine/)
Building a Fast Lock-Free Queue in Modern C++ From Scratch
https://www.reddit.com/r/programming/comments/1tkx5r7/building_a_fast_lockfree_queue_in_modern_c_from/
submitted by /u/Beginning-Safe4282 (https://www.reddit.com/user/Beginning-Safe4282)
[link] (https://jaysmito.dev/blog/blog/04-fast-lockfree-queues/) [comments] (https://www.reddit.com/r/programming/comments/1tkx5r7/building_a_fast_lockfree_queue_in_modern_c_from/)
https://www.reddit.com/r/programming/comments/1tkx5r7/building_a_fast_lockfree_queue_in_modern_c_from/
submitted by /u/Beginning-Safe4282 (https://www.reddit.com/user/Beginning-Safe4282)
[link] (https://jaysmito.dev/blog/blog/04-fast-lockfree-queues/) [comments] (https://www.reddit.com/r/programming/comments/1tkx5r7/building_a_fast_lockfree_queue_in_modern_c_from/)
A blueprint for formal verification of Apple corecrypto
https://www.reddit.com/r/programming/comments/1tkxgmb/a_blueprint_for_formal_verification_of_apple/
submitted by /u/mttd (https://www.reddit.com/user/mttd)
[link] (https://security.apple.com/blog/formal-verification-corecrypto/) [comments] (https://www.reddit.com/r/programming/comments/1tkxgmb/a_blueprint_for_formal_verification_of_apple/)
https://www.reddit.com/r/programming/comments/1tkxgmb/a_blueprint_for_formal_verification_of_apple/
submitted by /u/mttd (https://www.reddit.com/user/mttd)
[link] (https://security.apple.com/blog/formal-verification-corecrypto/) [comments] (https://www.reddit.com/r/programming/comments/1tkxgmb/a_blueprint_for_formal_verification_of_apple/)
Writing VBA modules inside Excel files is much stranger than I expected
https://www.reddit.com/r/programming/comments/1tkxs4c/writing_vba_modules_inside_excel_files_is_much/
<!-- SC_OFF -->Writing VBA back into Excel files is not “just editing text in a zip file” I went down the rabbit hole of exploring how VBA modules are stored inside Office files, and the format is much stranger than I expected. The most surprising part is how many layers are involved. For a modern .xlsm file, the path looks roughly like this: text Excel workbook -> ZIP / Open XML package -> xl/vbaProject.bin -> Microsoft Compound File Binary -> VBA project streams -> compressed module source So replacing a VBA module is not just: text open file replace text save file It is closer to: text preserve the workbook container extract vbaProject.bin parse the compound file decompress the VBA streams find the real source offset replace only the source body recompress it correctly invalidate Office caches drop stale compiled-cache streams avoid breaking protected or signed projects put everything back without touching unrelated bytes A few details made this more interesting than expected: the dir stream is itself compressed module source does not always start at byte zero VBA source uses the project codepage, not UTF-8 short final compression chunks cannot be written as raw chunks Office stores compiled cache streams that should not be rewritten digital signatures become invalid after source changes the real test is “does Excel reopen it without a "your workbook is broken" prompt?” The main lesson: Editing VBA inside Office files is not just editing a script file inside of a zip file. It's way more complicated. You have to maintain a small filesystem, a compression format, a project manifest, and a set of Office-specific safety rules at the same time. Implementation guide: https://github.com/WilliamSmithEdward/pyOpenVBA/blob/main/docs/ms-ovba-implementation-guide_v2.md References: Microsoft MS-OVBA specification Microsoft Compound File Binary format Office Open XML package structure Real Excel workbooks tested against Excel for Microsoft 365 <!-- SC_ON --> submitted by /u/MultiUserDungeonDev (https://www.reddit.com/user/MultiUserDungeonDev)
[link] (https://github.com/WilliamSmithEdward/pyOpenVBA/blob/main/docs/ms-ovba-implementation-guide_v2.md) [comments] (https://www.reddit.com/r/programming/comments/1tkxs4c/writing_vba_modules_inside_excel_files_is_much/)
https://www.reddit.com/r/programming/comments/1tkxs4c/writing_vba_modules_inside_excel_files_is_much/
<!-- SC_OFF -->Writing VBA back into Excel files is not “just editing text in a zip file” I went down the rabbit hole of exploring how VBA modules are stored inside Office files, and the format is much stranger than I expected. The most surprising part is how many layers are involved. For a modern .xlsm file, the path looks roughly like this: text Excel workbook -> ZIP / Open XML package -> xl/vbaProject.bin -> Microsoft Compound File Binary -> VBA project streams -> compressed module source So replacing a VBA module is not just: text open file replace text save file It is closer to: text preserve the workbook container extract vbaProject.bin parse the compound file decompress the VBA streams find the real source offset replace only the source body recompress it correctly invalidate Office caches drop stale compiled-cache streams avoid breaking protected or signed projects put everything back without touching unrelated bytes A few details made this more interesting than expected: the dir stream is itself compressed module source does not always start at byte zero VBA source uses the project codepage, not UTF-8 short final compression chunks cannot be written as raw chunks Office stores compiled cache streams that should not be rewritten digital signatures become invalid after source changes the real test is “does Excel reopen it without a "your workbook is broken" prompt?” The main lesson: Editing VBA inside Office files is not just editing a script file inside of a zip file. It's way more complicated. You have to maintain a small filesystem, a compression format, a project manifest, and a set of Office-specific safety rules at the same time. Implementation guide: https://github.com/WilliamSmithEdward/pyOpenVBA/blob/main/docs/ms-ovba-implementation-guide_v2.md References: Microsoft MS-OVBA specification Microsoft Compound File Binary format Office Open XML package structure Real Excel workbooks tested against Excel for Microsoft 365 <!-- SC_ON --> submitted by /u/MultiUserDungeonDev (https://www.reddit.com/user/MultiUserDungeonDev)
[link] (https://github.com/WilliamSmithEdward/pyOpenVBA/blob/main/docs/ms-ovba-implementation-guide_v2.md) [comments] (https://www.reddit.com/r/programming/comments/1tkxs4c/writing_vba_modules_inside_excel_files_is_much/)
How I Built a Confluence Crawler
https://www.reddit.com/r/programming/comments/1tkxx4e/how_i_built_a_confluence_crawler/
<!-- SC_OFF -->A writeup about building confluence2md, a Go CLI tool that converts Confluence wikis to Markdown and the surprisingly deep technical challenges along the way. The article covers: Two-phase crawling: Phase 1 fetches and converts pages with original URLs, Phase 2 rewrites links after knowing the complete page graph (so nothing breaks) Why converting Confluence storage format is painful (XML macros, link rewriting, pagination) Checkpoint-based incremental updates without losing progress Cross-platform release automation with GitHub Actions + GoReleaser The tool is open-source and ready to use. If you've ever needed to migrate off Confluence or build on wiki data, might be useful: https://github.com/gkoos/confluence2md <!-- SC_ON --> submitted by /u/OtherwisePush6424 (https://www.reddit.com/user/OtherwisePush6424)
[link] (https://blog.gaborkoos.com/posts/2026-05-22-How-I-Built-a-Confluence-Crawler/) [comments] (https://www.reddit.com/r/programming/comments/1tkxx4e/how_i_built_a_confluence_crawler/)
https://www.reddit.com/r/programming/comments/1tkxx4e/how_i_built_a_confluence_crawler/
<!-- SC_OFF -->A writeup about building confluence2md, a Go CLI tool that converts Confluence wikis to Markdown and the surprisingly deep technical challenges along the way. The article covers: Two-phase crawling: Phase 1 fetches and converts pages with original URLs, Phase 2 rewrites links after knowing the complete page graph (so nothing breaks) Why converting Confluence storage format is painful (XML macros, link rewriting, pagination) Checkpoint-based incremental updates without losing progress Cross-platform release automation with GitHub Actions + GoReleaser The tool is open-source and ready to use. If you've ever needed to migrate off Confluence or build on wiki data, might be useful: https://github.com/gkoos/confluence2md <!-- SC_ON --> submitted by /u/OtherwisePush6424 (https://www.reddit.com/user/OtherwisePush6424)
[link] (https://blog.gaborkoos.com/posts/2026-05-22-How-I-Built-a-Confluence-Crawler/) [comments] (https://www.reddit.com/r/programming/comments/1tkxx4e/how_i_built_a_confluence_crawler/)
Clojure Anonymous Functions
https://www.reddit.com/r/programming/comments/1tlaj3y/clojure_anonymous_functions/
submitted by /u/Efficient-Public-551 (https://www.reddit.com/user/Efficient-Public-551)
[link] (https://youtu.be/3S3wQ0ldIKs) [comments] (https://www.reddit.com/r/programming/comments/1tlaj3y/clojure_anonymous_functions/)
https://www.reddit.com/r/programming/comments/1tlaj3y/clojure_anonymous_functions/
submitted by /u/Efficient-Public-551 (https://www.reddit.com/user/Efficient-Public-551)
[link] (https://youtu.be/3S3wQ0ldIKs) [comments] (https://www.reddit.com/r/programming/comments/1tlaj3y/clojure_anonymous_functions/)
Spring Boot vs Node.js: I Ran Both in Production for 18 Months. One Cost $12,000 More. Guess Which
https://www.reddit.com/r/programming/comments/1tlc1tx/spring_boot_vs_nodejs_i_ran_both_in_production/
submitted by /u/henk53 (https://www.reddit.com/user/henk53)
[link] (https://archive.ph/nNMR7) [comments] (https://www.reddit.com/r/programming/comments/1tlc1tx/spring_boot_vs_nodejs_i_ran_both_in_production/)
https://www.reddit.com/r/programming/comments/1tlc1tx/spring_boot_vs_nodejs_i_ran_both_in_production/
submitted by /u/henk53 (https://www.reddit.com/user/henk53)
[link] (https://archive.ph/nNMR7) [comments] (https://www.reddit.com/r/programming/comments/1tlc1tx/spring_boot_vs_nodejs_i_ran_both_in_production/)
Applying metaphors from other fields into software development
https://www.reddit.com/r/programming/comments/1tleq8t/applying_metaphors_from_other_fields_into/
submitted by /u/jhartikainen (https://www.reddit.com/user/jhartikainen)
[link] (https://codeutopia.net/blog/2026/05/23/applying-metaphors-from-other-fields-into-software-development/) [comments] (https://www.reddit.com/r/programming/comments/1tleq8t/applying_metaphors_from_other_fields_into/)
https://www.reddit.com/r/programming/comments/1tleq8t/applying_metaphors_from_other_fields_into/
submitted by /u/jhartikainen (https://www.reddit.com/user/jhartikainen)
[link] (https://codeutopia.net/blog/2026/05/23/applying-metaphors-from-other-fields-into-software-development/) [comments] (https://www.reddit.com/r/programming/comments/1tleq8t/applying_metaphors_from_other_fields_into/)
Chrome proposes new APIs: Declarative partial updates
https://www.reddit.com/r/programming/comments/1tlvrmh/chrome_proposes_new_apis_declarative_partial/
submitted by /u/imbev (https://www.reddit.com/user/imbev)
[link] (https://developer.chrome.com/blog/declarative-partial-updates) [comments] (https://www.reddit.com/r/programming/comments/1tlvrmh/chrome_proposes_new_apis_declarative_partial/)
https://www.reddit.com/r/programming/comments/1tlvrmh/chrome_proposes_new_apis_declarative_partial/
submitted by /u/imbev (https://www.reddit.com/user/imbev)
[link] (https://developer.chrome.com/blog/declarative-partial-updates) [comments] (https://www.reddit.com/r/programming/comments/1tlvrmh/chrome_proposes_new_apis_declarative_partial/)