Using uvx in GitHub Actions in a cache-friendly way
A guide to caching uvx tools in GitHub Actions using UV_EXCLUDE_NEWER for faster, offline-friendly workflows.
A guide to caching uvx tools in GitHub Actions using UV_EXCLUDE_NEWER for faster, offline-friendly workflows.
Learn a cache-friendly method for using uvx in GitHub Actions to avoid repeated PyPI downloads and speed up workflows.
WWDC26 updates AsyncImage in SwiftUI with HTTP caching, URLRequest support, and custom URLSession for efficient image loading.
A personal website changelog detailing technical improvements like ETags, thumbnails, dark mode fix, and 404 guessing.
Explores integrating TanStack Router with TanStack Query, comparing router cache vs global query cache for data management.
Guide to optimizing network requests in iOS apps using Xcode Simulator, proxies, and AI agents for better performance.
Explains Docker's layer caching mechanism and how to bypass it using --no-cache for reliable builds.
Explains why Azure API Management policy changes may not apply, focusing on policy hierarchy, scope conflicts, and common mistakes.
A developer explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
Explains how to add dynamic features like admin edit links and random tag navigation to a statically cached Django blog using localStorage and JavaScript.
Guide on triggering GPG passphrase prompts and clearing the agent's cache for scripting and automation tasks in Linux.
Explains how to use FusionCache's Backplane feature to synchronize HybridCache instances across multiple application instances in .NET.
Explores pre-populating caches as a performance optimization, discussing its benefits, implementation trade-offs, and added complexity.
Benchmarking diskcache with zlib compression for JSON data in Python, showing potential disk space savings for text-heavy caches.
A developer explains a caching bug that caused an RSS feed to display the wrong content and apologizes for the potential inconvenience.
A guide to generating, caching, and securing dynamic Open Graph images in a ColdFusion application using Cloudflare CDN.
Explores the incompatibility between Next.js 16's 'use cache' directive and next-intl, offering a workaround and discussing the upcoming solution.
Compares using JSON module imports vs fetch() for loading JSON data in browsers, highlighting differences in error handling and caching.
Introducing Cachy, an open-source Python package that caches LLM API calls to speed up development, testing, and clean up notebook diffs.
A technical exploration of flexicache, a Python caching decorator from fastcore, covering its LRU cache and time/file-based invalidation policies.