Is GraphQL dying? 2023 Trend Analysis of REST, GraphQL, OpenAPI, SOAP, gRPC and tRPCApr 23, 2023·6 min read·10
Apollo Federation v2 compatible OSS licensed Gateway coming to WunderGraphToday, we're excited to announce that we're partnering with YC-backed Tailor Technologies, Inc. to implement Apollo Federation v2. The implementation will be MIT licensed (Engine) and Apache 2.0 licensed (Gateway). We're already supporting Apollo Fed...Jun 5, 2023·5 min read·11
The Builder - The road from commit to production in 13sUsers can connect their GitHub project to WunderGraph Cloud. Once they make a commit, "The Builder" will build a new docker image and deploy it across the globe in 13 seconds. The Builder is standing on the shoulders of giants. We use Podman for root...Mar 8, 2023·25 min read·23
TypeScript Made EasyTypeScript Made Easy: A Practical Guide To Your First Typesafe App with NextJS, WunderGraph, and Prisma It’s time to put your fears aside and finally learn TypeScript. Let’s give you your first “Eureka!” moment by building a full stack Todo App with ...Mar 6, 2023·15 min read·5
Announcing WunderGraph Cloud: The future of Serverless API Development is nowToday, we are excited to announce the launch of WunderGraph Cloud! Here are the key reasons why you should try out our service: Deploy your API in as little as 13 seconds, enabling more than just quick iteration You get an Edge Gateway for free, wi...Mar 1, 2023·18 min read·5
GraphQL's @defer and @stream Directives are overkillFor a very long time I was a big fan and advocate of GraphQL's @defer and @stream directives. Actually, I've implemented them in my own GraphQL server implementation in Go almost 3 years ago . At that time, I was using a stream of JSON-Patch operatio...Feb 23, 2023·13 min read·22
A comprehensive Guide to WunderGraph and WunderGraph CloudGetting Started With WunderGraph A comprehensive guide to WunderGraph, the API Gateway that turns GraphQL into RPC on the fly, with a focus on its TypeScript Operations. I’ve been using WunderGraph a lot lately for my NextJS projects. I really dig it...Feb 20, 2023·19 min read·15
Isomorphic TypeScript APIs: End-to-end type-safety between client & serverFull-Stack development just reached a whole new level of productivity. Isomorphic TypeScript APIs, as I call them, blur the lines between client and server. Without any compile time step, the developer receives immediate feedback when they make a cha...Jan 24, 2023·20 min read·20