2022 In Review
A developer reflects on a transformative 2022, transitioning from a staff frontend role to full-time open source work, releasing a book, and speaking at tech conferences.
A developer reflects on a transformative 2022, transitioning from a staff frontend role to full-time open source work, releasing a book, and speaking at tech conferences.
A developer's December 2022 monthly digest covering books on Go, TypeScript, and microservices, plus thoughts on productivity and dropping unenjoyable books.
A tutorial on integrating the SimpleRPC framework with SvelteKit 1.0 and TypeScript to create a type-safe RPC API.
Analyzes gaps in current API documentation tools for TypeScript libraries and proposes the need for a standardized API model.
Introducing an unofficial .NET SDK for creating GitHub Actions, making automation easier for C# developers.
A tutorial on building a Solid-Start application with an integrated tRPC API, covering setup, schema definition, and client generation.
A developer reflects on two major technical mistakes: choosing Flow over TypeScript and managing a multi-language monorepo, sharing lessons learned.
A guide on typing React function components with TypeScript, using a Select component as an example to demonstrate prop typing methods.
Developer creates an open-source web app to help users easily export their Revue newsletter issues using the Revue API before the service shuts down.
A step-by-step tutorial on integrating Prisma ORM with a NestJS backend, including database setup, CRUD operations, and testing.
Explains how to pass and retrieve context in Lit Web Components using getRootNode() and a utility function for ancestor traversal.
Explores the latest, type-safe NgRx APIs for Angular state management, focusing on improved Actions and Reducers with TypeScript.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
Author announces 'The TypeScript Cookbook', a new O'Reilly book for 2023 providing practical solutions for everyday TypeScript problems.
A guide to setting up optimal defaults for a Serverless Framework project using TypeScript, including plugins, configs, and AWS best practices.
Explains how to seed the React Query cache to optimize data fetching and avoid fetch waterfalls in React applications.
A tutorial explaining how to implement and use user-defined type guards in TypeScript to conditionally apply logic based on variable types.
A conversation about transitioning to full-time open source work, the challenges of funding, and the personal motivations behind it.
Explores React refs, events, and escape hatches to handle stale closures and mutable state without dependency arrays.
A guide on integrating zod-fixture with Mock Service Worker (MSW) to automatically generate mocked API responses for frontend development and testing.