Year in Review: 2024 into 2025
A developer's personal year-in-review, reflecting on coding work, side projects, and blog writing habits in 2024 and looking ahead.
Personal blog about web development and programming
27 Articles from this blog
A developer's personal year-in-review, reflecting on coding work, side projects, and blog writing habits in 2024 and looking ahead.
The author details the latest redesign of their personal website, version 7.0, focusing on new sidebars, a light-dark theme, and Bluesky integration.
A personal blog post reflecting on the author's career, coding burnout, life changes, and hobbies from 2023, and looking ahead to 2024.
A guide on integrating WebSockets into a Redux application using custom middleware for state management.
An educational guide explaining the GraphQL Type System, including scalar types, objects, interfaces, and unions.
A personal year-in-review blog post sharing reflections, favorite media from 2022, and goals for the new year.
A nostalgic and analytical look back at the dark themes and lasting impact of the Animorphs book series.
A guide on testing API calls in React components using React Testing Library and Jest, covering both success and failure scenarios.
A guide on using React Router's matchPath function to dynamically set page titles and reduce code repetition in React applications.
A personal reflection on blogging, overcoming perfectionism, and allowing for more casual, varied content.
A guide to simplifying drag and drop functionality in React using the react-beautiful-dnd library, including reusable components and demos.
A personal blog post sharing heartfelt memories of a friend named Josh, focusing on his personality, quirks, and the small moments.
The author details the motivations and process behind the sixth major redesign of their personal website.
A tutorial on creating a GraphQL API server using Node.js and Express, covering schemas, queries, mutations, and resolvers.
A developer creates a web app to learn a diatonic accordion by mapping its buttons to a computer keyboard using Svelte and the Web Audio API.
A guide to building a schema-based form system in React to reduce repetitive code and handle validation, state, and UI automatically.
A personal reflection on 2021, discussing burnout, work-life balance, and recommendations for media like Bo Burnham's 'Inside' and The Beatles documentary.
An introduction to GraphQL, explaining what it is, its key concepts, and how it compares to REST architecture.
The author explains their decision to separate personal 'Notes' from technical 'Articles' on their blog and reflects on online privacy.
A tutorial on implementing table sorting, filtering, and pagination in React using JavaScript for full control over functionality and design.