Monthly Archives: September 2021

AWS Principles: Use caching

The design principle to use caching is not simply an AWS principle, it is a common application design principle. A cache is a temporary storage location for a small amount of data that improves application performance. Sometimes the cache is … Continue reading

Posted in General | Comments Off on AWS Principles: Use caching

Faster Reaction Time with Hazelcast

Are databases too slow for your application? I don’t mean, is your database slow, and do queries take minutes to complete. I mean, is an optimized database still too slow for the rate at which things happen? That brings you … Continue reading

Posted in General | Comments Off on Faster Reaction Time with Hazelcast