I spoke at DinosaurJS and React Loop last week
A developer shares their experience speaking at DinosaurJS and React Loop conferences, discussing technical talks on Babel 7 and migrating to React.
A developer shares their experience speaking at DinosaurJS and React Loop conferences, discussing technical talks on Babel 7 and migrating to React.
Author announces moving back to the US and joining Apollo GraphQL to lead their open-source iOS SDK, discussing career shift into developer relations.
Part 2 of a tutorial series on building a GraphQL client in TypeScript to interact with an ASP.NET Core GraphQL API, using Apollo Client.
A tutorial on deploying a Node.js GraphQL API with a Postgres database to Google Cloud Run, Google's serverless platform.
A tutorial on building a React Native mobile app using AWS Amplify for serverless backend services like authentication and GraphQL APIs.
First part of a tutorial series on building a GraphQL application using ASP.Net Core and TypeScript, covering core concepts and advantages.
A developer reflects on her new leadership role at Gatsby.js, the importance of good leadership, and her departure from Girl Develop It due to organizational issues.
A software developer reflects on 2018, highlighting organizing internal tech knowledge sessions and delivering workshops on container technology.
A technical tutorial on building a custom blog from scratch using GatsbyJS, React, Markdown, and GraphQL.
Announcement of the free book 'The Road to GraphQL' for mastering GraphQL with JavaScript, React, and Node.js through practical applications.
A tutorial on building a GraphQL server with Node.js, comparing it to REST APIs and demonstrating how to reduce over-fetching.
A tutorial on writing tests for Apollo Client queries and mutations in a React application using a mocked GraphQL server.
A tutorial on building a full-featured GraphQL server using Apollo Server and Express, covering authentication, database integration, and more.
An analysis of the pros and cons of using Apollo for GraphQL, including its ecosystem and alternatives.
An overview of GraphQL, exploring its advantages like declarative data fetching and disadvantages compared to REST.
A tutorial on building a custom GraphQL client library for React to understand its internals and contribute to the ecosystem.
A beginner's guide to using GitHub's GraphQL API from a client-side perspective, including setup and basic data interactions.
A tutorial on creating a minimal React app with Apollo Client to query GitHub's GraphQL API and manage local state.
A developer explains their preference for GraphQL over REST APIs, citing issues like lack of standardization and type safety in REST.
A tutorial on using apollo-link-state to manage local state in React applications with Apollo Client and GraphQL.