Fetching Webmentions With Netlify and Eleventy Edge
A developer explains how to implement dynamic Webmentions using Netlify Edge Functions with Eleventy, moving from static builds to real-time updates.
A developer explains how to implement dynamic Webmentions using Netlify Edge Functions with Eleventy, moving from static builds to real-time updates.
A critique of Google's service shutdowns and the importance of open standards for a trustworthy, decentralized internet.
A deep dive into React Query concepts, common misconceptions, and best practices for effective data fetching in React applications.
A guide to automating Mastodon posts using IFTTT webhooks and the Mastodon API.
A developer reflects on their first two months at Contenda, a tech startup, discussing their role, team, and the meaningful work of building an API.
Argues that traditional B2B app development is flawed for multi-party interactions and calls for a new platform.
An introduction to GraphQL, explaining what it is, its key concepts, and how it compares to REST architecture.
A guide to understanding and using status checks and boolean flags in React Query for effective data fetching state management.
A guide on implementing Web Monetization using Snippet Injection to add payment streams to websites without code changes.
A guide on using environment variables in Next.js applications, including configuration for both server and client-side, and deployment on Netlify.
Explains the differences between cookies and tokens for API authentication, covering OAuth, JWT, and deployment considerations.
A comprehensive guide to React Query, covering practical usage, data transformations, caching, and best practices for managing server state in React applications.
Key takeaways from a GraphQL Query Language course, covering queries, mutations, variables, and fragments for API development.
A guide to resolving variable naming conflicts between Python's snake_case and JavaScript's camelCase in full-stack web development.
A tutorial on using a JavaScript fake API with mock data to build a React frontend when a backend isn't available.
An introduction to Netlify Functions, explaining how they simplify AWS Lambda by abstracting away complex configuration and deployment.
Developer reflects on a monthly project update, shelving 'What Got Done' due to low interest while reporting on Zestful and Is It Keto progress.
An overview of GraphQL, exploring its advantages like declarative data fetching and disadvantages compared to REST.
Author announces 'Practical Python Projects' book, designed to teach intermediate Python through 15+ real-world, portfolio-ready projects.
A guide on reverse engineering the Soundcloud API to bypass download restrictions using Python.