Explore other dev related sites in this ring. If you find this idea useful click here to join.
devring.club Previous Random Next

linksfor.dev(s)

Posts for 'go'

  1. DNS Server in Golang (dizer)
  2. Gist of Go: Race conditions
  3. Installing NPM Packages Very Quickly
  4. TypeScript Migrates to Go: What's Really Behind That 10x Performance Claim?
  5. HYTRADBOI 2025 postmortem
  6. n0rdy - What Okta Bcrypt incident can teach us about designing better APIs
  7. You can just hack on ATProto
  8. Go 1.24 interactive tour
  9. Async I/O Is Not Enough
  10. A CUDA SHAllenge - 0x00
  11. Async I/O Is Not Enough
  12. Go's Weird Little Iterators · mcyoung
  13. How to break production on Black Friday
  14. Writing secure Go code
  15. When single threaded Node.js becomes a trouble
  16. The 4-chan Go programmer
  17. I curate a daily newsletter with resources about Golang - Daily Golang. Here are the latest 6 issues of the newsletter
  18. Implementing MVCC and major SQL transaction isolation levels
  19. Minimizing Linux boot times
  20. Tracking Releases & CI Across Software Teams and Forges
  21. Runtime code generation and execution in Go: Part 1
  22. Borgo Programming Language
  23. Go performance from version 1.0 to 1.22
  24. GitHub - dolthub/go-mysql-server: A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
  25. The log/event processing pipeline you can't have
  26. More powerful Go execution traces - The Go Programming Language
  27. The One Billion Row Challenge in Go: from 1m45s to 4s in nine solutions
  28. How I write HTTP services in Go after 13 years | Grafana Labs
  29. What We Got Right, What We Got Wrong
  30. Memory Safety is a Red Herring
  31. Backend from the Beginning, Pt 1: Introduction, TCP, DNS, HTTP
  32. Go, Containers, and the Linux Scheduler
  33. Chasing the Myth of Zero-Overhead Memory Safety (plus pictures of mythical birds!)
  34. Evolving the Game: A clientless streaming tool for reMarkable 2
  35. Backward Compatibility, Go 1.21, and Go 2 - The Go Programming Language
  36. Go 1.21 Release Notes - The Go Programming Language
  37. Single Ownership and Memory Safety without Borrow Checking, Reference Counting, or Garbage Collection
  38. Process huge log files – Madhur Ahuja
  39. What Vale Taught Me About Linear Types, Borrowing, and Memory Safety
  40. When the rubber duck talks back
  41. Read it later the hard way
  42. Observing and Understanding Backlog Queues in Linux | Kris Nóva
  43. Building conc: Better structured concurrency for Go
  44. I've fuzzed the Hashicorp's Vault API. Here are my findings (1) · m's blog
  45. Karan Sharma | Writing a disk-based key-value store in Golang
  46. So long, sync.Map
  47. extending Go backward compatibility · Discussion #55090 · golang/go
  48. What's Inside Of a Distroless Image - Taking a Deeper Look
  49. Go 1.19 Release Notes - The Go Programming Language
  50. Data Race Patterns in Go
  51. Go vs C#, Part 3: Compiler, Runtime, Type System, Modules, and Everything Else
  52. Goroutines Under The Hood - Blog by Osamh aloqaily
  53. We Already Have Go 2
  54. Lies we tell ourselves to keep using Golang
  55. Release v2.5.0 · caddyserver/caddy
  56. Retrofitting Async/Await in Go 1.18
  57. Some mistakes Rust doesn't catch
  58. Three ways of handling user input
  59. Compiling a Go program into a native binary for Nintendo Switch™ - Ebiten
  60. How WhatsApp scaled to 1 billion users with only 50 engineers
  61. Geo Key Manager: Setting up a service for scale
  62. Effective Go - The Go Programming Language
  63. What Color is Your Function? – journal.stuffwithstuff.com
  64. A nasty bit of undefined timezone behavior in Golang
  65. There Are Many Ways To Safely Count
  66. Taildrop was kind of easy, actually
  67. I finally escaped Node (and you can too)
  68. signalr · pkg.go.dev
  69. Goroutines Are Not Significantly Smaller Than Threads
  70. Why Discord is switching from Go to Rust
  71. Go is not an easy language
  72. GridProtectionAlliance/go2cs
  73. Go 1.16 Release Notes - The Go Programming Language
  74. Go (golang) Anonymous Functions - Inlining Code for Goroutines
  75. Go (golang) WaitGroup - Signal that a Concurrent Operation is Complete
  76. Design Draft: First Class Fuzzing
  77. Go (golang) Goroutines - Running Functions Asynchronously
  78. Go (golang) Error Handling - A Different Philosophy
  79. Go (golang) defer - Making Sure Something Gets Done
  80. Eleven Years of Go - The Go Blog
  81. Rust vs Go — Bitfield Consulting
  82. Go vs Rust: Writing a CLI tool
  83. How we migrated Dropbox from Nginx to Envoy
  84. OpenDiablo2/OpenDiablo2
  85. Be Careful What You Benchmark
  86. runtime: non-cooperative goroutine preemption · Issue #24543 · golang/go
  87. The Zen of Go | Dave Cheney
  88. dapr/dapr
  89. Understanding real-world concurrency bugs in Go
  90. Modern garbage collection