Other News

Community

Reusability in Web Applications

(Andrei Cioroianu) Code reuse is a very good way to increase developer productivity and application maintainability. Instead of reinventing the wheel, you should always look for well-designed frameworks and customizable components. Application-specific code can also be reused across modules and

Community

MySQL Storage Engines

(Martin C. Brown) Data in MySQL is stored in files (or memory) using a variety of different techniques. Each of these techniques employ different storage mechanisms, indexing facilities, locking levels and ultimately provide a range of different functions and capabilities. By choosing a differen