Michael Staib
@michaelstaib.bsky.social
📤 266
📥 76
📝 8
reposted by
Michael Staib
Louis
25 days ago
#GraphQL
Berlin is hosting a Meetup to talk about 🗣️Batching by @michaelstaib.bsky.social from ChilliCream 🗣️How to evolve your API over time by Stephen Spalding from Netflix Join us on Sept 11 at
@zalando.com
! Seats are limited!
www.meetup.com/graphql-berl...
loading . . .
GraphQL Berlin Meetup #29, Thu, Sep 11, 2025, 7:00 PM | Meetup
New GraphQL Berlin Meetup is coming! Come join us at the stylish Zalando office located opposite to the East Side Gallery. \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
https://www.meetup.com/graphql-berlin/events/310709907/
0
8
5
reposted by
Michael Staib
GraphQL
about 1 month ago
Limit/offset pagination is simple but expensive & not resilient to changes in the underlying data. Cursor pagination is resilient and performant, but doesn't give you "jump to page"...
@michaelstaib.bsky.social
gives us the best of both worlds with "relative cursors"
graphql.org/conf/2025/s...
loading . . .
Offset Pagination Is Dead! Meet Relative Cursors - Michael Staib, ChilliCream | GraphQLConf 2025
What if you could keep traditional UI pagination concepts, but with the performance and reliability of cursor-based pagination? In this lightning talk, you’ll learn how relative cursors enable fast, consistent pagination while preserving familiar UX patterns like “jump to page.” It’s a smarter, more robust approach to navigating data—ideal for modern APIs and real-world apps.
https://graphql.org/conf/2025/schedule/73b37145c961856b3c857568d0739a9f/
0
4
1
reposted by
Michael Staib
Jeff Auriemma
18 days ago
Taking in the state of GraphQL Federation from
@martijnwalraven.bsky.social
and
@michaelstaib.bsky.social
. Awesome to see the leadership by contributors from ChilliCream,
@apollographql.com
, and The Guild on advancing the community forward and developing this standard in the open
#GraphQLConf
0
3
1
reposted by
Michael Staib
GraphQL
7 months ago
TSC member
@michaelstaib.bsky.social
is a
#graphqlstar
& secret weapon, working across our diverse ecosystem to build consensus in the composite schema WG & spec. Michael also created HotChocolate, which implements GraphQL features for the .NET ecosystem. Thank you for all you do!!
0
4
3
reposted by
Michael Staib
GraphQL
9 months ago
In case you're keen to get more involved with the GraphQL Community this year, tomorrow we have 2 Working Group meetings you can join - Composite Schemas and our Primary WG - Subscribe to the calendar if you want notifications!
calendar.graphql.org
loading . . .
GraphQL Foundation - Public
https://calendar.graphql.org/
0
7
4
reposted by
Michael Staib
Marc-André Giroux
9 months ago
New post 🌶️ The MOIST Principle for GraphQL Schema Design
loading . . .
The MOIST Principle for GraphQL Schema Design
Why MOIST is preferable to DRY when it comes to GraphQL Schema Design
https://buff.ly/428f5pO
5
15
7
We are planing the next holiday with the kids and are split between Hawaii and a road trip through Australia.
9 months ago
1
0
0
reposted by
Michael Staib
Robert Balicki
9 months ago
I created a starter pack that includes a bunch of folks who are in the GraphQL community! If I missed anyone, please let me know and I'll add them! And feel free to share this widely!
go.bsky.app/P8JViJA
This platform has astonishingly little reasoned discussion of GraphQL, and that should change!
5
24
8
reposted by
Michael Staib
xUnit.net
10 months ago
It's v3 1.0.0 release day! We are excited for you to try out our newly redesigned testing framework. Release notes:
xunit.net/releases/v3/...
xunit.net/releases/ana...
xunit.net/releases/vis...
#DotNet
#CSharp
#FSharp
#UnitTest
#TDD
loading . . .
Release Notes for v3 1.0.0 [2024 December 16]
Documentation site for the xUnit.net unit testing framework
https://xunit.net/releases/v3/1.0.0
4
85
31
Uhh there is now an official
@graphql.org
account, if you are interested into the work of the GraphQL foundation or into news around the GraphQL ecosystem, follow us.
10 months ago
0
3
2
reposted by
Michael Staib
Alvin Ashcraft
10 months ago
Dew Drop – December 3, 2024 (#4313)
https://buff.ly/49hqq8A
#dotnet
#ai
#visualstudio
#cloud
#windowsdev
#webdev
#csharp
#mobiledev
#dewdrop
loading . . .
Dew Drop – December 3, 2024 (#4313)
Top Links AI-Powered Insights: Streamlining Variable Analysis with GitHub Copilot in Visual Studio (Harshada Hole)How to Create a Minimal API in .NET Core – A Step By Step Handbook (Isaiah Clifford…
https://buff.ly/49hqq8A
0
4
1
We have released Hot Chocolate 14.2 with experimental support for @semanticNonNull. If you are using relay you should already be able to take advantage of this new feature.
github.com/ChilliCream/...
loading . . .
Release 14.2.0 · ChilliCream/graphql-platform
What's Changed Fixed URL-safe ID serialization (#7725) Added .NET 9 (#7741) Fixed issue when accept:/ and operation is a subscription. (#7732) Include net9.0 tools in StrawberryShake package (#771...
https://github.com/ChilliCream/graphql-platform/releases/tag/14.2.0
10 months ago
0
2
0
Finally got back into running. Had a string of flus and colds since end of September and only now are back at 100% so today a pit finally my running shoes back on 🏃♂️
10 months ago
0
1
0
reposted by
Michael Staib
Alvin Ashcraft
about 1 year ago
How use a Blazor QuickGrid with GraphQL by
@fboucheros.bsky.social
.
#dotnet
#blazor
#graphql
#aspnetcore
#webdev
devblogs.microsoft.com/dotnet/how-u...
loading . . .
How use a Blazor QuickGrid with GraphQL - .NET Blog
In this is the second post in a series of posts about GraphQL and .NET, we will see how to fill a Blazor QuickGrid component with data fetched with GraphQL. We will also use the virtualize feature of ...
https://devblogs.microsoft.com/dotnet/how-use-a-blazor-quickgrid-with-graphql/
0
3
2
reposted by
Michael Staib
Alvin Ashcraft
about 1 year ago
Building a GraphQL Client in .NET with JetBrains Rider and StrawberryShake by Maarten Balliauw.
#webdev
#dotnet
#rider
#graphql
#hotchocolate
#strawberryshake
#jetbrainsrider
#csharp
loading . . .
Building a GraphQL Client in .NET with JetBrains Rider and StrawberryShake | The .NET Tools Blog
Many teams are using GraphQL for their API needs, thanks to its powerful query language and flexibility. Unlike traditional REST APIs, GraphQL lets you fetch the data you need in a single request, mak
https://buff.ly/3TyqtGp
0
2
2
What happened when Stephen Spalding null-checked Lee Byron? Who got null-pointer-exception-ed out off the panel? For answers to these and other Billion Dollar questions, you gotta watch this
#graphqlconf
talk:
youtu.be/1snK4dcN1rw
loading . . .
The Billion D∅Llar Panel - Nullability in GraphQL
YouTube video by GraphQL Foundation Talks
https://youtu.be/1snK4dcN1rw
11 months ago
0
1
0
I have created a new episode on the getting started experience with Hot Chocolate 14 and look at the first things you might stumble over when migrating from Hot Chocolate 13.
youtu.be/AdyR4us0Ywc
#graphql
#dotnet
#hotchocolate
loading . . .
Getting Started with Hot Chocolate 14
YouTube video by ChilliCream
https://youtu.be/AdyR4us0Ywc
11 months ago
0
4
1
reposted by
Michael Staib
Alvin Ashcraft
about 1 year ago
What's new for Hot Chocolate 14 by Michael Staib.
#aspnetcore
#graphql
#dotnet
#webdev
#apis
#hotchocolate
#csharp
loading . . .
What's new for Hot Chocolate 14
We are almost ready to release a new major version of Hot Chocolate, and with it come many new exciting features. We have been working on…
https://chillicream.com/blog/2024/08/30/hot-chocolate-14
0
2
1
you reached the end!!
feeds!
log in