Monthly, I will publish an article with the most interesting links that I found during that month. These links will be addressed to both designers, developers and some even to Linux system administrators. Except to find useful resources that may (or may not) help you in your future projects. Each link will contain a small intro text so you can understand what the article is all about without having to navigate to the article itself.
A tutorial for begginers with MySQL that will teach you how to setup a simple Master-Server replication in an UNIX environment.The tutorial will guide you through the process of setting up the replication settings on the master server, configure a user with replication privileges and then setting up the slave settings. At the end, once data is inserted into the master sql server, it will be available in real time on the slave server.
Every web developer should know these tips or at least take them into consideration before starting their next project. The list contains various tips that range from server configuration to application logic. Including all tips into your project might result into a bigger server load but will drastically improve your users experience (since your site will be lighting fast!). Also, don’t forget, search engines LOVE speed and its more eco friendly if your site loads faster. So why not use these?
This tutorial teaches you how to make your own backup program. Its nothing fancy like SVN or CVS but it does help you if you don’t have time to use something else (although i recommend you should make time)