Practical React Query
A comprehensive guide to React Query, covering practical usage, data transformations, caching, and best practices for managing server state in React applications.
A comprehensive guide to React Query, covering practical usage, data transformations, caching, and best practices for managing server state in React applications.
Explains the difference between interfaces and APIs in programming, using examples from JavaScript and web development.
A quick tip on using a Google CDN to easily retrieve and display the favicon for any website URL without manual crawling.
Key takeaways from a GraphQL Query Language course, covering queries, mutations, variables, and fragments for API development.
Introducing Mongorester, a library to generate a full CRUD Express/MongoDB API with a single line of code, similar to Rails scaffolding.
A developer compares JavaScript's performance.now and Date.now for measuring raw computing speed, sharing test methods and findings.
A guide to understanding and fixing CORS errors in Express.js, including whitelist configuration and middleware setup.
Developer updates on new workstation, SourceHut API 2.0 progress, Gemini protocol projects, and other software developments.
A beginner's guide to setting up a web server using Express.js, covering installation, basic server setup, and routing.
A tutorial on implementing Webmention functionality to collect social media comments and interactions on a Next.js website.
Part 17 of a series on building a Swift HTTP framework, discussing advanced loader concepts like OpenID, caching, deduplication, and redirection.
Learn to build a serverless API for validating email workflows using AWS SES, API Gateway, and DynamoDB to create unlimited test inboxes.
A guide to resolving variable naming conflicts between Python's snake_case and JavaScript's camelCase in full-stack web development.
Explores advanced, undocumented features of the Cypress.io testing framework, including routing tricks, DOM aliasing, and custom logging.
A tutorial on using a JavaScript fake API with mock data to build a React frontend when a backend isn't available.
Explains the lifecycle functions (connectedCallback, disconnectedCallback, etc.) available in native Web Components for controlling behavior during rendering and updates.
A video tutorial series on building a Covid19 stats widget for iOS 14 using the WidgetKit framework and SwiftUI.
A guide on programmatically dropping all collections in a MongoDB database using Mongoose, useful for resetting a database during testing.
A tutorial on building a Ruby on Rails API with JWT authentication for a user notes application.
A guide to displaying RSS feed content in Home Assistant using custom scripts and the HTTP API, avoiding third-party integrations.