Year in Review: 2023 into 2024
A personal blog post reflecting on the author's career, coding burnout, life changes, and hobbies from 2023, and looking ahead to 2024.
A personal blog post reflecting on the author's career, coding burnout, life changes, and hobbies from 2023, and looking ahead to 2024.
Developer works on Python exercises, creates a custom 404 page for a Django app, and builds a GraphQL service with Go's gqlgen.
An educational guide explaining the GraphQL Type System, including scalar types, objects, interfaces, and unions.
A tutorial on creating a GraphQL API server using Node.js and Express, covering schemas, queries, mutations, and resolvers.
An in-depth look at GraphQL DataLoader, explaining how its batching and caching mechanisms optimize data fetching and reduce backend requests.
An introduction to GraphQL, explaining what it is, its key concepts, and how it compares to REST architecture.
A guide on adding TypeScript types to the fetch API, using a GraphQL Pokemon API example from EpicReact.dev workshops.
A technical deep-dive into how GraphQL works internally, focusing on schema building and query execution mechanics.
Learn how to use GraphQL to programmatically create pages and manage data in your Gatsby.js projects.
A tutorial on testing GraphQL resolvers with Jest, covering authentication, error handling, and happy/sad path scenarios.
A tutorial on implementing GraphQL resolver middleware for handling authentication and permission checks in a Node.js application.
Announcement of the free book 'The Road to GraphQL' for mastering GraphQL with JavaScript, React, and Node.js through practical applications.
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 tutorial on using apollo-link-state to manage local state in React applications with Apollo Client and GraphQL.