Refactoring Monoliths to Microservices with the BFF and Strangler Patterns #Graphql #Wundergraph #Bffpattern #Bff #Expressjs #Typescript plainenglish.io/blog/refactori…
#GraphQLSummit is almost here.
If you're building with APIs and AI, make sure you're there.
📍San Francisco, Oct 6-8
🔗graphqlsummit.com
#GraphQL #SFTechWeek #AI #DeveloperProductivity #ShipFaster #EngineeringCulture
In short:
→ REST = simplicity, stability
→ GraphQL = flexibility, precision
Right tool, right problem. 👨💻
Which one do you prefer in your projects — and why? 👇
#GraphQL #RESTAPI #devcommunity
Back on track guys ,diving into something new this weekend Go (Golang) .
We usually build REST APIs (with caching for speed) but Go’s performance even without caching got me curious.
Goal: Build a React SPA with CRUD + GraphQL backend in Go just for learning! #Golang #GraphQL
🔥 We're building something wild for Builderius users
Training materials that teach AI assistants (ChatGPT, Claude, etc.) to help you write GraphQL queries for your projects.
Here's why this matters 🧵
#AI #graphql #worspress #pagebuilder #webdev
Are you looking for a job that's focused specifically on #GraphQL Federation? We've got a curated list of jobs for you! It's up to date every week. Please share and RT.
wundergraph.com/other-federati…
Just paired Spring WebFlux with GraphQL. Performance is 🔥
But file mutations… let’s just say, not sunshine and rainbows 😅
How are you handling them?
#SpringBoot #WebFlux #GraphQL #Java
GraphQL queries brillan cuando necesitas datos específicos de múltiples fuentes. Evitas el overfetching (obtener datos innecesarios) vs REST, y tienes control total sobre la estructura de respuesta. Ideal para apps complejas con APIs heterogéneas. #GraphQL #API...
We wrote up the full implementation using WunderGraph, but the pattern works with any federated GraphQL setup: tinyurl.com/2hrfyvec
#GraphQL #Microservices #DeveloperExperience #PlatformEngineering #DevOps #APITesting
GraphQL queries: Olvídate de sobre-fetching/sub-fetching. Especificas *exactamente* los datos que necesitas con un schema definido. Reduce la latencia, optimiza el ancho de banda y facilita evoluciones en tu API. #GraphQL #API #DeveloperSeed2981
Want to discuss all the #GraphQL things in Paris 🥐?
apidays Paris is hosting GraphQL Day 2025, and the CFP is open until Oct. 12!
Fill it out 👇
graphql.day
¿Cómo optimizarías una GraphQL query con múltiples depth > 2 para evitar query cost explosion? ¿Fragmentos + @include/exclude son la mejor opción, o hay estrategias menos comunes pero más eficientes? #GraphQL #Optimization #Performance