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