pavelnikolov.bsky.social
@pavelnikolov.bsky.social
♠️ Just shipped deck v0.0.1 for #golang!

d := deck.New()
d.Shuffle()
hands, _ := d.Deal(4, 5) // Deal poker hands

Clean API for playing card operations. Includes jokers, secure shuffling, and serialization support.

github.com/pavelnikolov/deck

#gamedev #opensource
GitHub - pavelnikolov/deck: Production-ready Go package for building card games with secure shuffling and efficient serialization.
Production-ready Go package for building card games with secure shuffling and efficient serialization. - pavelnikolov/deck
github.com
October 6, 2025 at 10:50 PM
Released v1.8.0 of graph-gophers/graphql-go offering an alternative solution to the N+1 query problem + examples. #golang github.com/graph-gopher...
Release v1.8.0 · graph-gophers/graphql-go
What's Changed Added DecodeSelectedFieldArgs helper function to decode argument values for any (nested) selected field path directly from a resolver context, enabling efficient multi-level prefetc...
github.com
September 9, 2025 at 12:06 PM
Released v1.7.0 of graph-gophers/graphql-go. Now users can introspect selected fields in resolvers.
github.com/graph-gopher... #Golang #go #GraphQL
Release v1.7.0 · graph-gophers/graphql-go
What's Changed chore: update golangci-lint ver by @pavelnikolov in #664 test: fuzz test schema exec by @pavelnikolov in #666 ci(github): use GitHub actions by @pavelnikolov in #668 feat(log): add ...
github.com
August 19, 2025 at 1:31 PM