Newer AI Coding Assistants Are Failing in Insidious Ways
https://www.reddit.com/r/programming/comments/1qdv6h0/newer_ai_coding_assistants_are_failing_in/
submitted by /u/CackleRooster (https://www.reddit.com/user/CackleRooster)
[link] (https://spectrum.ieee.org/ai-coding-degrades) [comments] (https://www.reddit.com/r/programming/comments/1qdv6h0/newer_ai_coding_assistants_are_failing_in/)
https://www.reddit.com/r/programming/comments/1qdv6h0/newer_ai_coding_assistants_are_failing_in/
submitted by /u/CackleRooster (https://www.reddit.com/user/CackleRooster)
[link] (https://spectrum.ieee.org/ai-coding-degrades) [comments] (https://www.reddit.com/r/programming/comments/1qdv6h0/newer_ai_coding_assistants_are_failing_in/)
Grug Brained Developer a humorous but serious take on complexity in software
https://www.reddit.com/r/programming/comments/1qdvbpv/grug_brained_developer_a_humorous_but_serious/
<!-- SC_OFF -->A long-form essay reflecting on complexity as the core challenge in software development, with observations drawn from maintaining systems over time. It touches on abstraction, testing strategies, refactoring, APIs, tooling, and system design, framed in an intentionally simple and humorous tone. <!-- SC_ON --> submitted by /u/Digitalunicon (https://www.reddit.com/user/Digitalunicon)
[link] (https://grugbrain.dev/) [comments] (https://www.reddit.com/r/programming/comments/1qdvbpv/grug_brained_developer_a_humorous_but_serious/)
https://www.reddit.com/r/programming/comments/1qdvbpv/grug_brained_developer_a_humorous_but_serious/
<!-- SC_OFF -->A long-form essay reflecting on complexity as the core challenge in software development, with observations drawn from maintaining systems over time. It touches on abstraction, testing strategies, refactoring, APIs, tooling, and system design, framed in an intentionally simple and humorous tone. <!-- SC_ON --> submitted by /u/Digitalunicon (https://www.reddit.com/user/Digitalunicon)
[link] (https://grugbrain.dev/) [comments] (https://www.reddit.com/r/programming/comments/1qdvbpv/grug_brained_developer_a_humorous_but_serious/)
Introducing flask-gae-logging, for a better DX when building Flask apps in Google AppEngine
https://www.reddit.com/r/programming/comments/1qebq14/introducing_flaskgaelogging_for_a_better_dx_when/
<!-- SC_OFF -->Hey everyone, I've been working with Flask on Google App Engine (GAE) and found the logging experience a bit annoying. After transition in Python3, the lack of clear, structured logging and severity propagation across the request lifecycle was a major pain point. So, I decided to create a custom Cloud Logging handler specifically for Flask apps deployed on GAE. ✨ Introducing FlaskGAEMaxLogLevelPropagateHandler with flask-gae-logging package! ✨ This handler groups logs from the same request lifecycle and ensures the highest log level is propagated consistently. If you've been pulling your hair out trying to get clean, organized logs on GAE, this might just save your sanity. Key Features: Grouping of logs within the same request lifecycle. Propagation of the maximum log level. Easy integration with your existing Flask app. Some extra, nice-to-have, log filters for GAE. I’ve written an article detailing how it works and how you can integrate it into your project. Would love to hear your thoughts, feedback, or any other logging pain points you’ve encountered on GAE with Flask! 🔗 Check out the article: https://medium.com/gitconnected/flask-logging-in-google-app-engine-is-not-a-nightmare-anymore-with-flask-gae-logging-962979738ea6 🔗 GitHub Repo: https://github.com/trebbble/flask-gae-logging Happy coding! 🚀 <!-- SC_ON --> submitted by /u/SearchMobile6431 (https://www.reddit.com/user/SearchMobile6431)
[link] (https://medium.com/gitconnected/flask-logging-in-google-app-engine-is-not-a-nightmare-anymore-with-flask-gae-logging-962979738ea6) [comments] (https://www.reddit.com/r/programming/comments/1qebq14/introducing_flaskgaelogging_for_a_better_dx_when/)
https://www.reddit.com/r/programming/comments/1qebq14/introducing_flaskgaelogging_for_a_better_dx_when/
<!-- SC_OFF -->Hey everyone, I've been working with Flask on Google App Engine (GAE) and found the logging experience a bit annoying. After transition in Python3, the lack of clear, structured logging and severity propagation across the request lifecycle was a major pain point. So, I decided to create a custom Cloud Logging handler specifically for Flask apps deployed on GAE. ✨ Introducing FlaskGAEMaxLogLevelPropagateHandler with flask-gae-logging package! ✨ This handler groups logs from the same request lifecycle and ensures the highest log level is propagated consistently. If you've been pulling your hair out trying to get clean, organized logs on GAE, this might just save your sanity. Key Features: Grouping of logs within the same request lifecycle. Propagation of the maximum log level. Easy integration with your existing Flask app. Some extra, nice-to-have, log filters for GAE. I’ve written an article detailing how it works and how you can integrate it into your project. Would love to hear your thoughts, feedback, or any other logging pain points you’ve encountered on GAE with Flask! 🔗 Check out the article: https://medium.com/gitconnected/flask-logging-in-google-app-engine-is-not-a-nightmare-anymore-with-flask-gae-logging-962979738ea6 🔗 GitHub Repo: https://github.com/trebbble/flask-gae-logging Happy coding! 🚀 <!-- SC_ON --> submitted by /u/SearchMobile6431 (https://www.reddit.com/user/SearchMobile6431)
[link] (https://medium.com/gitconnected/flask-logging-in-google-app-engine-is-not-a-nightmare-anymore-with-flask-gae-logging-962979738ea6) [comments] (https://www.reddit.com/r/programming/comments/1qebq14/introducing_flaskgaelogging_for_a_better_dx_when/)
Arrow's Either: The Kotlin Chapter of our Scary Words Saga
https://www.reddit.com/r/programming/comments/1qedne5/arrows_either_the_kotlin_chapter_of_our_scary/
submitted by /u/cekrem (https://www.reddit.com/user/cekrem)
[link] (https://cekrem.github.io/posts/arrow-either-kotlin-functors-monads/) [comments] (https://www.reddit.com/r/programming/comments/1qedne5/arrows_either_the_kotlin_chapter_of_our_scary/)
https://www.reddit.com/r/programming/comments/1qedne5/arrows_either_the_kotlin_chapter_of_our_scary/
submitted by /u/cekrem (https://www.reddit.com/user/cekrem)
[link] (https://cekrem.github.io/posts/arrow-either-kotlin-functors-monads/) [comments] (https://www.reddit.com/r/programming/comments/1qedne5/arrows_either_the_kotlin_chapter_of_our_scary/)
Hands-On Introduction to Unikernels
https://www.reddit.com/r/programming/comments/1qef1xn/handson_introduction_to_unikernels/
submitted by /u/iximiuz (https://www.reddit.com/user/iximiuz)
[link] (https://labs.iximiuz.com/tutorials/unikernels-intro-93976514) [comments] (https://www.reddit.com/r/programming/comments/1qef1xn/handson_introduction_to_unikernels/)
https://www.reddit.com/r/programming/comments/1qef1xn/handson_introduction_to_unikernels/
submitted by /u/iximiuz (https://www.reddit.com/user/iximiuz)
[link] (https://labs.iximiuz.com/tutorials/unikernels-intro-93976514) [comments] (https://www.reddit.com/r/programming/comments/1qef1xn/handson_introduction_to_unikernels/)
How ClickHouse handles strings
https://www.reddit.com/r/programming/comments/1qef2lv/how_clickhouse_handles_strings/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/clickhouse-strings/) [comments] (https://www.reddit.com/r/programming/comments/1qef2lv/how_clickhouse_handles_strings/)
https://www.reddit.com/r/programming/comments/1qef2lv/how_clickhouse_handles_strings/
submitted by /u/f311a (https://www.reddit.com/user/f311a)
[link] (https://rushter.com/blog/clickhouse-strings/) [comments] (https://www.reddit.com/r/programming/comments/1qef2lv/how_clickhouse_handles_strings/)
The way I run standup meetings by Marc G Gauthier
https://www.reddit.com/r/programming/comments/1qegncf/the_way_i_run_standup_meetings_by_marc_g_gauthier/
submitted by /u/RevillWeb (https://www.reddit.com/user/RevillWeb)
[link] (https://marcgg.com/blog/2024/11/20/standup/) [comments] (https://www.reddit.com/r/programming/comments/1qegncf/the_way_i_run_standup_meetings_by_marc_g_gauthier/)
https://www.reddit.com/r/programming/comments/1qegncf/the_way_i_run_standup_meetings_by_marc_g_gauthier/
submitted by /u/RevillWeb (https://www.reddit.com/user/RevillWeb)
[link] (https://marcgg.com/blog/2024/11/20/standup/) [comments] (https://www.reddit.com/r/programming/comments/1qegncf/the_way_i_run_standup_meetings_by_marc_g_gauthier/)
If You Have Ever Seen Beautiful CGI Simulations Of Realistic Flocking Behaviour With Birds, You Might Wonder How It Is Done - This Is How:
https://www.reddit.com/r/programming/comments/1qeho0v/if_you_have_ever_seen_beautiful_cgi_simulations/
<!-- SC_OFF -->The fundamental premise is that flocking is a bottom-up phenomenon, which emerges almost magically from a few simple rules. Once the rules are found and tested, the programmer can create a model of them in code which he, or she will execute to test that it works. This model is then handed to a graphic artist that can then take this model to drive graphics software to draw it on screen. Modern graphics processors, as you have seen, can create strikingly realistic, jaw-dropping images. Sure, the artist may be talented, but the real credit goes to the person who created the model. I am not trying to diminish the creativity, or imagination of the artist. In our case, the wizard behind the model of flocking behaviour was a young man named Craig Reynolds, who discovered a few simple rules in 1986. Look him up. Here are Reynold’s rules: Rule 1: Steer to avoid collisions. This is a repulsive force. It ensures that the birds do not collide. Each bird maintains a small protected zone around itself. If another bird enters this zone, then the bird steers in the opposite direction. Rule 2: Steer towards the average heading of local flockmates. The bird looks at the velocity (speed + direction) of its neighbours and tries to match it. This behaviour gives the flock its “flow” and prevents individuals from scattering in different directions. Rule 3: Steer to move toward the average position (centre of mass) of local flock mates. This makes the bird want to be in the middle of the group it can see. It prevents individuals from drifting off into isolation, ensuring the group remains a "flock" rather than a collection of independent actors. There is a subtle but vital detail in Reynold’s logic: Reynolds specified that individual birds don’t see the whole flock; they only see what is nearby. This is why a flock can split around buildings and other obstacles and rejoin as a group. If you are not a programmer, stop reading here. Programmers will probably want an example of how these simple rules are actually coded. Here is my implementation, written in pseudo-code, because I am language agnostic. Note that Reynolds called the birds “Boids” to differentiate them from real birds: // Calculate the three forces for a single Boid 'b' PROCEDURE calculate_forces(boid b, flock): Vector separation_force = [0, 0] Vector alignment_avg_vel = [0, 0] Vector cohesion_avg_pos = [0, 0] int neighbor_count = 0 FOR EACH boid neighbor IN flock: IF neighbor != b AND distance(b, neighbor) < VISUAL_RADIUS: neighbor_count++ // Rule 1: Separation (Vector points AWAY from neighbor) IF distance(b, neighbor) < PROTECTED_RANGE: separation_force += (b.position - neighbor.position) // Rule 2: Alignment (Accumulate velocities) alignment_avg_vel += neighbor.velocity // Rule 3: Cohesion (Accumulate positions) cohesion_avg_pos += neighbor.position IF neighbor_count > 0: // Finalize Alignment: Average the velocity and steer toward it alignment_avg_vel /= neighbor_count alignment_force = (alignment_avg_vel - b.velocity) * ALIGN_WEIGHT // Finalize Cohesion: Find center of mass and steer toward it cohesion_avg_pos /= neighbor_count cohesion_force = (cohesion_avg_pos - b.position) * COHESION_WEIGHT // Finalize Separation: Scale the repulsion separation_force *= SEPARATE_WEIGHT RETURN separation_force + alignment_force + cohesion_force If you’d like to find Craig then he can be found on the Internet here: http://www.red3d.com/cwr/ As you can see, his presence is very understated. <!-- SC_ON --> submitted by /u/MarioGianota (https://www.reddit.com/user/MarioGianota)
https://www.reddit.com/r/programming/comments/1qeho0v/if_you_have_ever_seen_beautiful_cgi_simulations/
<!-- SC_OFF -->The fundamental premise is that flocking is a bottom-up phenomenon, which emerges almost magically from a few simple rules. Once the rules are found and tested, the programmer can create a model of them in code which he, or she will execute to test that it works. This model is then handed to a graphic artist that can then take this model to drive graphics software to draw it on screen. Modern graphics processors, as you have seen, can create strikingly realistic, jaw-dropping images. Sure, the artist may be talented, but the real credit goes to the person who created the model. I am not trying to diminish the creativity, or imagination of the artist. In our case, the wizard behind the model of flocking behaviour was a young man named Craig Reynolds, who discovered a few simple rules in 1986. Look him up. Here are Reynold’s rules: Rule 1: Steer to avoid collisions. This is a repulsive force. It ensures that the birds do not collide. Each bird maintains a small protected zone around itself. If another bird enters this zone, then the bird steers in the opposite direction. Rule 2: Steer towards the average heading of local flockmates. The bird looks at the velocity (speed + direction) of its neighbours and tries to match it. This behaviour gives the flock its “flow” and prevents individuals from scattering in different directions. Rule 3: Steer to move toward the average position (centre of mass) of local flock mates. This makes the bird want to be in the middle of the group it can see. It prevents individuals from drifting off into isolation, ensuring the group remains a "flock" rather than a collection of independent actors. There is a subtle but vital detail in Reynold’s logic: Reynolds specified that individual birds don’t see the whole flock; they only see what is nearby. This is why a flock can split around buildings and other obstacles and rejoin as a group. If you are not a programmer, stop reading here. Programmers will probably want an example of how these simple rules are actually coded. Here is my implementation, written in pseudo-code, because I am language agnostic. Note that Reynolds called the birds “Boids” to differentiate them from real birds: // Calculate the three forces for a single Boid 'b' PROCEDURE calculate_forces(boid b, flock): Vector separation_force = [0, 0] Vector alignment_avg_vel = [0, 0] Vector cohesion_avg_pos = [0, 0] int neighbor_count = 0 FOR EACH boid neighbor IN flock: IF neighbor != b AND distance(b, neighbor) < VISUAL_RADIUS: neighbor_count++ // Rule 1: Separation (Vector points AWAY from neighbor) IF distance(b, neighbor) < PROTECTED_RANGE: separation_force += (b.position - neighbor.position) // Rule 2: Alignment (Accumulate velocities) alignment_avg_vel += neighbor.velocity // Rule 3: Cohesion (Accumulate positions) cohesion_avg_pos += neighbor.position IF neighbor_count > 0: // Finalize Alignment: Average the velocity and steer toward it alignment_avg_vel /= neighbor_count alignment_force = (alignment_avg_vel - b.velocity) * ALIGN_WEIGHT // Finalize Cohesion: Find center of mass and steer toward it cohesion_avg_pos /= neighbor_count cohesion_force = (cohesion_avg_pos - b.position) * COHESION_WEIGHT // Finalize Separation: Scale the repulsion separation_force *= SEPARATE_WEIGHT RETURN separation_force + alignment_force + cohesion_force If you’d like to find Craig then he can be found on the Internet here: http://www.red3d.com/cwr/ As you can see, his presence is very understated. <!-- SC_ON --> submitted by /u/MarioGianota (https://www.reddit.com/user/MarioGianota)
The Astro Technology Company joins Cloudflare | Astro
https://www.reddit.com/r/programming/comments/1qeilrk/the_astro_technology_company_joins_cloudflare/
submitted by /u/ReallySuperName (https://www.reddit.com/user/ReallySuperName)
[link] (https://astro.build/blog/joining-cloudflare/) [comments] (https://www.reddit.com/r/programming/comments/1qeilrk/the_astro_technology_company_joins_cloudflare/)
https://www.reddit.com/r/programming/comments/1qeilrk/the_astro_technology_company_joins_cloudflare/
submitted by /u/ReallySuperName (https://www.reddit.com/user/ReallySuperName)
[link] (https://astro.build/blog/joining-cloudflare/) [comments] (https://www.reddit.com/r/programming/comments/1qeilrk/the_astro_technology_company_joins_cloudflare/)
You can’t control what you can’t see: cost visibility in growing organizations
https://www.reddit.com/r/programming/comments/1qeizln/you_cant_control_what_you_cant_see_cost/
submitted by /u/justanotherdevblog (https://www.reddit.com/user/justanotherdevblog)
[link] (https://justanotherdevblog.com/2026/01/14/you-cant-control-what-you-cant-see-cost-visibility-in-growing-organizations/) [comments] (https://www.reddit.com/r/programming/comments/1qeizln/you_cant_control_what_you_cant_see_cost/)
https://www.reddit.com/r/programming/comments/1qeizln/you_cant_control_what_you_cant_see_cost/
submitted by /u/justanotherdevblog (https://www.reddit.com/user/justanotherdevblog)
[link] (https://justanotherdevblog.com/2026/01/14/you-cant-control-what-you-cant-see-cost-visibility-in-growing-organizations/) [comments] (https://www.reddit.com/r/programming/comments/1qeizln/you_cant_control_what_you_cant_see_cost/)
How to make a Blog
https://www.reddit.com/r/programming/comments/1qelrri/how_to_make_a_blog/
<!-- SC_OFF -->Using make and pandoc instead of your typical static site generator to build a blog. <!-- SC_ON --> submitted by /u/erikwasunavailable (https://www.reddit.com/user/erikwasunavailable)
[link] (https://blog.erikwastaken.dev/posts/2026-01-16-how-to-make-a-blog.html) [comments] (https://www.reddit.com/r/programming/comments/1qelrri/how_to_make_a_blog/)
https://www.reddit.com/r/programming/comments/1qelrri/how_to_make_a_blog/
<!-- SC_OFF -->Using make and pandoc instead of your typical static site generator to build a blog. <!-- SC_ON --> submitted by /u/erikwasunavailable (https://www.reddit.com/user/erikwasunavailable)
[link] (https://blog.erikwastaken.dev/posts/2026-01-16-how-to-make-a-blog.html) [comments] (https://www.reddit.com/r/programming/comments/1qelrri/how_to_make_a_blog/)
Simon Willison on Technical Blogging
https://www.reddit.com/r/programming/comments/1qeo9gx/simon_willison_on_technical_blogging/
<!-- SC_OFF -->Simon shares how he got into blogging, the blogs he enjoys reading, and his tips for others <!-- SC_ON --> submitted by /u/swdevtest (https://www.reddit.com/user/swdevtest)
[link] (https://writethatblog.substack.com/p/simon-willison-on-technical-blogging) [comments] (https://www.reddit.com/r/programming/comments/1qeo9gx/simon_willison_on_technical_blogging/)
https://www.reddit.com/r/programming/comments/1qeo9gx/simon_willison_on_technical_blogging/
<!-- SC_OFF -->Simon shares how he got into blogging, the blogs he enjoys reading, and his tips for others <!-- SC_ON --> submitted by /u/swdevtest (https://www.reddit.com/user/swdevtest)
[link] (https://writethatblog.substack.com/p/simon-willison-on-technical-blogging) [comments] (https://www.reddit.com/r/programming/comments/1qeo9gx/simon_willison_on_technical_blogging/)
Cursor Implied Success Without Evidence | Not one of 100 selected commits even built
https://www.reddit.com/r/programming/comments/1qeotkj/cursor_implied_success_without_evidence_not_one/
submitted by /u/xX_Negative_Won_Xx (https://www.reddit.com/user/xX_Negative_Won_Xx)
[link] (https://embedding-shapes.github.io/cursor-implied-success-without-evidence/) [comments] (https://www.reddit.com/r/programming/comments/1qeotkj/cursor_implied_success_without_evidence_not_one/)
https://www.reddit.com/r/programming/comments/1qeotkj/cursor_implied_success_without_evidence_not_one/
submitted by /u/xX_Negative_Won_Xx (https://www.reddit.com/user/xX_Negative_Won_Xx)
[link] (https://embedding-shapes.github.io/cursor-implied-success-without-evidence/) [comments] (https://www.reddit.com/r/programming/comments/1qeotkj/cursor_implied_success_without_evidence_not_one/)
NpgsqlRest vs PostgREST vs Supabase: Complete Feature Comparison
https://www.reddit.com/r/programming/comments/1qfbw6x/npgsqlrest_vs_postgrest_vs_supabase_complete/
submitted by /u/vbilopav89 (https://www.reddit.com/user/vbilopav89)
[link] (https://npgsqlrest.github.io/blog/npgsqlrest-vs-postgrest-supabase-comparison.html) [comments] (https://www.reddit.com/r/programming/comments/1qfbw6x/npgsqlrest_vs_postgrest_vs_supabase_complete/)
https://www.reddit.com/r/programming/comments/1qfbw6x/npgsqlrest_vs_postgrest_vs_supabase_complete/
submitted by /u/vbilopav89 (https://www.reddit.com/user/vbilopav89)
[link] (https://npgsqlrest.github.io/blog/npgsqlrest-vs-postgrest-supabase-comparison.html) [comments] (https://www.reddit.com/r/programming/comments/1qfbw6x/npgsqlrest_vs_postgrest_vs_supabase_complete/)
C++ ♥ Python - Alex Dathskovsky - CppCon 2025
https://www.reddit.com/r/programming/comments/1qfcivc/c_python_alex_dathskovsky_cppcon_2025/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=9uwDMg_ojdk) [comments] (https://www.reddit.com/r/programming/comments/1qfcivc/c_python_alex_dathskovsky_cppcon_2025/)
https://www.reddit.com/r/programming/comments/1qfcivc/c_python_alex_dathskovsky_cppcon_2025/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=9uwDMg_ojdk) [comments] (https://www.reddit.com/r/programming/comments/1qfcivc/c_python_alex_dathskovsky_cppcon_2025/)
The Evolution of CMake: 25 Years of C++ Build Portability - Bill Hoffman - CppCon 2025
https://www.reddit.com/r/programming/comments/1qfck14/the_evolution_of_cmake_25_years_of_c_build/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=wPZV2hBNJmo) [comments] (https://www.reddit.com/r/programming/comments/1qfck14/the_evolution_of_cmake_25_years_of_c_build/)
https://www.reddit.com/r/programming/comments/1qfck14/the_evolution_of_cmake_25_years_of_c_build/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=wPZV2hBNJmo) [comments] (https://www.reddit.com/r/programming/comments/1qfck14/the_evolution_of_cmake_25_years_of_c_build/)
High Contrast-ish Dark Gruvbox theme for VS Code
https://www.reddit.com/r/programming/comments/1qff3ci/high_contrastish_dark_gruvbox_theme_for_vs_code/
<!-- SC_OFF -->Marketplace link: - https://marketplace.visualstudio.com/items?itemName=bullptr.highgruv <!-- SC_ON --> submitted by /u/duke_of_brute (https://www.reddit.com/user/duke_of_brute)
[link] (https://vscodethemes.com/e/bullptr.highgruv/highgruv) [comments] (https://www.reddit.com/r/programming/comments/1qff3ci/high_contrastish_dark_gruvbox_theme_for_vs_code/)
https://www.reddit.com/r/programming/comments/1qff3ci/high_contrastish_dark_gruvbox_theme_for_vs_code/
<!-- SC_OFF -->Marketplace link: - https://marketplace.visualstudio.com/items?itemName=bullptr.highgruv <!-- SC_ON --> submitted by /u/duke_of_brute (https://www.reddit.com/user/duke_of_brute)
[link] (https://vscodethemes.com/e/bullptr.highgruv/highgruv) [comments] (https://www.reddit.com/r/programming/comments/1qff3ci/high_contrastish_dark_gruvbox_theme_for_vs_code/)
ArchiMate philosophy and Behaviour Driven Development
https://www.reddit.com/r/programming/comments/1qfg0ea/archimate_philosophy_and_behaviour_driven/
<!-- SC_OFF -->BDD and ArchiMate are essentially based on the same patterns and share the same philosophy. They can both be found rooted in the same fundamental works, such as those of J. F. Sowa and J. A. Zachman, which provide a formalisation of Information Systems Architecture (ISA) and the Six-column framework. <!-- SC_ON --> submitted by /u/SpiritualMortgage253 (https://www.reddit.com/user/SpiritualMortgage253)
[link] (https://andremoniy.medium.com/archimate-philosophy-and-behavior-driven-development-3dcf2b62353e) [comments] (https://www.reddit.com/r/programming/comments/1qfg0ea/archimate_philosophy_and_behaviour_driven/)
https://www.reddit.com/r/programming/comments/1qfg0ea/archimate_philosophy_and_behaviour_driven/
<!-- SC_OFF -->BDD and ArchiMate are essentially based on the same patterns and share the same philosophy. They can both be found rooted in the same fundamental works, such as those of J. F. Sowa and J. A. Zachman, which provide a formalisation of Information Systems Architecture (ISA) and the Six-column framework. <!-- SC_ON --> submitted by /u/SpiritualMortgage253 (https://www.reddit.com/user/SpiritualMortgage253)
[link] (https://andremoniy.medium.com/archimate-philosophy-and-behavior-driven-development-3dcf2b62353e) [comments] (https://www.reddit.com/r/programming/comments/1qfg0ea/archimate_philosophy_and_behaviour_driven/)
The Engineer to Executive Translation Layer
https://www.reddit.com/r/programming/comments/1qfgy7j/the_engineer_to_executive_translation_layer/
submitted by /u/Ordinary_Leader_2971 (https://www.reddit.com/user/Ordinary_Leader_2971)
[link] (https://www.annashipman.co.uk/jfdi/engineer-exec-translation.html) [comments] (https://www.reddit.com/r/programming/comments/1qfgy7j/the_engineer_to_executive_translation_layer/)
https://www.reddit.com/r/programming/comments/1qfgy7j/the_engineer_to_executive_translation_layer/
submitted by /u/Ordinary_Leader_2971 (https://www.reddit.com/user/Ordinary_Leader_2971)
[link] (https://www.annashipman.co.uk/jfdi/engineer-exec-translation.html) [comments] (https://www.reddit.com/r/programming/comments/1qfgy7j/the_engineer_to_executive_translation_layer/)
Designing A Key-Value Store
https://www.reddit.com/r/programming/comments/1qfjeos/designing_a_keyvalue_store/
submitted by /u/okutac (https://www.reddit.com/user/okutac)
[link] (https://yusufaytas.com/designing-a-key-value-store/) [comments] (https://www.reddit.com/r/programming/comments/1qfjeos/designing_a_keyvalue_store/)
https://www.reddit.com/r/programming/comments/1qfjeos/designing_a_keyvalue_store/
submitted by /u/okutac (https://www.reddit.com/user/okutac)
[link] (https://yusufaytas.com/designing-a-key-value-store/) [comments] (https://www.reddit.com/r/programming/comments/1qfjeos/designing_a_keyvalue_store/)