Basics: Availability checks
Explains how to use Swift's availability checks to adopt new iOS APIs while maintaining backward compatibility with older system versions.
Explains how to use Swift's availability checks to adopt new iOS APIs while maintaining backward compatibility with older system versions.
iOS 15 introduces a new `.formatted()` API for dates, numbers, and lists, simplifying localized formatting without direct formatter management.
A beginner-friendly introduction to the Ruby Sinatra web framework, covering installation, basic routes, and URL parameters.
A tutorial on getting started with the Masonite Python web framework, covering setup, routing, and creating a basic JSON API.
A tutorial on building a TypeScript-based API using the FoalTS framework, covering setup, routing, and controllers.
A beginner's tutorial on building a basic JSON API using the Python Flask web framework, covering setup, routing, and CRUD operations.
Explores hidden Java API features like Pattern::asPredicate and named regex groups, plus a dive into record semantics from the Inside Java Newscast.
A tutorial on building a basic API using Deno, covering import maps, deps.ts, and CRUD operations with the Pogo framework.
A recap of a live coding stream discussing Jamstack, serverless functions, and using Netlify with the DEV API.
A tutorial on how to read and test JSON objects and arrays using the Cypress testing framework, covering dot and bracket notation.
Explains how to customize HTTP responses for failed authorization in ASP.NET Core 5.0 using the IAuthorizationMiddlewareResultHandler interface.
Explores the benefits of using Rust programming language to build high-performance, reliable Kubernetes operators for automating application management.
A guide to understanding and using status checks and boolean flags in React Query for effective data fetching state management.
A guide to implementing and configuring health checks in ASP.NET Core applications, including setting up a dashboard to monitor multiple services.
A tutorial on building and deploying a web API with Rust's Rocket framework, including routing, database integration, and deployment.
A guide on using Swift's JSONDecoder with .convertFromSnakeCase strategy to automatically map API snake_case keys to camelCase properties.
A tutorial on building a basic GraphQL API using ASP.NET Core, Entity Framework, and related libraries, focusing on queries and mutations.
A tutorial on implementing user authentication in a Next.js application using Supabase, an open-source Firebase alternative.
A tutorial on creating a custom Gatsby source plugin to fetch and integrate data from the Hashnode API into a Gatsby site's GraphQL layer.
A tutorial on setting up an Express.js server, using templating engines (EJS, Mustache, Handlebars, Pug), and creating APIs for full-stack development.