You do Perl and you know that tests are a good thing, but you've never had a chance to do it properly. They take a lot of your time, are very brittle and don't bring any real value. Sounds familiar? Then this book is for you. Rest assured, we'll show only real examples and real world problems.
Test Driven Development is probably the best way to create maintainable code that you can change later without the fear of breaking things. This book follows the development of a Markua parser in Perl 5 using TDD.
The Perl Maven eBook provides everything you need to know to get started with Perl. Both for new projects and for legacy code.
These days Microservices with a REST API and a Single Page Application that is based on such API are all the rage. The are used all over the Internet and inside companies to solve real problems and enable people to do a better job. This book will show you how to build such service use the modern Perl Dancer framework.