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.
A software engineer's personal review of 2021, covering career moves to remote roles, tech stack changes, blog improvements, and personal milestones.
An introduction to GraphQL, explaining what it is, its key concepts, and how it compares to REST architecture.
A tutorial on building a habit tracker using GraphQL, Hasura for the backend API, and React for the frontend.
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.
A step-by-step tutorial on building a GraphQL API using Apollo Server, covering setup, typedefs, resolvers, and testing.
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.