The Grumpy Programmer's Guide To Testing PHP Applications

Download The Grumpy Programmer's Guide To Testing PHP Applications PDF Online Free

Author :
Publisher :
ISBN 13 : 9781940111797
Total Pages : 152 pages
Book Rating : 4.1/5 (117 download)

DOWNLOAD NOW!


Book Synopsis The Grumpy Programmer's Guide To Testing PHP Applications by : Kara Ferguson

Download or read book The Grumpy Programmer's Guide To Testing PHP Applications written by Kara Ferguson and published by . This book was released on 2020-05-22 with total page 152 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how a Grumpy Programmer approaches testing PHP applications, covering both the technical and core skills you need to learn in order to make testing just a thing you do instead of a thing you struggle with. I feel that testing, as a concept, is hard to explain to beginning programmers: "we are going to write code that is going to make sure your other code works as expected". The assumption that underlies all this is that you already understand how to write computer programs in your chosen language! This makes it very difficult to teach to beginner or inexperienced programmers. When you combine this with how PHP does not force any particular structure on you, you have an environment where only the folks who are really motivated end up learning about testing. The Grumpy Programmer's Guide To Testing PHP Applications is my way to try and provide some help for developers who are looking to become more test-centric and reap the benefits of automated testing and related tooling like static analysis and automation. I believe that by learning the skills (both technical and core) surrounding testing you will be able to write tests using almost any testing framework and almost any PHP application. The book combines all the material from my previous books, adds new material, and revisits some old topics where my experiences have changed my thoughts. I break the vast topic of testing into smaller chunks, along with providing lots of examples and explanations of how I approach testing applications. Some of the things I cover are: Test-Driven development Strategies for Test-After practices Test refactoring strategies How PHPUnit itself works Complementary tools and approaches like static analysis and mutation testing Learning the core skills you need to get other people testing their code

PHP Beyond the Web

Download PHP Beyond the Web PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484224817
Total Pages : 214 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis PHP Beyond the Web by : Rob Aley

Download or read book PHP Beyond the Web written by Rob Aley and published by Apress. This book was released on 2016-12-15 with total page 214 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use your existing web-based PHP skills to write all types of software: CLI scripts, desktop software, network servers, and more. This book gives you the tools, techniques, and background necessary to write just about any type of software you can think of, using the PHP you know. PHP Beyond the Web shows you how to take your knowledge of PHP development for the web and utilise it with a much wider range of software systems. Enjoy the benefits of PHP after reading this book: save money by redeploying existing skills, not learning new ones; save time and increase productivity by using a high-level language; and make money by providing your clients a full-stack service (not just websites). PHP is no longer just a great scripting language for websites, it's now a powerful general-purpose programming language. Expand your use of PHP into your back-end systems, server software, data processing services, desktop interfaces, and more. What You'll Learn Write interactive shell scripts Work with system daemons Write desktop software Build network servers Interface with electronics using PHP and the Raspberry Pi Manage performance, deployment, licensing, and system interaction Discover the software tools for development and get other great sources of technical information and help Who This Book Is For Experienced PHP programmers or experienced programmers interested in leveraging PHP outside the web development context. /div

PHPUnit Pocket Guide

Download PHPUnit Pocket Guide PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 0596553471
Total Pages : 89 pages
Book Rating : 4.5/5 (965 download)

DOWNLOAD NOW!


Book Synopsis PHPUnit Pocket Guide by : Sebastian Bergmann

Download or read book PHPUnit Pocket Guide written by Sebastian Bergmann and published by "O'Reilly Media, Inc.". This book was released on 2005-09-29 with total page 89 pages. Available in PDF, EPUB and Kindle. Book excerpt: Smart web developers will tell you that the sooner you detect your code mistakes, the quicker you can fix them, and the less the project will cost in the long run. Well, the most efficient way to detect your mistakes in PHP is with PHPUnit, an open source framework that automates unit testing by running a battery of tests as you go. The benefits of PHPUnit are significant: a reduction in the effort required to frequently test code fewer overall defects added confidence in your code improved relations with your open source teammates The only problem with this popular testing tool was its lack of documentation-until now, that is. For this, O'Reilly went right to the source, as Sebastian Bergmann, the author of PHPUnit Pocket Guide, also happens to be PHPUnit's creator. This little book brings together hard-to-remember information, syntax, and rules for working with PHPUnit. It also delivers the insight and sage advice that can only come from the technology's creator. Coverage of testing under agile methodologies and Extreme Programming (XP) is also included. The latest in O'Reilly's series of handy Pocket Guides, this quick-reference book puts all the answers are right at your fingertips. It's an invaluable companion for anyone interested in testing the PHP code they write for web applications.

Learn CakePHP

Download Learn CakePHP PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484212126
Total Pages : 133 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis Learn CakePHP by : Rādhārādhya Dāsa

Download or read book Learn CakePHP written by Rādhārādhya Dāsa and published by Apress. This book was released on 2016-08-22 with total page 133 pages. Available in PDF, EPUB and Kindle. Book excerpt: Accelerate your development of PHP applications using the popular CakePHP web application development framework and unit testing. This short book shows you how to carry out test-driven development with fixtures, model tests, controller tests, mocks, and test suites. Learn CakePHP contains all you need to get started with the CakePHP framework to build faster, better PHP-based web applications. You'll learn about unit testing and how to implement it in CakePHP. This approach to coding leads to better code, better applications, and better programming habits. With this knowledge your PHP skills will go from strength to strength allowing you to write more and improved code. What you'll learn What is unit testing and CakePHP and how to put the two together What is clean coding What is TDD and the development cycle using this approach How to work with fixtures, model tests, text callbacks, controller tests, and more How to do mocks, test suites, testing from the command line and more How to work with code coverage, fixtures data, and private methods Who this book is for This book is for experienced PHP programmers and web developers who have little or no experience using CakePHP and/or unit testing.

Real-World Solutions for Developing High-Quality PHP Frameworks and Applications

Download Real-World Solutions for Developing High-Quality PHP Frameworks and Applications PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1118098242
Total Pages : 408 pages
Book Rating : 4.1/5 (18 download)

DOWNLOAD NOW!


Book Synopsis Real-World Solutions for Developing High-Quality PHP Frameworks and Applications by : Sebastian Bergmann

Download or read book Real-World Solutions for Developing High-Quality PHP Frameworks and Applications written by Sebastian Bergmann and published by John Wiley & Sons. This book was released on 2011-04-18 with total page 408 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn to develop high-quality applications and frameworks in PHP Packed with in-depth information and step-by-step guidance, this book escorts you through the process of creating, maintaining and extending sustainable software of high quality with PHP. World-renowned PHP experts present real-world case studies for developing high-quality applications and frameworks in PHP that can easily be adapted to changing business requirements. . They offer different approaches to solving typical development and quality assurance problems that every developer needs to know and master. Details the process for creating high-quality PHP frameworks and applications that can easily be adapted to changing business requirements Covers the planning, execution, and automation of tests for the different layers and tiers of a Web application Demonstrates how to establish a successful development process Shares real-world case studies from well-known companies and their PHP experts With this book, you’ll learn to develop high-quality PHP frameworks and applications that can easily be maintained with reasonable cost and effort.

Phpunit Essentials

Download Phpunit Essentials PDF Online Free

Author :
Publisher : Packt Pub Limited
ISBN 13 : 9781783283439
Total Pages : 314 pages
Book Rating : 4.2/5 (834 download)

DOWNLOAD NOW!


Book Synopsis Phpunit Essentials by : Zdenek Machek

Download or read book Phpunit Essentials written by Zdenek Machek and published by Packt Pub Limited. This book was released on 2014-05-18 with total page 314 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is a practical guide featuring a step-by-step approach that aims to help PHP developers who want to learn or improve their software testing skills. It also takes you through many real-life examples encountered by PHP developers to help you avoid common pitfalls. This book is for developers who have experience with PHP and who want to take their coding skills to another level. Developers who have previous experience with PHPUnit will find interesting chapters concerning PHPUnit in the context of web application development.

Expert PHP 5 Tools

Download Expert PHP 5 Tools PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1847198392
Total Pages : 595 pages
Book Rating : 4.8/5 (471 download)

DOWNLOAD NOW!


Book Synopsis Expert PHP 5 Tools by : Dirk Merkel

Download or read book Expert PHP 5 Tools written by Dirk Merkel and published by Packt Publishing Ltd. This book was released on 2010-03-30 with total page 595 pages. Available in PDF, EPUB and Kindle. Book excerpt: Annotation Even if you find writing PHP code easy, writing code that is efficient and easy to maintain and reuse is not so straightforward. Self-taught PHP developers and programmers transitioning from other languages often lack the knowledge to work with PHP on an enterprise level. They need to take their PHP development skills to that level by learning the skills and tools necessary to write maintainable and efficient code. This book will enable you to take your PHP development skills to an enterprise level by teaching you the skills and tools necessary to write maintainable and efficient code. You will learn how to perform activities such as unit testing, enforcing coding standards, automating deployment, and interactive debugging using tools created for PHP developers _ all the information in one place. Your code will be more maintainable, efficient, and self-documented. From the design phase to actually deploying the application, you will learn concepts and apply them using the best-of-breed tools available in PHP. Experienced developers looking for expertise in PHP development will learn how to follow best practices within the world of PHP. The book contains many well-documented code samples and recipes that can be used as a starting point for producing quality code. Specifically, you will learn to design an application with UML, code it in Eclipse with PDT, document it with phpDocumentor, debug it interactively with Xdebug, test it by writing PHPUnit tests, manage source code in Subversion, speed up development and increase stability by using Zend Framework, pull everything together using continuous integration, and deploy the application automatically with Phing _ all in one book. The author's experience in PHP development enables him to share insights on using enterprise tools, in a clear and friendly way. An in-depth look at best-of-breed enterprise-level tools, methodologies, and tips for professional PHP developers to write maintainable, efficient code.

Php Unit Pocket Guide

Download Php Unit Pocket Guide PDF Online Free

Author :
Publisher :
ISBN 13 : 9788184040258
Total Pages : 88 pages
Book Rating : 4.0/5 (42 download)

DOWNLOAD NOW!


Book Synopsis Php Unit Pocket Guide by : Sebastian Bergmann

Download or read book Php Unit Pocket Guide written by Sebastian Bergmann and published by . This book was released on 2005-01-01 with total page 88 pages. Available in PDF, EPUB and Kindle. Book excerpt: Smart web developers will tell you that the sooner you detect your code mistakes, the quicker you can fix them, and the less the project will cost in the long run. Well, the most efficient way to detect your mistakes in PHP is with PHPUnit, an open source framework that automates unit testing by running a battery of tests as you go.

Test-Driven Development with PHP 8

Download Test-Driven Development with PHP 8 PDF Online Free

Author :
Publisher : Packt Publishing
ISBN 13 : 9781803230757
Total Pages : 0 pages
Book Rating : 4.2/5 (37 download)

DOWNLOAD NOW!


Book Synopsis Test-Driven Development with PHP 8 by : Rainier Sarabia

Download or read book Test-Driven Development with PHP 8 written by Rainier Sarabia and published by Packt Publishing. This book was released on 2023-01-13 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: A PHP developer's practical guide to planning, writing, and deploying maintainable and extensible software solutions with automated tests in a well-structured way Key Features: Learn to organize and translate business requirements into maintainable software Minimize regressions and bugs while releasing new features or bug fixes Build maintainable applications using SOLID principles Book Description: PHP web developers end up building complex enterprise projects without prior experience in test-driven and behavior-driven development which results in software that's complex and difficult to maintain. This step-by-step guide helps you manage the complexities of large-scale web applications. It takes you through the processes of working on a project, starting from understanding business requirements and translating them into actual maintainable software, to automated deployments. You'll learn how to break down business requirements into workable and actionable lists using Jira. Using those organized lists of business requirements, you'll understand how to implement behavior-driven development (BDD) and test-driven development (TDD) to start writing maintainable PHP code. You'll explore how to use the automated tests to help you stop introducing regressions to an application each time you release code by using continuous integration. By the end of this book, you'll have learned how to start a PHP project, break down the requirements, build test scenarios and automated tests, and write more testable and maintainable PHP code. By learning these processes, you'll be able to develop more maintainable, and reliable enterprise PHP applications. What You Will Learn: Understand how to start a software project Discover how to use Jira as a tool to organize your tasks Explore when and how to write unit, integration, and functional tests using PHPUnit Write behavior-driven tests using Behat Apply SOLID principles to help you write more testable code Get the most out of your automated tests by using continuous integration Use continuous delivery to help you prepare your application for deployment Who this book is for: This book is for PHP software developers looking to implement TDD and BDD in their projects. An understanding of object-oriented programming is required to get the most out of this book. Professional software development experience will also be beneficial to understand real-life business cases.

PHP: Testing Legacy Applications

Download PHP: Testing Legacy Applications PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : pages
Book Rating : 4.:/5 (112 download)

DOWNLOAD NOW!


Book Synopsis PHP: Testing Legacy Applications by : Chris Hartjes

Download or read book PHP: Testing Legacy Applications written by Chris Hartjes and published by . This book was released on 2018 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

The The PHP Workshop

Download The The PHP Workshop PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1838647287
Total Pages : 603 pages
Book Rating : 4.8/5 (386 download)

DOWNLOAD NOW!


Book Synopsis The The PHP Workshop by : Alexandru Busuioc

Download or read book The The PHP Workshop written by Alexandru Busuioc and published by Packt Publishing Ltd. This book was released on 2019-10-31 with total page 603 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get to grips with the fundamentals of PHP programming and learn to build dynamic, testable PHP web applications with the help of real-world examples and hands-on projects Key FeaturesStart building modern and testable PHP web applicationsMaster the basic syntax and fundamental features of PHPImplement object-oriented programming to write modular, well-structured codeBook Description Do you want to build your own websites, but have never really been confident enough to turn your ideas into real projects? If your web development skills are a bit rusty, or if you've simply never programmed before, The PHP Workshop will show you how to build dynamic websites using PHP with the help of engaging examples and challenging activities. This PHP tutorial starts with an introduction to PHP, getting you set up with a productive development environment. You will write, execute, and troubleshoot your first PHP script using a built-in templating engine and server. Next, you'll learn about variables and data types, and see how conditions and loops help control the flow of a PHP program. Progressing through the chapters, you'll use HTTP methods to turn your PHP scripts into web apps, persist data by connecting to an external database, handle application errors, and improve functionality by using third-party packages. By the end of this Workshop, you'll be well-versed in web application development, and have the knowledge and skills to creatively tackle your own ambitious projects with PHP. What you will learnSet up a development environment and write your first PHP scriptsUse inheritance, encapsulation, polymorphism and other OOP conceptsUse HTTP and understand the request-response cycle of an applicationPerform file operations and interact with external databasesDeal with application errors and handle exceptionsUse third-party libraries and manage dependenciesConnect your application to web services to allow for data exchangeWho this book is for This book on PHP for beginners will help you if you're just getting started with PHP. Although prior programming experience is not necessary, a basic understanding of HTML, CSS, and JavaScript will help you grasp the concepts covered more easily.

PHP Mastery

Download PHP Mastery PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 0 pages
Book Rating : 4.2/5 (248 download)

DOWNLOAD NOW!


Book Synopsis PHP Mastery by : Kameron Hussain

Download or read book PHP Mastery written by Kameron Hussain and published by . This book was released on 2024-01-22 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: "PHP Mastery: Crafting Dynamic Web Solutions" is an authoritative guide that delves into the intricate world of PHP, a dominant server-side scripting language pivotal in web development. This comprehensive resource is tailored for both novice and experienced programmers looking to deepen their understanding of PHP and its powerful capabilities in creating dynamic, robust web applications. Starting with the fundamentals, the book introduces readers to the basics of PHP syntax and programming concepts. It provides a solid foundation for those new to the language, ensuring a grasp of essential principles before advancing to more complex topics. The journey continues with in-depth coverage of PHP's versatile features, including its interaction with HTML and CSS, ensuring the creation of visually appealing and functional websites. A pivotal section of the book is dedicated to database management, particularly focusing on MySQL integration. Readers will learn to adeptly handle data, an essential skill in today's data-driven online landscape. The book offers practical examples and real-world scenarios, demonstrating how PHP can be used to manage and manipulate data effectively for dynamic website functionalities. Further chapters explore advanced topics such as object-oriented programming (OOP) in PHP, offering a modern approach to coding and software development. The book covers the latest PHP frameworks, providing insights into Laravel, Symfony, and other tools that streamline and enhance the development process. These chapters are instrumental in elevating readers' skills, preparing them for sophisticated web development projects. Security is a paramount concern in web development, and "PHP Mastery" addresses this by dedicating a section to best practices in securing PHP applications. Readers will learn about common security vulnerabilities and how to safeguard their web applications against potential threats. The book also includes a comprehensive guide on debugging and testing PHP applications, ensuring that developers can maintain high-quality, error-free code. Performance optimization techniques are also discussed, helping developers understand how to enhance the speed and efficiency of their PHP applications. "PHP Mastery: Crafting Dynamic Web Solutions" is more than just a programming book; it's a mentor guiding readers through the ever-evolving landscape of web development. The final chapters discuss the future of PHP and web development trends, providing insights that will keep readers at the forefront of technology advancements. Whether you are starting your journey in web development or are an experienced developer seeking to refine your PHP skills, this book is an invaluable resource. It combines theoretical knowledge with practical application, ensuring a comprehensive understanding of PHP and its role in modern web development.

Functional Programming in PHP

Download Functional Programming in PHP PDF Online Free

Author :
Publisher : PHP[Architect]
ISBN 13 : 9781940111056
Total Pages : 118 pages
Book Rating : 4.1/5 (11 download)

DOWNLOAD NOW!


Book Synopsis Functional Programming in PHP by : Simon Holywell

Download or read book Functional Programming in PHP written by Simon Holywell and published by PHP[Architect]. This book was released on 2014-04-01 with total page 118 pages. Available in PDF, EPUB and Kindle. Book excerpt: Many programming languages have embraced Functional Programming paradigms to augment the tools available. It also facilitates writing code that is easier to understand, easier to test, and able to take advantage of parallelization. PHP introduced anonymous function and closures in 5.3, providing a more succinct way to tackle common problems. However, making the leap from the more common imperative style requires understanding how and when to best use lambdas, closures, recursion, and more. Functional Programming will show you how to leverage these new language features by understanding functional programming principles. Plenty of examples are provided to illustrate each concept as it's introduced and to show how to implement it with PHP. You'll learn how to use map/reduce, currying, composition, and more. You'll see what external libraries are available and new language features are proposed to extend PHP's functional programming capabilities.

JavaScript for PHP Developers

Download JavaScript for PHP Developers PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449370314
Total Pages : 260 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis JavaScript for PHP Developers by : Stoyan Stefanov

Download or read book JavaScript for PHP Developers written by Stoyan Stefanov and published by "O'Reilly Media, Inc.". This book was released on 2013-04-24 with total page 260 pages. Available in PDF, EPUB and Kindle. Book excerpt: If you want to significantly expand your web development skills beyond PHP, this practical, hands-on book teaches you ECMAScript—the core JavaScript language—from the ground up. You’ll discover some similarities between JavaScript and PHP, such as conditions and loops, but the primary focus is on JavaScript’s unique object creation, classes, prototypes, and inheritance. JavaScript knowledge is essential for working with today’s Web, whether you’re building applications for the client, the server, or for mobile use—and your PHP experience gives you a head start. This book will help you become fluent with JavaScript quickly, and then serve as a handy reference once you start coding. Explore JavaScript syntax, including variables, arrays, loops, and conditions Learn how functions are important in JavaScript—and why they’re actually objects Delve into JavaScript’s object-oriented features, including prototypes, code reuse, and inheritance Examine the built-in API and explore its global functions, properties, and objects Learn about updates in ECMAScript5, the latest version of the standard Use common design patterns to organize your code in large applications

Testing Extreme Programming

Download Testing Extreme Programming PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780321113559
Total Pages : 332 pages
Book Rating : 4.1/5 (135 download)

DOWNLOAD NOW!


Book Synopsis Testing Extreme Programming by : Lisa Crispin

Download or read book Testing Extreme Programming written by Lisa Crispin and published by Addison-Wesley Professional. This book was released on 2003 with total page 332 pages. Available in PDF, EPUB and Kindle. Book excerpt: Testing is a cornerstone of XP, as tests are written for every piece of code before it is programmed. This workbook helps testers learn XP, and XP devotees learn testing. This new book defines how an XP tester can optimally contribute to a project, including what testers should do, when they should do it, and how they should do it.

Zend Framework 1 to 2 Migration Guide

Download Zend Framework 1 to 2 Migration Guide PDF Online Free

Author :
Publisher : PHP[Architect]
ISBN 13 : 9781940111216
Total Pages : 108 pages
Book Rating : 4.1/5 (112 download)

DOWNLOAD NOW!


Book Synopsis Zend Framework 1 to 2 Migration Guide by : Bart McLeod

Download or read book Zend Framework 1 to 2 Migration Guide written by Bart McLeod and published by PHP[Architect]. This book was released on 2015-10 with total page 108 pages. Available in PDF, EPUB and Kindle. Book excerpt: Zend Framework 1 was one of the first major frameworks for PHP 5 and, for many, introduced object-oriented programming principles for writing PHP applications. Many developers looking to embrace a well-architected and supported framework chose to use it as the foundation for their applications. However, the first version was not without its faults. Zend Framework 2 is a significant improvement over its predecessor. It re-designed key components, promotes the re-use of code through modules, and takes advantage of features introduced in PHP 5.3 such as namespaces. The first release of ZF1 was in 2006. If you're maintaining an application built on it, this practical guide will help you to plan how to migrate to ZF2. This book addresses common issues that you'll encounter and provides advice on how best to update your application to take advantage of ZF2's features. It also compares how key components-including Views, Database Access, Forms, Validation, and Controllers-have been updated and how to address these changes in your application code. Written by PHP professional and Zend Framework contributor, coach, and consultant Bart McLeod, this book leverages his expertise to ease your application's transition to Zend Framework 2.

Php

Download Php PDF Online Free

Author :
Publisher : CreateSpace
ISBN 13 : 9781517082581
Total Pages : 182 pages
Book Rating : 4.0/5 (825 download)

DOWNLOAD NOW!


Book Synopsis Php by : Codewell Academy

Download or read book Php written by Codewell Academy and published by CreateSpace. This book was released on 2015-09-08 with total page 182 pages. Available in PDF, EPUB and Kindle. Book excerpt: PHP Programming Like a PRO! " this book makes it super easy to understand what you are doing and it is super easy to follow. " - Emily White, from Amazon.com " This book... was actually one of the best PHP books I've read" - Brandon Nol, from Amazon.com " If you're into programming, this book will help you a lot. " - Vincent, from Amazon.com How would you like a truly skilled programmer's mindset? Do you want to code MUCH more efficiently and with less errors? Crafted by some of the best minds who have studied in some of the world's top universities, You're among one of the best learning programs out there. Within this book's pages, you'll find GREAT coding skills to learn - and more. Just some of the questions and topics include: - Data mistakes you CANNOT AFFORD to make... - Understand the PHP language on a deeper level..- How to make PROPER data structures (other books don't teach you this way...) - How to make PROPER Functions (other books don't teach you this way either...)- REAL coding workshops to test your new skills... and Much, much more!World-Class TrainingThis book breaks your training down into easy-to-understand modules. It starts from the very essentials of data structures and functions, so you can write great code - even as a beginner!