Open Social
The article argues that 'open social' platforms, like Bluesky's AT Protocol, are at a similar turning point as open source software was decades ago.
The article argues that 'open social' platforms, like Bluesky's AT Protocol, are at a similar turning point as open source software was decades ago.
Developer creates a standalone web app for visualizing tree data structures, originally used for teaching React concepts like prop drilling.
A personal retrospective of the various writing tools and platforms the author has used to publish online over the past twenty-plus years.
Explains how to replace useEffect+useState patterns with useSyncExternalStore to fix jank in React apps, especially during server-side rendering.
A guide to securing Azure Logic Apps HTTP triggers by replacing SAS tokens with OAuth authorization policies and Azure AD authentication.
A guide to deriving client state from server state in React applications using React Query, avoiding manual sync with useEffect.