PinnedWhy we couldn’t resist raising from eBay — our Series A announcementThis is not your typical ‘we raised X amount of money’ post, so let’s get the boring part out of the way first, or read the official…Mar 27Mar 27
PinnedWunderGraph raises $3M in seed funding to build GitHub for APIsToday we are excited to announce that we have raised $3M in seed funding led by Aspenwood Ventures to take API development to the next…May 3, 2023May 3, 2023
This Started as API Plumbing. It Turned Into a Developer Playground for LLMs.While solving the problem of simplifying API orchestration for our customers, we accidentally built a backend framework for LLMs — and…Jun 5Jun 5
Beyond OSS: When It’s Time to Level Up Your GraphQL FederationCosmo OSS makes it easy to start with GraphQL Federation. It’s open source, lightweight, and fast. A single CLI and router are enough to go…May 30May 30
WaitGroup Isn’t Enough: Lessons from Building a GraphQL Router in GoGo makes it easy to write concurrent code. Just start a few goroutines, wait for them to finish, and you’re done. The go keyword and…May 15May 15
When AI Speaks to AI: Why Protocols Are the Future of Machine CommunicationAs AI evolves from answering questions to making decisions, a quiet but critical shift is underway: the client is no longer human.May 2May 2
From Rate Limiting to Harm Limiting: Rethinking API SafetyRate limiting works when you know who your client is.Apr 24Apr 24
Bringing GraphQL Federation Workflows Into the IDE with Cosmo MCPWorking with GraphQL Federation often involves a lot of moving between tools. You might validate queries in one place, explore the schema…Apr 18Apr 18
Golang sync.Pool is not a silver bulletWhen it comes to performance optimization in Go, sync.Pool often appears as a tempting solution. It promises to reduce memory allocations…Apr 13Apr 13