The Complete List of OAuth 2 Grants
A comprehensive guide to all OAuth 2.0 grant types, explaining their flows and use cases for secure application authorization.
A comprehensive guide to all OAuth 2.0 grant types, explaining their flows and use cases for secure application authorization.
Discusses why SQL's SELECT..FROM syntax order isn't a flaw to be 'fixed' by FROM..SELECT, comparing it to logical execution order and language design.
A guide to customizing your Zsh terminal prompt with Git integration, colors, and useful information.
A technical guide on using Hugging Face Transformers and Amazon SageMaker to detect and anonymize Personally Identifiable Information (PII) in text.
Learn systematic problem-solving techniques and tools for debugging issues in Django web applications.
A tutorial on creating an RSS feed for a blog or website using Blazor and the System.ServiceModel.Syndication package in ASP.NET Core.
Explains why open source maintainers require minimal reproductions for bug reports and how to create them effectively.
Explains modern cloud disaster recovery and resilience using Availability Zones, contrasting with legacy data center approaches.
A guide on writing effective alt text for images, focusing on web accessibility, screen readers, and best practices for developers.
Explains the JavaScript debouncing technique to optimize performance by delaying function calls, with practical code examples.
A personal style guide for writing enums in PHP, covering naming conventions, backed enums, and simple methods.
A guide to using Project Tye to simplify local development by running multiple .NET APIs and services with a single command.
A PyCon US 2022 talk recap on implementing framework-independent shared functionality using WSGI and ASGI middleware.
Part 6 of a series on making sparse linear algebra differentiable in JAX, focusing on implementing Jacobian-vector products for custom primitives.
A developer's strategy for evaluating new tech tools by letting them mature on a 'carousel' before adoption, using examples like React, Gatsby, and Tailwind.
A guide to deploying a NestJS application to Google Cloud Run, covering manual setup and automated CI/CD with GitHub Actions.
Explains how to use Kubernetes ephemeral containers and the kubectl debug command for troubleshooting pods without restarting them.
A technical guide on how to capture usage metrics for redirects in a Ruby on Rails application to aid in cleaning up legacy routes.
A guide to fixing AsyncStorage warnings when using Firebase JS SDK with React Native by properly configuring the auth persistence layer.