Personal Blog

28
January
Creating a simple MySQL abstraction library
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
Why I decided for SCSS
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...