In Plain English (@inplainenghq) 's Twitter Profile Photo

Refactoring Monoliths to Microservices with the BFF and Strangler Patterns #Graphql #Wundergraph #Bffpattern #Bff #Expressjs #Typescript plainenglish.io/blog/refactori…

Apollo (@apollographql) 's Twitter Profile Photo

#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

#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
Ritesh Roushan | Tech + AI (@riteshroushan7) 's Twitter Profile Photo

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

Just a Guy in Tech (@jatingupta9905) 's Twitter Profile Photo

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

Builderius (@builderius) 's Twitter Profile Photo

🔥 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

Jens Neuse | Founder @ WunderGraph (@theworstfounder) 's Twitter Profile Photo

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…

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