#3384
The Web Application Hacker's Handbook (WAHH for short), 2nd Edition is one of bible-level of security technology books with comprehensive, abundant and professional content highly recommended by AppNee. This second edition new added about 30% of content, mainly introduced new trends and a large number of new vulnerabilities in the field of Web security.

#3338
Don't doubt what can be done, learned in short 10 minutes. Actually, Sams Teach Yourself's In 10 Minutes series of books had proved this point. In 10 minutes, we can master a lot of practical technologies.

#3296
The quality of software, not only depends on its architecture and project management, but also is closely related with the code's quality. Bad, untidy code can run normally to some extent, but that will bring potential obstacles to the whole development team, as sure as a gun. As a result, that will greatly increase development time, resources and other costs. This same applies to both agile software development and traditional software development.

#3272
Regular Expression (RegEx for short) can be regarded as an immensely powerful weapon on computing. In almost all programming languages and OS, we can use it to carry out various of complex text processing work. Sams Teach Yourself Regular Expressions in 10 Minutes is a preferred introduction book to regular expressions for beginners, which is close to the actual demands, suitable for developers working on all kinds of programming languages and platforms.

#3271
SQL has concise syntax, flexible usage method and powerful function. It has become the most popular database language (almost any important DBMS supports SQL) and an indispensable, basic skill for any programmers.

#3251
Eloquent JavaScript is a free book written by Marijn Haverbeke (a world-class programmer who has accumulated rich experience in web development and is especially influential in the field of JavaScript), which has always been strongly recommended by the father of JavaScript and many JavaScript experts. This Second Edition expanded a lot of new content based on its first Edition (the chapters also increased to 22 from 12).

#3250
As a representative of open source software, MySQL had already become the world's most popular DBMS (database managing system) long time ago. After Sams Teach Yourself SQL in 10 Minutes (AKA: SQL Crash Course), MySQL Crash Course became another classic bestseller. This book is actually written by Ben Forta at the requests from many readers, and specifically for MySQL users.

#3234
First of all, Martin Fowler's Refactoring is a super classic masterpiece in the field of software engineering, known as "Software Engineering Bibles" together with Erich Gamma's Design Patterns. They are must-read books for any programmers.

#3223
AppNee believes that many wise ideas and thoughts in Programming Pearls can still make many programmers benefit a lot even after decades of years. In Programming Pearls, 2nd Edition, Jon Bentley thoroughly updated most of material in the first edition, and rewrote all the original example programs.

#3219
Performance is the key to success of any websites. And as a matter of fact, the time a web browser loading a web page takes up about 80% of the total time consumed when a visitor is accessing this page. Thus, especially for the current rich media websites or web apps, speed is extremely important. In Even Faster Web Sites, you will learn how to save the valuable website loading time, so as to make your site respond to user's requests more quickly.