On HTTPS and Hard Questions
Explores the unintended negative consequences of HTTPS on local caching servers in low-bandwidth, high-latency environments like Uganda.
Explores the unintended negative consequences of HTTPS on local caching servers in low-bandwidth, high-latency environments like Uganda.
Explains the static factory design pattern in Swift, covering named constructors, caching, and initialization scoping with practical code examples.
A technical talk on optimizing Elasticsearch query performance using caching strategies, presented at an Elastic User Group meetup.
A guide to implementing and configuring HTTP caching, specifically the Cache-Control header and ResponseCache attribute, in ASP.NET Core applications.
A technical guide on implementing a 'New Update Available' notification for Progressive Web Apps using Service Workers and caching strategies.
Explores the conceptual differences between static site generators and caching for web performance, focusing on developer mindset and trade-offs.
A technical guide on implementing offline reading functionality for web applications using Service Workers, with practical code examples.
A guide to implementing static file caching and response compression in ASP.NET Core to optimize web application performance.
A developer details building an offline-first Progressive Web App (PWA) using Service Workers to cache the app shell, part of a tutorial series.
A comprehensive guide to diagnosing and fixing OBIEE (Oracle Business Intelligence) performance issues, covering testing, caching, and optimization.
Introduces the new cache() global helper function in Laravel 5.3, explaining its three primary uses for getting, setting, and managing cache.
Exploration of OBIEE 12c features, focusing on RESTful APIs, web services, cache behavior, and data set service.
A tutorial on setting up a basic service worker for caching web assets, including a video guide and code example.
Explains how to implement tenant caching and control tenant lifetime in multi-tenant ASP.NET Core applications using SaasKit.
A guide to improving performance, scalability, and cost for web applications, covering CDNs, sessions, load balancing, and object storage.
A developer shares a code refactor by Laravel's creator, highlighting lesser-known features like Cache::remember.
A technical guide on optimizing Drupal performance by carefully managing the hook_init() function to reduce server load and improve page speed.
Custom Capistrano tasks for Symfony2 deployment, including targeted cache clearing and automatic asset versioning.
A guide to extending Google Guava caches to overflow to disk, enabling persistence and specific value invalidation not easily achieved with Ehcache.
Introduces httpcache, a Python Requests plugin for automatic HTTP caching, reducing bandwidth and latency with minimal setup.