Books & Courses

Here, you'll find a list of books and courses to help you rapidly grow your web development skills. They'll teach you how to deploy your applications with Docker Compose, how to use some of PHP's best web development frameworks, and how to do more with less code.


Books

Deploy With Docker Compose

Are you tired of hearing how "simple" it is to deploy apps with Docker Compose, because your experience is more one of frustration? Have you read countless blog posts and forum threads that promised to teach you how to deploy apps with Docker Compose, only for one or more essential steps to be missing, outdated, or broken?

Some years back, I was in exactly this position. So, I decided to sit down and figure out the simplest approach to deploying apps with Docker Compose and then to document my findings. This free book and course are the result of what I learned.

What You'll Learn

  • Docker Compose's Essential Terminology
  • How to Build a Local Development Environment using Docker Compose
  • How to Perform Basic Docker Compose Debugging
  • Plus more!
Learn more

Mezzio Essentials

Mezzio Essentials teaches the fundamentals of PHP’s leading development framework, the fundamentals that you need to know so that you can begin building applications right away. It’s a practical, hands-on approach which shows you enough of how Mezzio is put together as well as how to use it, while not getting lost in things that aren’t generally necessary.

What You'll Learn

  • Mezzio’s Central Concepts
  • Mezzio’s Core Components
  • How to Create an Application Manually
  • How to Create an Application Using the Skeleton Installer
  • Make Use of The Code From the Manual Build
  • How to Increase Your Application’s Power
  • How to Organize Middleware
  • Plus lots more!
Learn more

Zend Framework 2 - Foundations

Want to get started the right way with Zend Framework 2? This book gives you the best start by focusing on the key information you need to know. From views, controllers, actions, modules, and configuration, to the key patterns which underpin Zend Framework 2. This book gets you off to the right start, with a tight focus on what you need to know, packed with best-practices and hands-on tips.

What You'll Learn

  • The framework's core fundamentals.
  • Core Patterns including: Factory, MVC, Observer/Subscriber, & Inversion of Control.
  • Core Concepts including: ModuleManager,EventsManager, ServiceManager, & Dependency Injection.
  • Modules, Routing, Configuration, Controllers & Actions, & Testing.
  • Plus more!
Learn more

Courses

Mezzio: Get Started

Length: 2 hours, 46 minutes / Level: Beginner

Getting up and running with PHP’s Mezzio framework doesn’t need to be a daunting task. In this course, Mezzio: Getting Started, you’ll learn how to build applications using the Mezzio framework for PHP. First, you’ll get set up and ready to go with the tools that you need. Next, you’ll get an overview of the framework’s core concepts and components. Finally, you’ll learn how to build an increasingly sophisticated application using the framework. When you’re finished with this course, you’ll have the skills and knowledge of the Mezzio framework needed to build powerful and robust web-based applications.

What You'll Learn

  • An overview of the framework’s core concepts and components.
  • How to build an increasingly sophisticated application using the framework.
  • The skills and knowledge of the Mezzio framework needed to build powerful and robust web-based applications
  • Plus more!
Learn more

Zend Db Deep Dive

Length: 2 hours, 4 minutes / Level: Intermediate

SQL is an essential skill in developing modern web applications. This course will teach you how to generate SQL for manipulating schemas and extracting data in an object-oriented, nearly hassle-free manner using the Zend\Db library.

What the Course Includes:

  • An introduction to Zend/Db
  • A SQL refresher
  • How to make database connections
  • How to make record manipulation simpler and more robust by using RowGateway and TableGateway
  • How to run existing, handwritten SQL queries
  • How to create easily maintainable and reusable code
  • Plus more!
Learn more

Get Started with PhpStorm

Length: 128 minutes / Level: Intermediate

Codebases are becoming ever larger and ever more sophisticated. This leads to greater demands on us, as developers, both to familiarize ourselves with codebases and to be efficient with them. PhpStorm dramatically reduces these demands by providing a large array of features, such as code navigation, intelligent code completion, refactoring, and more. In this course, for Envato Tuts+, you get a rapid introduction to PhpStorm and some of the key features which it offers.

Learn more

First Look at SlimPHP

Length: 11 Minutes / Level: Beginner

The Slim Framework is an excellent framework for building micro applications in PHP, the kind of app that does one thing, and does it well.

In this short course, you'll:

  • Get a good introduction to the Slim Framework and see how a standard SlimPHP application is built.
  • See how to work with GET and POST routes, and how to retrieve data from the environment.
  • Learn how to use templates in SlimPHP and how to manipulate template variables.
  • Plus more!

As a result, you'll gain a thorough understanding of how a the Slim Framework app is put together, specifically configuring application settings, dependencies, and routes.

Learn more

Build a Static Site Generator Using SPL Iterators

Length: 26 minutes / Level: Intermediate

In PHP, we’re all familiar with the foreach, for, do-while, and while looping constructs, which help us quickly and easily iterate over data structures in our applications. But did you know that they’re just the tip of the iceberg, and that you can use these constructs in a much more powerful way?

In this short course, you'll:

  • Get an introduction to SPL iterators.
  • Learn how to create iterator classes which allow you to use the looping constructs to iterate over your data in a more powerful, more flexible, and more elegant way than you’ve done before.
  • Build a simple static site generator which reads markdown from a filesystem directory listing and creates hydrated value objects which model the data they contain.
  • Plus more!
Learn more