Course Elementary 5379
Course Introduction:JavaScript Standards Reference Manual
Course Intermediate 2053
Course Introduction:Docker is an open source application container engine that allows developers to package their applications and dependencies into a portable container and then publish it to any popular Linux machine, which can also be virtualized. The container technology represented by Docker has been a hot technology in the past two years. Unlike hot topics such as artificial intelligence and blockchain, the threshold for container technology is not high. Every development, testing, and operation and maintenance personnel can master and master it in their daily work. Use is one of the essential skills for today's IT practitioners.
Course Intermediate 2767
Course Introduction:ECMAScript 6 has basically become the industry standard. Mainstream front-end frameworks such as ReactJS, Vue.js, and angularjs will all use the new features of ES6. Its popularity is much faster than that of ES5. This chapter explains in detail the commonly used new features of ES6: different variable declarations, template strings, arrow functions, object and array destructuring, classes in ES6, and Module modular programming.
Course Elementary 13088
Course Introduction:"Three Hours of Light Speed Introduction to PHP" This course is recorded by Boole Education. It will help you learn PHP in the shortest time. PHP is very simple and only takes three hours to learn. It is suitable for students with no basic knowledge and who are interested in PHP or WEB development. Let's go and have a look! ! !
Course Elementary 4577
Course Introduction:Markdown is a lightweight markup language that allows people to write documents in a plain text format that is easy to read and write, and then convert them into valid XHTML (or HTML) documents. This language incorporates many of the features of plain text markup already found in email.
Course Intermediate 11142
Course Introduction:RESTful is a resource-oriented software architecture that can reduce development complexity and improve system scalability. Because RESTful adopts resource-oriented interface design and abstract operations, it simplifies developers' bad designs and also makes maximum use of the original application protocol design concept of HTTP.
Course Intermediate 11360
Course Introduction:"Self-study IT Network Linux Load Balancing Video Tutorial" mainly implements Linux load balancing by performing script operations on web, lvs and Linux under nagin.
Course Advanced 17663
Course Introduction:"Shangxuetang MySQL Video Tutorial" introduces you to the process from installing to using the MySQL database, and introduces the specific operations of each link in detail.
Course Advanced 11379
Course Introduction:"Brothers Band Front-end Example Display Video Tutorial" introduces examples of HTML5 and CSS3 technologies to everyone, so that everyone can become more proficient in using HTML5 and CSS3.
Course Intermediate 27068
Course Introduction:RBAC is one of the most common rights management technologies in commercial systems. RBAC is an idea that can be implemented in any programming language. Its mature and simple control idea is increasingly popular among developers. "ThinkPHP (RBAC) Rights Management Video Tutorial" will introduce the basic knowledge, principles and complete implementation process of RBAC in detail through the theoretical part and practical part, and demonstrate the application scenarios of RBAC.
Course Intermediate 53022
Course Introduction:Redis is the main caching service used in PHP projects. We will introduce the advanced usage of redis in "Yan Shiba Redis Video Tutorial", and will also use cases to learn Redis in depth.
Course Advanced 21301
Course Introduction:The jquery tutorial "Dark Horse Programmer jQuery Video Tutorial" takes you directly to learn basic to advanced knowledge of jQuery, taking your front-end learning a step further. jQuery is a lightweight "write less, do more" JavaScript library that greatly simplifies JavaScript programming and is easy to learn.