Dive into the archives.
- Getting Started with Memcached
Introduction into caching with Memcached for beginners
- SEO friendly URLs using Slugify in Java
Everybody loves nice URLs, right ? Compare this: www.bestkittenstuff.com/product/?productId=1 To this: www.bestkittenstuff.com/product/luxury-cheeseburger Now, the problem is how to transform string with product name: ‘Luxury Cheesburger’ to this: ‘luxury-cheesburger’ It may looks very simple, but think of special characters, diacritic and it starts to be fun. If you use Java for your super-duper application, check out [...]

