Course Elementary 9629
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. We have collected the "Boolean Educational Design Pattern Video Tutorial", hoping to help everyone better understand the concept of design patterns.
Course Advanced 7305
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 Intermediate 6729
Course Introduction:"JavaScript Advanced Framework Design Video Tutorial" is a very unique language. It is unique in terms of the organization of the code, the programming paradigm of the code, and the object-oriented theory. And there has been a long debate about whether Javascript is oriented to There is obviously an answer to the question of object language. However, even though Javascript has been dominant for twenty years, the object-oriented theory is still not understood by everyone. Dynamic syntax features, obscure prototype structures, messy scope rules, and intricate Closure application, the unclear this... and many other issues are the key points and difficulties of Javascript.
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 Elementary 14268
Course Introduction:A basic tutorial on setting up a website with high concurrency, mainly describing solutions for high concurrency of a website.
Course Advanced 24788
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 13600
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.
Course Advanced 9238
Course Introduction:"Power Academy Design Pattern PHP Video Tutorial" first introduces the design pattern, tells the use and importance of the design pattern, and explains in detail the occasions when the design pattern is applied. Next, a number of design patterns are introduced through code examples. Finally, a comprehensive and in-depth case analysis illustrates how to use design patterns to plan new applications, how to write these patterns in PHP language, and how to use the design patterns introduced in the video to modify and refactor existing code blocks.
Course Intermediate 9357
Course Introduction:"Video Tutorial on Basic Introduction to JavaScript and Design Patterns" This video mainly explains the advanced design patterns of JavaScript, and also includes the basic introduction to JavaScript. It will guide everyone to fully master the JavaScript design patterns from the shallower to the deeper.
Course Intermediate 17813
Course Introduction:The CSS tutorial "CSS Meilan Mall Web Design Project Video Tutorial" is based on the basic knowledge of web page layout and positioning, and flexibly uses all the knowledge and tips of CSS to take you to deeply analyze the production process of classic web pages, and also involves CSS styles. Initialization, layout control, use of sprites, search engine optimization and other skills that are necessary for large websites are full of useful information.
Course Intermediate 8484
Course Introduction:"JS Abstract Class and Event Design Pattern Video Tutorial", JavaScript is a literal scripting language, a dynamically typed, weakly typed, prototype-based language with built-in support for types. Its interpreter is called the JavaScript engine, which is part of the browser and is widely used in client-side scripting languages. It was first used on HTML (an application under Standard Universal Markup Language) web pages to add dynamic functions to HTML web pages. .
Course Advanced 18761
Course Introduction:"Python Tutorial: Django Video Tutorial" introduces the development process and development environment of related projects, the use of loggers, introduction to databases, file uploads and other functions.
Course Advanced 15557
Course Introduction:"Python Tutorial: Tkinter Video Tutorial" explains what Tkinter is, Tkinter related expansion, architecture analysis, configuration and events and other related knowledge points.
Course Intermediate 9617
Course Introduction:Javascript is a very unique language. It is unique in terms of the organization of the code, the programming paradigm of the code, and the object-oriented theory. The issue of whether Javascript is an object-oriented language that has been debated for a long time has obviously been There is an answer. However, even though Javascript has been dominant for twenty years, if you want to understand popular frameworks such as jQuery, Angularjs, and even React, just watch the "Black Horse Cloud Classroom JavaScript Advanced Framework Design Video Tutorial".
Course Advanced 21761
Course Introduction:MVC Tutorial ASP.NET is a development framework for creating web pages and websites using HTML, CSS, JavaScript, and server scripts. ASP.NET supports three different development models: Web Pages (Web pages), MVC (Model View Controller model-view-controller), and Web Forms (Web Forms). This tutorial introduces MVC. Web Pages MVC Web Forms MVC Programming Pattern M..
Course Elementary 24913
Course Introduction:Eclipse is an open source, Java-based extensible development platform. This tutorial will bring you the basic use of Eclipse and how to use JAVA to build Eclipse.
Course Elementary 14480
Course Introduction:ASP, which stands for Active Server Pages, is a server-side scripting environment developed by MicroSOft that can be used to create dynamic interactive web pages and build powerful web applications. When the server receives a request for an ASP file, it processes the server-side script code contained in the HTML (Hyper Text Markup Language) web page file that is used to build it and sends it to the browser. In addition to server-side script code, ASP files can also contain text, HTML (including associated client-side script) and COM component calls.
Course Elementary 50114
Course Introduction:"C# Tutorial" is an introductory course for the C# language. In the course, it will start from the basic concepts of the .NET platform and C#, and provide an in-depth introduction to the basic syntax, simple program logic, Visual Studio tool usage skills and commonly used algorithms of C# development. realization. At the same time, we also hope that through course-related exercises and programming exercises, we can help students quickly get into the C# language.
Course Elementary 14523
Course Introduction:Ruby is an open source server-side scripting language for object-oriented programming. It was designed and developed by Yukihiro Matsumoto in Japan in the mid-1990s. In the Ruby community, Matsumoto is also known as Matz. Ruby runs on multiple platforms such as Windows, MAC OS, and various versions of UNIX. "Ruby Tutorial", you will have a comprehensive understanding of Ruby.
Course Elementary 18259
Course Introduction:"Django Tutorial" There are many different web frameworks under Python. Django is the most representative of the heavyweight players. Many successful websites and apps are based on Django. Django is an open source web application framework written in Python. Django abides by BSD copyright, was first released in July 2005, and released the first official version 1.0 in September 2008. Django adopts the MVC software design pattern, namely model M, view V and controller C, which can be used to quickly build high-performance, elegant websites!