A better .NET cache
I’ve been working on implementing caching into some of our products to increase efficiency and speed things up, however I came to a sticking point recently in that our products are often deployed to...
View ArticleExtJS Cache Class
I had some spare time this evening so I started to play around and wrote my own client side JavaScript object cache for use with ExtJS. It’s fairly simple to use with get/set functions to call and...
View ArticleArticles in JSMag!
Just to announce although a bit late for April, but I’ve recently wrote two articles for JSMag. I highly recommend JSMag to any JavaScript developers who may be reading this. My first article in April...
View ArticleNGINX Service for Windows
Recently I had use for NGINX on Windows, if you don’t know what that is then check out articles here and here. Thankfully there was a Windows build available and I got that up and running nominally in...
View ArticleBettering the better .NET cache
It’s been nearly three years since I first wrote SharpCache so I recently revisited the code to see what could be added, improved or removed. The result was a complete reworking of the code base to an...
View Article