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.
Analyzing the compatibility of GraphQL with DynamoDB's single-table design, discussing trade-offs and when each approach is preferable.
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 to building a GraphQL API using Kotlin and Spring Boot with Netflix's DGS library, demonstrating data fetching and merging.
A guide on adding TypeScript types to the fetch API, using a GraphQL Pokemon API example from EpicReact.dev workshops.
Key takeaways from AWS AppSync sessions at Re:Invent 2020, covering GraphQL resolvers, deployment options, and security best practices.
A technical deep-dive into how GraphQL works internally, focusing on schema building and query execution mechanics.
Tutorial on building a GraphQL server using Apollo Server and AWS CDK with TypeScript, including Lambda and API Gateway setup.
Key takeaways from a GraphQL schema design course, covering mocking, naming conventions, nullable fields, and schema evolution.
Key takeaways from a GraphQL Query Language course, covering queries, mutations, variables, and fragments for API development.
Learn how to use GraphQL to programmatically create pages and manage data in your Gatsby.js projects.
A tutorial on implementing GraphQL resolver middleware for handling authentication and permission checks in a Node.js application.
A tutorial on testing GraphQL resolvers with Jest, covering authentication, error handling, and happy/sad path scenarios.
Exploring the advantages and challenges of adopting new technologies like Apollo & GraphQL, using a real-world case study from CodePen.
A developer shares their experience speaking at DinosaurJS and React Loop conferences, discussing technical talks on Babel 7 and migrating to React.
Announcement of the free book 'The Road to GraphQL' for mastering GraphQL with JavaScript, React, and Node.js through practical applications.