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