Category: Tutorial

  • Advanced caching technique

    As every developer knows, a way to get a better performance is page-caching. This boost performance because fewer database queries has to be executed, but you can take caching a bit further. A plain html page is much faster loaded than one that is created by an interpreter like php, but it is not flexible…

  • Howto setup a development environment

    What do you need? Before you can start creating your own environment there are some things you should know. When you are a front-end developer it is more likely you need a WAMP installation on a Windows machine, because you need Internet Explorer as it’s still the most used browser. When your work is mainly…