Course Elementary 17319
Course Introduction:"Memcached Command Operation Manual" is the latest official Memcached online reference manual. In this Memcached document, various Memcached operation commands are provided with Chinese explanations. You will learn how to use Memcached to reduce database load and improve performance. It is a must-have online query reference document tutorial for Memcached learners and users!
Course Elementary 57185
Course Introduction:"Redis Command Operation Chinese Manual" is the latest official Redis online reference manual. Redis is an in-memory cache database. This manual contains various Redis operation commands with Chinese explanations. You will learn to master the efficient use of Redis in the data server. It is a must-have online query for Redis learning and users. Refer to the documentation tutorial!
Course Elementary 21814
Course Introduction:Design pattern (Design pattern) is a set of classified and cataloged summary of code design experience that is used repeatedly, known to most people. The purpose of using design patterns is to reuse code, make the code easier to understand by others, and ensure code reliability. There is no doubt that design patterns are win-win for ourselves, others, and the system; design patterns make code writing truly engineering; design patterns are the cornerstone of software engineering, just like the structure of a building.
Course Elementary 2463
Course Introduction:This course will explain in detail the core operating processes of the ThinkPHP framework, including database operations, routing configuration, controller design, view rendering and other core functions. Through learning, you will master the core principles and best practices of the ThinkPHP framework, laying a solid foundation for developing efficient and maintainable web applications.
Course Intermediate 4088
Course Introduction:The classic MVC design pattern is the first choice for many commercial websites. This course uses a classic case as the entry point to allow everyone to quickly understand the agile development brought by the design model. It uses several commonly used design patterns to let everyone understand the framework. The underlying operating principle
Course Advanced 7306
Course Introduction:JavaScript is a particularly flexible language. In the early years, it was considered a toy-like language that could only do a small job of painting web pages. The project project is not very large, let alone the application of design patterns in Javascript. However, with the rise of Nodejs, HTML5 and web2.0, JavaScript itself has become more and more important. Many classic programming ideas such as design patterns have also been applied to JavaScript to complete larger projects. We have collected "JavaScript Design Patterns Video Tutorial", hoping to help everyone better understand the concept of design patterns.
Course Advanced 5142
Course Introduction:JavaScript is a purely object-oriented programming language, and object-oriented is always its core. This set of courses uses the creation and use methods of commonly used objects to show you the ins and outs of JavaScript objects, past and present, and all involved in JavaScript. The design pattern of object creation has been analyzed and explained in depth. Welcome to learn.
Course Intermediate 3210
Course Introduction:Design patterns are solutions developers face to common problems during software development and represent best practices. The main content of this course includes common JS design patterns and specific application scenarios, creating a one-stop knowledge long-term service, suitable for students with a basic knowledge of JS.
Course Intermediate 13113
Course Introduction:"Complete Video Tutorial on JavaScript Design Patterns" This video tutorial was recorded by Geek Academy. There are two parts of JavaScript design patterns. The first part gives the basic knowledge of object-oriented features required to implement specific design patterns, including interfaces, encapsulation and information hiding, inheritance, single mode, etc. The second part focuses on various specific design patterns and their application in the JavaScript language, mainly introducing several common patterns such as factory mode, bridge mode, combination mode, and facade mode.
Course Advanced 24798
Course Introduction:"PHP Advanced Design Patterns Video Tutorial" This course is recorded by Boole Education, and it sublimates the PHP design patterns mentioned before, so that friends can have a deeper understanding of PHP design patterns.
Course Advanced 13603
Course Introduction:"PHP Advanced Design Patterns Video Tutorial" introduces the concept of design patterns and introduces some commonly used design patterns, such as singleton pattern, adapter pattern, etc.