Build a large-scale web application that can endure a large influx of users
Develop a robust application that can withstand any security breach
Enforce diverse techniques to avoid bottleneck traffic on the server
Learning
Employ a remote repository to work smoothly in a distributed team.
Build an attractive user interface for your application with Twitter Bootstrap framework
Boost the security and reliability of your application using Yii2 components
Learn to encrypt and decrypt data effortlessly to improve the dependability of your application.
Avoid traffic on your server by implementing caching.
Explore various storage techniques of session data including the database, Memcached and Redis.
Embed full text search into your site and find the desired data in a flash
Make your application robust by testing it with Codeception
About
Yii is a generic component-based PHP Web programming framework. In addition to being object-oriented, it also features the MVC design pattern. It is a high-performance framework and is used to develop heavy duty web applications quickly. With the rise in the dependability of the Internet, the influx of the users to our websites keeps swelling on a daily basis. Yii is just the right framework to help us cope with this heavy load.
Mastering Yii2 will guide you through rapidly building a sophisticated, secure, and flexible web application. This comprehensive guide will help you to develop and enhance this web application by focusing on a new aspect in every video.
We start by showing you how to set up our version control system using Git so that we can work effortlessly in a distributed team. We will then make our website more responsive using the Twitter Bootstrap framework and then enhance then its security. Then we will store our session data in different storage systems such as the database, Memcached and Redis, and analyze which storage best suits our needs. We will then walk you through step by step adding a full text search using Sphinx, ElasticSearch, and MongoDB NoSQL storage to find the desired data swiftly. Finally, we will take you through making our application robust by testing it with Codeception.
By the end of this course, you’ll be an ace at developing heavily loaded web applications using Yii 2.
Style and Approach
This video course brings you the best practices to solve the problems faced when developing a large-scale application, and does so in an easy and step-by-step manner.
Git Version Control System
The Course Overview
Introduction to Git
Learning the Most Used Commands in Git
Auto-deploying with Bitbucket Hooks to Your VPS
Twitter Bootstrap
Combining Highload with Twitter Bootstrap Framework
Adding Bootstrap Components to Highload
Using Bootstrap JavaScript Features in Highload
Security Moments and Access Permissions
Implementing RBAC in Highload
Adding Security on Form Submission in Highload
Working with Passwords Correctly in Highload
Caching
Improving Performance in Highload
Fragmenting, Page Caching, and HTTP Caching
Combining and Compressing JavaScript and CSS Files
Additional Storages for Cache and Sessions
Changing Highload Session Storage to the Database
Using Memcached for Session Storage
Learning to Use Redis for Session Storage in Highload
Full Text Search
Using Sphinx with Yii 2
Understanding Elasticsearch for Yii 2
Learning to Use MongoDB with Yii 2
Testing with Codeception
Installing and Configuring the Test Components
Discussing Unit Testing
Learning Functional Testing