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