28
January
January

Web Development
Creating a simple MySQL abstraction library
Database is usually the slowest part of PHP application or web site. Most developers solve that problem using Memcached or similar caching software.But if you have a small web site...
12
September
September

Web Development
Why I decided for SCSS
Few weeks ago I’ve been struggling between SCSS / CSS and LESS. I couldn’t make up my mind what's the perfect choice to go for. I’ve read few tutorials and thoughts by...