Course Intermediate 61045
Course Introduction:WordPress is an open source content management system (CMS) that allows users to build dynamic websites and blogs. WordPress is the most popular blogging system on the web, allowing websites to be updated, customized and managed from its backend CMS and components. In the "Wordpress Development Manual", you will be taught the basics of using WordPress so that you can easily create a website. For your convenience, this tutorial is divided into sections. Each section contains relevant topics and screenshots explaining WordPress admin screens.
Course Elementary 14668
Course Introduction:Parcel is a web application bundler that is different from the bundlers used by developers in the past. It leverages multi-core processing to deliver blazingly fast performance, and you don’t need to configure anything.
Course Intermediate 14073
Course Introduction:React is a JavaScript library used to build user interfaces and is also the view layer of web applications. Redux is a predictable state container for JavaScript applications. It is an application data flow framework.
Course Intermediate 112585
Course Introduction:"Laravel 5.1/5.8 Cheatsheet: //m.sbmmt.com/phpkj/laravel/cheatsheet58.html" Manual introduction: Laravel 5.8 continues to optimize on the basis of Laravel 5.7, including the introduction of new Eloquent relationships ( has-one-through), optimize email verification, automatic registration of authorization policy classes based on agreement, DynamoDB cache and Session driver, optimize time zone configuration of task scheduler, support assigning multiple authentication guards to broadcast channels, PSR-16 cache driver specification etc.
Course Advanced 24106
Course Introduction:Symfony is a powerful PHP-based web development framework. It is an object-oriented PHP5 framework based on the MVC pattern. Symfony allows the separation of transaction control, service logic and presentation layers in a web application.