Vikas Pathak (@vikaspa143) 's Twitter Profile Photo

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

Felicia Udosen 👩🏾‍💻 (@liciacodes_) 's Twitter Profile Photo

Just wrapped up migrating the Posts module from REST → GraphQL ✅ CRUD operations (create, edit, delete posts) ✅ JWT-based auth for secure ops ✅ Image upload ✅ Pagination for smoother feeds #GraphQL #WebDev #FullStack

Andros Cabello (@androscabello) 's Twitter Profile Photo

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...

MasterLab Systems (@masterlab1817) 's Twitter Profile Photo

🚀 Serverless GraphQL APIs with AWS AppSync | Build Scalable Backends in ... youtu.be/4D4MZ3DvN_o?si… #AWS, #AppSync, #GraphQL, #DynamoDB, #Lambda, #Serverless, #CloudFormation, #SAM, #NodeJS, #FullStack, #API, #Backend, #DevOps, #Cloud, #

🚀 Serverless GraphQL APIs with AWS AppSync | Build Scalable Backends in ... youtu.be/4D4MZ3DvN_o?si… 
#AWS, #AppSync, #GraphQL, #DynamoDB, #Lambda, #Serverless, #CloudFormation, #SAM, #NodeJS, #FullStack, #API, #Backend, #DevOps, #Cloud, #
Arjun Iyer (@arjuniyer_) 's Twitter Profile Photo

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

Andros Cabello (@androscabello) 's Twitter Profile Photo

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

GraphQL (@graphql) 's Twitter Profile Photo

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

Andros Cabello (@androscabello) 's Twitter Profile Photo

¿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