I have asked myself for months, how does Google Chrome put builds out so quickly? They have a good number of developers and started with an old fashion version control system like SVN (though looks like git is being utilized now), and they put out builds every two weeks! Build For Disable Build feature sets […]
Tag: java
High Performance Image Caching: From WMS to Proprietary Solutions
I have focused a lot of time optimizing a system very much like Google maps, except for the exact opposite data set, extremely volatile data. Without focusing on the details of the project, this data could change every 6 hours, to ever 15 minutes. Being service oriented and the difficulty to visualize this dataset had […]
Ehcache and Terracotta for the Enterprise Caching Solution
Performance always becomes priority one after the proof of concept, no matter how hard we argue to refactor the prototype. But we as developers adapt and move forward. So your system produces an output, of course there are enhancements you could make to this process, but the biggest enhancement will be to cache the outputs […]