This is the code repository for Mastering The Faster Web with PHP, MySQL, and JavaScript, published by Packt.
Develop state-of-the-art web applications using the latest web technologies
This book will get you started with the latest benchmarking, profiling and monitoring tools for PHP, MySQL and JavaScript using Docker-based technologies. From optimizing PHP 7 code to learning asynchronous programming, from implementing Modern SQL solutions to discovering Functional JavaScript techniques, this book covers all the latest developments in Faster Web technologies. You will not only learn to determine the best optimization strategies, but also how to implement them.
This book covers the following exciting features:
- Install, confgure, and use profling and benchmarking testing tools
- Understand how to recognize optimizable data structures and functions to effectively optimize a PHP7 application
- Diagnose bad SQL query performance and discover ways to optimize it
- Grasp modern SQL techniques to optimize complex SQL queries
- Identify and simplify overly complex JavaScript code
If you feel this book is for you, get your copy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
function myJS()
{
function add(n1, n2)
{
let number1 = Number(n1);
let number2 = Number(n2);
return number1 + number2;
}
}
Following is what you need for this book: The audience for this book would be PHP developers who have some basic knowledge of PHP programming and Web technologies. JavaScript programming knowledge is not necessary.
With the following software and hardware list you can run all code files present in the book (Chapter 1-10).
Chapter | Software required | OS required |
---|---|---|
1-10 | Docker, PHP | Windows |
Andrew Caya started programming computers in GW-BASIC and QBASIC in the early 90s. Before becoming a PHP developer almost 10 years ago, he did some software development in C, C++, and Perl. He is now a Zend Certified PHP Engineer and a Zend Certified Architect. He is also the creator of Linux for PHP, the lead developer of a popular Joomla extension and a contributor to many open source projects.
He is currently CEO, CTO and Founder of Foreach Code Factory, an instructor at Concordia University, an author and a technical reviewer for Packt Publishing, and a loving husband and father.
Click here if you have any feedback or suggestions.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.