Kirjojen hintavertailu. Mukana 12 595 353 kirjaa ja 12 kauppaa.

Kirjailija

Chad Russell

Kirjat ja teokset yhdessä paikassa: 2 kirjaa, julkaisuja vuosilta 2004-2016, suosituimpien joukossa PHP Development Tool Essentials. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

2 kirjaa

Kirjojen julkaisuhaarukka 2004-2016.

PHP Development Tool Essentials
Learn PHP development best practices, such as version control, development environment virtualization, and coding standards. You'll also discover the most useful PHP web frameworks, including the new Laravel, symfony2, and micro-frameworks. As you do so, you'll learn how to use them to write the most productive PHP code possible. PHP Development Tool Essentials complements Jason Gilmore's best-selling Beginning PHP and MySQL. This book will further expose you to the many different methodologies, tools, and concepts that professional web developers are using more and more each day.What You'll LearnUse version control with PHPSet up virtualized development environmentsMaintain PHP coding standardsManage dependenciesLeverage the best PHP frameworksWho This Book Is ForIntermediate to advanced PHP developers looking to advance their skills with new tools,concepts, and approaches.
Beginning MySQL Database Design and Optimization

Beginning MySQL Database Design and Optimization

Chad Russell; Jon Stephens

APress
2004
nidottu
Nearly every non-trivial application requires data persistence, and for an application of any significant size and scope, persistence is typically realized using a database. For open source and many other projects, the MySQL database is a very popular choice: it’s free; it’s fast, robust, and scalable; and it runs on all of the major platforms, allowing maximal use of available hardware resources. However, it’s easy to throw away MySQL’s speed and other advantages if your database design is inefficient. Needlessly duplicating data, using improper types for columns, overloading a single table where multiple tables should be used, failing to leverage the calculation features of MySQL, and making multiple queries instead of efficient, single query are some of the common mistakes. MySQL Database Design and Optimization, shows you how to identify, overcome, and avoid gross inefficiencies, and demonstrates how to maximize the many data manipulation features that MySQL has built-in. MySQL Database Design and Optimization explains how to include tests and branching in your queries, how to normalize your database, and how to issue concurrent queries to boost performance, among many other design and optimization topics. If you’re building or maintaining any significant application and are using MySQL, this book is for you. Ur innehållet: Introduction.- Review of MySQL Basics.- Keys, Indexes, and Normalization.- Operators, Functions and Branching.- Joins, Temporary Tables, and Transactions.- Finding the Bottlenecks.- Looking Ahead to MySQL 4 - 1 and MySQL 5.