I will send you newest post from subreddit /r/programming
Go Anywhere: Compiling Go for Your Router, NAS, Mainframe and Beyond!
https://www.reddit.com/r/programming/comments/1ltyv8r/go_anywhere_compiling_go_for_your_router_nas/
submitted by /u/derjanni (https://www.reddit.com/user/derjanni)
[link] (https://programmers.fyi/go-anywhere-compiling-go-for-your-router-nas-mainframe-and-beyond) [comments] (https://www.reddit.com/r/programming/comments/1ltyv8r/go_anywhere_compiling_go_for_your_router_nas/)
Full-breadth Developers
https://www.reddit.com/r/programming/comments/1ltxrfr/fullbreadth_developers/
<!-- SC_OFF -->Been reckoning with the fact that half my friends have really taken to AI tools and the other half have either bounced off them entirely or refuse to try them. This puts forward a theory of the case, but I'm curious what others might think. <!-- SC_ON --> submitted by /u/jsearls (https://www.reddit.com/user/jsearls)
[link] (https://justin.searls.co/posts/full-breadth-developers/) [comments] (https://www.reddit.com/r/programming/comments/1ltxrfr/fullbreadth_developers/)
Prompt Coding Experiment: No code edits, only complete rewrites
https://www.reddit.com/r/programming/comments/1ltwmu8/prompt_coding_experiment_no_code_edits_only/
submitted by /u/no_more_gravity (https://www.reddit.com/user/no_more_gravity)
[link] (https://www.gibney.org/prompt_coding) [comments] (https://www.reddit.com/r/programming/comments/1ltwmu8/prompt_coding_experiment_no_code_edits_only/)
LLDB's TypeSystems Part 2: PDB
https://www.reddit.com/r/programming/comments/1ltwckk/lldbs_typesystems_part_2_pdb/
submitted by /u/Anthony356 (https://www.reddit.com/user/Anthony356)
[link] (https://walnut356.github.io/posts/lldbs-typesystems-pt-2/) [comments] (https://www.reddit.com/r/programming/comments/1ltwckk/lldbs_typesystems_part_2_pdb/)
Dealing with Eventual Consistency, and Causal Consistency using Predictable Identifiers
https://www.reddit.com/r/programming/comments/1ltu4iv/dealing_with_eventual_consistency_and_causal/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/dealing-with-eventual-consistency) [comments] (https://www.reddit.com/r/programming/comments/1ltu4iv/dealing_with_eventual_consistency_and_causal/)
Abbreviations Have No Place in PascalCase
https://www.reddit.com/r/programming/comments/1ltqq70/abbreviations_have_no_place_in_pascalcase/
submitted by /u/vanyauhalin (https://www.reddit.com/user/vanyauhalin)
[link] (https://vanyauhalin.me/posts/abbreviations-have-no-place-in-pascalcase/) [comments] (https://www.reddit.com/r/programming/comments/1ltqq70/abbreviations_have_no_place_in_pascalcase/)
I learned Go by building a suite of 20+ developer tools from scratch. Today I'm open-sourcing it!
https://www.reddit.com/r/programming/comments/1ltmzur/i_learned_go_by_building_a_suite_of_20_developer/
<!-- SC_OFF -->Hey everyone, For the past few weeks, I've been on a journey to really learn Go and its ecosystem. The best way for me to learn is by building, so I decided to tackle a project I've always wanted: a fast, clean, all-in-one toolbox for developers. It's built entirely in Go, using only the standard library for the web server (`net/http`) and templating (`html/template`). It was an amazing experience working with Go's simplicity and performance. Some of the tools included are: * A real-time Scrum Poker board * JSON/SQL Formatters * JWT/Base64 Decoders * Hash/UUID Generators * and many more. The project is completely free, has no ads, and is open-source. I'd love to get feedback from the Go community, especially on the code structure and any best practices I might have missed. **GitHub Repo:** [`https://github.com/melihyilman/devcortex.ai\`\](https://github.com/melihyilman/devcortex.ai) (https://github.com/melihyilman/devcortex.ai%5C%60%5C%5D(https://github.com/melihyilman/devcortex.ai)) Thanks for checking it out! <!-- SC_ON --> submitted by /u/VegetableFree3430 (https://www.reddit.com/user/VegetableFree3430)
[link] (https://github.com/melihyilman/devcortex.ai) [comments] (https://www.reddit.com/r/programming/comments/1ltmzur/i_learned_go_by_building_a_suite_of_20_developer/)
Belgium is unsafe for CVD (Coordinated Vulnerability Disclosure)
https://www.reddit.com/r/programming/comments/1lthqn2/belgium_is_unsafe_for_cvd_coordinated/
submitted by /u/xX_Negative_Won_Xx (https://www.reddit.com/user/xX_Negative_Won_Xx)
[link] (https://floort.net/posts/belgium-unsafe-for-cvd/) [comments] (https://www.reddit.com/r/programming/comments/1lthqn2/belgium_is_unsafe_for_cvd_coordinated/)
Writergate by andrewrk · Pull Request #24329 · ziglang/zig
https://www.reddit.com/r/programming/comments/1lt73an/writergate_by_andrewrk_pull_request_24329/
submitted by /u/BrewedDoritos (https://www.reddit.com/user/BrewedDoritos)
[link] (https://github.com/ziglang/zig/pull/24329) [comments] (https://www.reddit.com/r/programming/comments/1lt73an/writergate_by_andrewrk_pull_request_24329/)
Security researcher exploits GitHub gotcha, gets admin access to all Istio repositories and more
https://www.reddit.com/r/programming/comments/1lt6bot/security_researcher_exploits_github_gotcha_gets/
submitted by /u/Franco1875 (https://www.reddit.com/user/Franco1875)
[link] (https://devclass.com/2025/07/03/security-researcher-exploits-github-gotcha-gets-admin-access-to-all-istio-repositories-and-more/) [comments] (https://www.reddit.com/r/programming/comments/1lt6bot/security_researcher_exploits_github_gotcha_gets/)
Monitoring Kafka in Kubernetes with Prometheus and Grafana
https://www.reddit.com/r/programming/comments/1lt4rj4/monitoring_kafka_in_kubernetes_with_prometheus/
<!-- SC_OFF -->This article illustrates monitoring Kafka on Kubernetes using Prometheus and Grafana. We’ll deploy Kafka and Zookeeper, add Kafka Exporter, configure Prometheus to scrape metrics, and set up Grafana dashboards for visualization. <!-- SC_ON --> submitted by /u/Outrageous-Seaweed31 (https://www.reddit.com/user/Outrageous-Seaweed31)
[link] (https://vkontech.com/monitoring-kafka-in-kubernetes-with-prometheus-and-grafana/) [comments] (https://www.reddit.com/r/programming/comments/1lt4rj4/monitoring_kafka_in_kubernetes_with_prometheus/)
Day 5: Mastering Pipe and Map in RxJS — Transforming Your Streams
https://www.reddit.com/r/programming/comments/1lt1mcu/day_5_mastering_pipe_and_map_in_rxjs_transforming/
submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://medium.com/devinsight/day-5-mastering-pipe-and-map-in-rxjs-transforming-your-streams-515657532adf) [comments] (https://www.reddit.com/r/programming/comments/1lt1mcu/day_5_mastering_pipe_and_map_in_rxjs_transforming/)
Why Build Software Frameworks
https://www.reddit.com/r/programming/comments/1lsylp0/why_build_software_frameworks/
submitted by /u/youmarye (https://www.reddit.com/user/youmarye)
[link] (https://root.sigsegv.in/posts/why-build-software-frameworks/) [comments] (https://www.reddit.com/r/programming/comments/1lsylp0/why_build_software_frameworks/)
C3 0.7.3 released - improvements and bug fixes
https://www.reddit.com/r/programming/comments/1lsxbpo/c3_073_released_improvements_and_bug_fixes/
<!-- SC_OFF -->A sample of improvements type / typeid equivalence: it's possible to use a constant typeid instead of type in a lot more places now, requiring fewer typeid -> type conversions, which improves readability. $evaltype which turned a string into a type now merged into $typefrom which is the one that turns a typeid into a type. Type inference through && (taking a reference to a temporary), allowing Foo* f = &&{ 1, 2 }. Compile time "sprintf" for formating strings at compile time. Arithmetic operator overloading now accepts macros with untyped "wildcard" arguments. The full list of changes: Changes / improvements $typefrom now also accepts a constant string, and so works like $evaltype. $evaltype is deprecated in favour of $typefrom. Literal rules have changed, this makes -0xFF now a signed integer. Implicitly convert from constant typeid to Type in $Type assignment, and $assignable. Make $Type parameters accept constant typeid values. Deprecate foo.#bar. Allow inference across && #2172. Added support for custom file extensions in project.json targets. $eval now also works with @foo, #foo, $Foo and $foo parameters #2114. @sprintf macro (based on the $$sprintf builtin) allows compile time format strings #1874. Improve error reports when encountering a broken "if-catch". Add printf format to $assert and $error #2183. Make accepting arguments for main a bit more liberal, accepting main(int argc, ZString* argv) Make $echo and @sprintf correctly stringify compile time initializers and slices. Add --sources build option to add additional files to compile. #2097 Support untyped second argument for operator overloading. The form-feed character '\f' is no longer valid white space. Show code that caused unreachable code #2207 Allow generics over distinct types #2216. Support distrinct types as the base type of bitstructs. #2218 Add hash::sha512 module to stdlib. #2227 Compile time type assignment (eg $Foo = int) is no longer an expression. Add @allow_deprecated attribute to functions to selectively allow deprecated declarations #2223. Improve error message on pointer diff #2239. Compile-time comparison of constant vectors. #1575. $member.get supports bitstructs. $member.set for setting members without the *& trick. Initial support for #1925, does not affect C compilation yet, and doesn't try to link etc. Using "--emit-only" Fixes -2147483648, MIN literals work correctly. Splatting const slices would not be const. #2185 Fixes to $define handling of binary ops. Fixes methodsof to pick up all sorts of extension methods. #2192 --lsp sometimes does not emit end tag #2194. Improve Android termux detection. Update Android ABI. Fixes to @format checking #2199. Distinct versions of builtin types ignore @operator overloads #2204. @operator macro using untyped parameter causes compiler segfault #2200. Make unreachable() only panic in safe mode. cflags additions for targets was not handed properly. #2209 $echo would suppress warning about unreachable code. #2205 Correctly format '%c' when given a width. #2199 Fix to is_array_or_slice_of_char #2214. Method on array slice caused segfault #2211. In some cases, the compiler would dereference a compile time null. #2215 Incorrect codegen if a macro ends with unreachable and is assigned to something. #2210 Fix error for named arguments-order with compile-time arguments #2212 Bug in AST copying would make operator overloading like += compile incorrectly #2217. $defined(#expr) broken with binary. #2219 Method ambiguity when importing parent module publicly in private submodule. #2208 Linker errors when shadowing @local with public function #2198 Bug when offsetting pointers of large structs using ++ and --. x++ and x-- works on pointer vectors #2222. x += 1 and x -= 1 works propertly on pointer vectors #2222. Fixes to x += { 1, 1 } for enum and
10 engineering terms that will make you think like a senior
https://www.reddit.com/r/programming/comments/1lsvuhz/10_engineering_terms_that_will_make_you_think/
submitted by /u/strategizeyourcareer (https://www.reddit.com/user/strategizeyourcareer)
[link] (https://strategizeyourcareer.com/p/10-engineering-terms-that-will-make) [comments] (https://www.reddit.com/r/programming/comments/1lsvuhz/10_engineering_terms_that_will_make_you_think/)
What is GitOps: A Full Example with Code
https://www.reddit.com/r/programming/comments/1ltyv6d/what_is_gitops_a_full_example_with_code/
<!-- SC_OFF -->Quick note: I have posted this article about what GitOps is via an example with "evolution to GitOps" already a couple days ago. However, the article only addressed push-based GitOps. You guys in the comments convinced me to update it accordingly. The article now addresses "full GitOps"! :) <!-- SC_ON --> submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/what-is-gitops-a-full-example-with-code-9efd4399c0ea) [comments] (https://www.reddit.com/r/programming/comments/1ltyv6d/what_is_gitops_a_full_example_with_code/)
Set up real-time logging for AWS ECS using FireLens and Grafana Loki
https://www.reddit.com/r/programming/comments/1ltxjff/set_up_realtime_logging_for_aws_ecs_using/
submitted by /u/root0ps (https://www.reddit.com/user/root0ps)
[link] (https://blog.prateekjain.dev/logging-aws-ecs-workloads-with-grafana-loki-and-firelens-2a02d760f041?sk=cf291691186255071cf127d33f637446) [comments] (https://www.reddit.com/r/programming/comments/1ltxjff/set_up_realtime_logging_for_aws_ecs_using/)
Day 34: Effective Logging Strategies in Node.js
https://www.reddit.com/r/programming/comments/1ltwgdg/day_34_effective_logging_strategies_in_nodejs/
submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://blog.stackademic.com/day-34-effective-logging-strategies-in-node-js-84ff4c5536d6) [comments] (https://www.reddit.com/r/programming/comments/1ltwgdg/day_34_effective_logging_strategies_in_nodejs/)
Let's make a game! 285: Player character attacks
https://www.reddit.com/r/programming/comments/1ltvyjz/lets_make_a_game_285_player_character_attacks/
submitted by /u/apeloverage (https://www.reddit.com/user/apeloverage)
[link] (https://www.youtube.com/watch?v=c9X_FHtz56w) [comments] (https://www.reddit.com/r/programming/comments/1ltvyjz/lets_make_a_game_285_player_character_attacks/)
How to choose the right Singleton Pattern Implementation?
https://www.reddit.com/r/programming/comments/1ltt5wa/how_to_choose_the_right_singleton_pattern/
<!-- SC_OFF -->From the definition, Singleton Pattern seems to be a very simple design pattern but when it comes to implementation, it creates a lot of implementation concerns. Also, the implementation of Java Singleton pattern has always been a controversial topic among developers. Here, we will learn about Singleton Design Pattern in Java with all Scenarios (https://javatechonline.com/singleton-design-pattern-in-java-with-all-scenarios/), different ways to implement Singleton and some of the best practices for its usage. <!-- SC_ON --> submitted by /u/erdsingh24 (https://www.reddit.com/user/erdsingh24)
[link] (https://javatechonline.com/singleton-design-pattern-in-java-with-all-scenarios/) [comments] (https://www.reddit.com/r/programming/comments/1ltt5wa/how_to_choose_the_right_singleton_pattern/)
European cloud modules
https://www.reddit.com/r/programming/comments/1ltol6s/european_cloud_modules/
submitted by /u/He_knows (https://www.reddit.com/user/He_knows)
[link] (https://berthub.eu/articles/posts/european-cloud-modules/) [comments] (https://www.reddit.com/r/programming/comments/1ltol6s/european_cloud_modules/)
Horizontal Vs Vertical Scaling | System Design | Simplified | Hindi
https://www.reddit.com/r/programming/comments/1ltl47z/horizontal_vs_vertical_scaling_system_design/
submitted by /u/Easy_Ad4699 (https://www.reddit.com/user/Easy_Ad4699)
[link] (https://youtu.be/uJkF7EzTDz4) [comments] (https://www.reddit.com/r/programming/comments/1ltl47z/horizontal_vs_vertical_scaling_system_design/)
We've Issued Our First IP Address Certificate
https://www.reddit.com/r/programming/comments/1ltdv6f/weve_issued_our_first_ip_address_certificate/
submitted by /u/caromobiletiscrivo (https://www.reddit.com/user/caromobiletiscrivo)
[link] (https://letsencrypt.org/2025/07/01/issuing-our-first-ip-address-certificate/) [comments] (https://www.reddit.com/r/programming/comments/1ltdv6f/weve_issued_our_first_ip_address_certificate/)
Exploring Kafka Streams Internals
https://www.reddit.com/r/programming/comments/1lt6zsn/exploring_kafka_streams_internals/
submitted by /u/Cefor111 (https://www.reddit.com/user/Cefor111)
[link] (https://cefboud.com/posts/kafka-streams-internals/) [comments] (https://www.reddit.com/r/programming/comments/1lt6zsn/exploring_kafka_streams_internals/)
Do You know how to batch?
https://www.reddit.com/r/programming/comments/1lt64eb/do_you_know_how_to_batch/
submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://blog.frankel.ch/how-to-batch/) [comments] (https://www.reddit.com/r/programming/comments/1lt64eb/do_you_know_how_to_batch/)
Part 1: `KmpEssentials` In Compose Multiplatform
https://www.reddit.com/r/programming/comments/1lt38ld/part_1_kmpessentials_in_compose_multiplatform/
submitted by /u/GrouchyMonk4414 (https://www.reddit.com/user/GrouchyMonk4414)
[link] (muralivitt/part-1-kmpessentials-in-compose-multiplatform-a2e6fa163b2a" rel="nofollow">https://medium.com/@muralivitt/part-1-kmpessentials-in-compose-multiplatform-a2e6fa163b2a) [comments] (https://www.reddit.com/r/programming/comments/1lt38ld/part_1_kmpessentials_in_compose_multiplatform/)
OPA with Kubernetes: How It Works & Benefits of Use
https://www.reddit.com/r/programming/comments/1lsynyx/opa_with_kubernetes_how_it_works_benefits_of_use/
submitted by /u/youmarye (https://www.reddit.com/user/youmarye)
[link] (https://www.groundcover.com/blog/opa-with-kubernetes) [comments] (https://www.reddit.com/r/programming/comments/1lsynyx/opa_with_kubernetes_how_it_works_benefits_of_use/)
pointer vectors #2222. Linking fails on operator method imported as @public #2224. Lambda C-style vaargs were not properly rejected, leading to crash #2229. Incorrect handling of constant null fault causing compiler crash #2232. Overload resolution fixes to inline typedef #2226. math::overflow_* wrappers incorrectly don't allow distinct integers #2221. Compiler segfault when using distinct type in attribute imported from other module #2234. Assert casting bitstruct to short/char #2237. @tag didn't work with members #2236. Assert comparing untyped lists #2240. Fix bugs relating to optional interface addr-of #2244. Compiler null pointer when building a static-lib with -o somedir/... #2246 Segfault in the compiler when using a bitstruct constant defined using a cast with an operator #2248. Default assert() message drops parens #2249. Stdlib changes Deprecate String.is_zstr and String.quick_zstr #2188. Add comparison with == for ZString types. is_array_or_slice_of_char and is_arrayptr_or_slice_of_char are replaced by constant @ variants. @pool now has an optional reserve parameter, some minor changes to the temp_allocator API io::struct_to_format now supports bitstructs. Add String.escape, String.unescape for escaping and unescaping a string. <!-- SC_ON --> submitted by /u/Nuoji (https://www.reddit.com/user/Nuoji)
[link] (https://c3-lang.org/blog/c3-0-7-3-small-improvements/) [comments] (https://www.reddit.com/r/programming/comments/1lsxbpo/c3_073_released_improvements_and_bug_fixes/)
Reverse Engineering Anti-Debugging Techniques (with Nathan Baggs!)
https://www.reddit.com/r/programming/comments/1lsw1xh/reverse_engineering_antidebugging_techniques_with/
submitted by /u/RazerOG (https://www.reddit.com/user/RazerOG)
[link] (https://youtu.be/0XwhmrIU3fY) [comments] (https://www.reddit.com/r/programming/comments/1lsw1xh/reverse_engineering_antidebugging_techniques_with/)
Tg channel forward messages
https://www.reddit.com/r/programming/comments/1lsuvst/tg_channel_forward_messages/
<!-- SC_OFF -->Hi everyone! I entered the channel with lectures and I was removed from it (although I bought access forever) I want to enter again and send myself all the information (mostly there are video materials) How can I do it? Preferably create your own group and transfer everything there? Thank you! <!-- SC_ON --> submitted by /u/mmeloff (https://www.reddit.com/user/mmeloff)
[link] (http://py.com/) [comments] (https://www.reddit.com/r/programming/comments/1lsuvst/tg_channel_forward_messages/)