Tags
Posts and TILs organized by topic
#ad
#apple
#book
#bundler
#caching
#concurrency
#cryptography
#css
#database
#debugging
#design-pattern
#distributed-system
#docker
#git
#go
- Verifying rewarded-ad callbacks server-side
- [TIL] Verifying an ECDSA signature in Go
- Refactoring a Go service to 90% coverage
- [TIL] Go 1.21 added min, max, and clear
- The worker that kept eating its own memory
- [TIL] context.WithTimeout won't stop a blocking call
- [TIL] Set max idle connections, not just max open
- [TIL] Every net/http request runs in its own goroutine
- Learning Go after years of dynamic languages
#hpa
#idempotency
#jekyll
#kafka
#kubectl
#kubernetes
#messaging
#neovim
#pair-programming
#payment
#performance
#php
#postgres
#pubsub
#rails
- Signing Apple promotional offers with JWS
- [TIL] Rails picks the replica by request method, not by the query
- Don't create a new row for every retry
- [TIL] find vs find_by to avoid noisy errors
- [TIL] closure_tree: filter early
- [TIL] Killing an N+1 with preload
- From PHP to Ruby on Rails: what tripped me up