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