Forgot?
Blog

Tagged Caching

4 posts

Redis and Caching

Redis is an in-memory data structure store, used as a distributed, in-memory key–value database, cache and message broker, with optional durability. What does it mean? By using Redis to hold dynamic values in memory that are typically held in a database or file, the website can access those values faster. Faster access means faster web page delivery…

Weather is Changing...

The Weather Code has changed. With Apple's acquisition of DarkSky, the feed was going to go dark soon... It took me a while to find a replacement. VisualCrossing is filling the gap. Their weather magnet is sleek, modern, and open source…

Weather is Better

Today marked the completion of many of the missing pieces. Entering incorrect Zip Code / City information is now handled properly, as are ambiguous locations (you'll get a list to pick from). National Weather Service warnings, watches, and advisories will now display on the home page here. The Forecast Details now also contains Past Weather. You can create a PDF for your location with the forecast on it. The weather pages are cached for better server performance and the shading and colors have been adjusted…