Using CSS to more efficiently cache user-specific content
:after and specifically classes can be populated with user-specific content using CSS so that cached elements don't have to be duplicated for minor variations. (725)
19/03/2021
:after and specifically classes can be populated with user-specific content using CSS so that cached elements don't have to be duplicated for minor variations. (725)
Had a scenario for the Supplybunny API where an endpoint needed to return a combination of live and cached data.The cached part was already in use in a few places. The new endpo... (132)
It sounds so obvious when spelled out but you can use multiple timestamps in Rails models that each individually can serve as cache keys for different views. For example say you... (641)