Go & Rust Services

Compiled backends for scale, observability, and efficiency.

  • 6 Tracked terms
  • Last 30 days Feed window

Where the coverage comes from

The 50 sources publishing most on Go & Rust Services over the last 30 days, out of 589 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 345 articles 27+ min ago 99%
  2. 2 Medium medium.com 41 articles 2+ hour ago 78%
  3. 3 Knowledge Gate Ai knowledgegate.ai 15 articles 2+ day ago 100%
  4. 4 @Phoronix phoronix.com 12 articles 1+ day ago 0%
  5. 5 @Hackernoon hackernoon.com 10 articles 2+ day ago 90%
  6. 6 i-programmer.info 7 articles 4+ day ago 0%
  7. 7 Infoq infoq.com 7 articles 21+ hour ago 100%
  8. 8 Infoworld infoworld.com 6 articles 3+ day ago 83%
  9. 9 Linuxfordevices linuxfordevices.com 6 articles 1+ day ago 100%
  10. 10 gbhackers.com 4 articles 2+ week ago 0%
  11. 11 Tech Insider tech-insider.org 4 articles 3+ day ago 0%
  12. 12 @Techbullion techbullion.com 4 articles 1+ week ago 100%

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Go & Rust Services

DEV Community
dev.to > ashg2099 > 56-fault-injection-tests-passed-the-one-that-injected-nothing-failed-ihj

56 fault-injection tests passed. The one that injected nothing failed.

27+ min ago   (415+ words) I was building a tool that detects when data quietly changes meaning — a vendor switching units, a source dropping a field, an undocumented enum appearing. The kind of failure where every test passes and every job is green. Claims about…...

DEV Community
dev.to > gouranga-das-khulna > distributed-locks-4148

Distributed Locks

33+ min ago   (110+ words) One-liner: A distributed lock ensures that only one node in a cluster can perform a critical operation at a time — preventing race conditions across services. In a single-server world, a mutex or semaphore handles concurrency. But in distributed systems: Classic…...

DEV Community
dev.to > khg5293 > why-type-safety-matters-more-as-a-codebase-grows-14pc

Why Type Safety Matters More as a Codebase Grows

1+ hour, 32+ min ago   (209+ words) When a project is small, type safety can feel like extra work. If you only have a few files and you wrote most of the code yourself, it is often easy to remember what each function expects and what each…...

DEV Community
dev.to > natuworkguy > i-rewrote-one-function-in-squirrel-then-in-c-one-line-of-python-was-just-as-fast-3han

I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.

5+ hour, 55+ min ago   (543+ words) I maintain a 2D game engine in Python called ABS Engine. Last week I decided it needed C. Not because anything was slow. That is the embarrassing part. I wanted to drop a.c file into a folder and call it from Python…...

Medium
medium.com > @steponeit > c-generic-math-a-convex-hull-with-static-interfaces-ce81274bd5c2

C# Generic Math: A Convex Hull with Static Interfaces

2+ hour ago   (618+ words) This article is part of “Abstract Algebra in.NET” Series Static abstract interface members let a C# algorithm depend on operations instead …...

Medium
medium.com > @saifhamdan14 > building-backend-services-in-go-in-the-age-of-agentic-ai-5d7e99c2da02

Building Backend Services in Go in the Age of Agentic AI

2+ hour, 30+ min ago   (1530+ words) Why boring, explicit code wins when the most frequent reader of your code isn’t human. For a long time, the people reading my code were …...

DEV Community
dev.to > sanjaiyan_dev > stop-wasting-llm-tokens-i-built-a-rust-cli-to-prune-jsts-codebases-by-80-3i2e

Stop Wasting LLM Tokens! I Built a Rust CLI to Prune JS/TS Codebases by 80% 🦀🚀

7+ hour, 16+ min ago   (214+ words) ┌─────────────────────────────────────────────────────────────────────────────┐ │... Tagged with ai, webdev, productivity, opensource....

DEV Community
dev.to > mahirhir > my-negative-test-stopped-being-negative-when-a-config-file-grew-by-four-rows-1hi0

My negative test stopped being negative when a config file grew by four rows

10+ hour, 24+ min ago   (528+ words) A test whose entire job was to prove a rule gets refused had quietly started proving that the rule passes. It plants a violation and asserts the checker rejects it. It had been green for weeks. It was green because…...

Medium
medium.com > @chiranjilalsinghal4 > the-go-context-context-trick-that-saved-my-service-from-crashing-80b7bfc8357b

The Go context.Context Trick That Saved My Service From Crashing 💥

6+ hour, 41+ min ago   (29+ words) Okay, picture this: you’re staring at your production dashboards, and your core service — the one everyone depends on — is …...