Course Elementary 6593
Course Introduction:Bootstrap is a simple, intuitive, and powerful front-end development framework that can make web development faster and simpler.
Course Intermediate 12092
Course Introduction:React, a JavaScript framework for building "predictable" and "declarative" web user interfaces, has enabled Facebook to develop web applications faster.
Course Intermediate 10328
Course Introduction:Bootstrap, from Twitter, is currently the most popular front-end framework. Bootstrap is based on HTML, CSS, and JAVASCRIPT. It is simple and flexible, making web development faster. It is suitable for students who have already started learning the front-end. You will find that the original page can be designed so beautifully.
Course Intermediate 14365
Course Introduction:Laravel is the most popular PHP development framework in the world, with the most stars on GitHub. Learning and mastering the Laravel development framework is not only a basic requirement for every PHP developer, but also a necessary means to understand the latest PHP development technology; this course is based on Based on the latest Laravel 5.7, the teaching content covers the most commonly used development technologies such as download, installation and configuration, routing and controllers, databases and models, views and templates, allowing you to quickly enter the world of Laravel in the least amount of time!
Course Elementary 2224
Course Introduction:FastAPI is a modern, fast (high-performance) web framework for building APIs using Python 3.6+ and based on standard Python type hints.
Course Elementary 5173
Course Introduction:Source code and handouts are available in Q group: 589912610; why you need to make your own PHP framework: 1. Meet specific needs: Each project has different needs and characteristics, and using a general framework may not meet all requirements. Custom frameworks can be tailored to specific needs, providing a more flexible and project-friendly solution. 2. Learn and grow: Custom frameworks are a great opportunity to learn and grow. By developing the framework yourself, you can gain an in-depth understanding of the principles and mechanisms of the framework and improve your understanding and mastery of the underlying technology. 3. Long-term maintenance: Using a custom framework can better grasp the core code of the project, which facilitates long-term maintenance and bug fixing. Not relying on external frameworks also means fewer version migration and dependency issues. 4. Performance optimization: For specific projects, developers can optimize the framework according to the characteristics of the project to make it perform better. 5. Easy to use and maintain: Developers can customize the framework to make it more in line with the team's coding habits, thereby improving development efficiency. At the same time, custom frameworks can also be maintained and upgraded more conveniently. 6. Security: Customizing the framework allows for better control over various parts of the framework and therefore better control over the security of the project. In general, the self-made PHP framework is to better meet the needs of the project, improve development efficiency, facilitate maintenance and upgrades, and improve the security and performance of the project. This series of courses is mainly to achieve learning and growth and meet our specific needs. In other words, to learn the Laravel framework
Course Intermediate 18253
Course Introduction:"MUI Framework Basics Video Tutorial" MUI is a framework that can be used to develop high-performance apps. It is also the framework currently closest to the effect of native apps. It can effectively solve some problems encountered in HTML5 native development, and it is also small in size. At present, MUI is open source and adopts the MIT protocol. If you want to learn the front-end framework, you can try mui! !
Course Elementary 28080
Course Introduction:This course will teach you a classic modular front-end framework - layui, which is small in size, rich in components, and ready to use. There is no need to get involved in the complex configuration of various front-end tools. You only need to face the browser itself to achieve everything you want. Required elements and interactions. All in all, it’s easy to learn, great... Come and learn...
Course Advanced 4076
Course Introduction:Compser is the most popular PHP package dependency management tool. Similar to NPM, it brings PHP development into the era of component development, greatly improving the efficiency and code quality of PHP project development. This course allows us to stand on the shoulders of giants by using Composer. Quickly build a PHP development framework
Course Advanced 14654
Course Introduction:The CMS background management system page written in the bootstrap framework is suitable for people with some web page knowledge to learn.
Course Intermediate 5474
Course Introduction:phpGrace is small in size and efficient in operation! Initialization speed can reach 1 millisecond! An excellent framework should not be burdened with heavy loads and laborious to start. phpGrace gives you incomparable lightness!
Course Advanced 10931
Course Introduction:"Zend Framework 2 Video Tutorial" talks about how to use zend Framework 2. It introduces the usage and precautions of zend framework through actual combat.
Course Intermediate 6724
Course Introduction:Yii is a high-performance, component-based PHP framework for rapid development of modern web applications. It is particularly suitable for developing large-scale applications, such as portals, communities, content management systems (CMS), e-commerce projects and RESTful web services. Yii 2.0 requires PHP 5.4.0 or above.
Course Elementary 13490
Course Introduction:"JQuery Mobile Framework Basics Video Tutorial" This course describes the download, installation, and various framework element tags of jQuery's Mobile framework. This is a good opportunity for students who are exposed to the jQuery framework to learn! !
Course Intermediate 12444
Course Introduction:"PHP Framework System Learning Video Tutorial" This video was recorded by a teacher from Backend.com. The video explains very clearly. Starting from the most basic database construction, it will lead everyone to gain in-depth knowledge of the PHP framework system.
Course Intermediate 10984
Course Introduction:Laravel is a simple and elegant PHP Web development framework (PHP Web Framework). It can free you from messy codes like noodles; it can help you build a perfect network APP, and every line of code can be concise and expressive.
Course Advanced 9428
Course Introduction:Swoole enables PHP developers to write high-performance and high-concurrency TCP, UDP, Unix Socket, HTTP, WebSocket and other services, making PHP no longer limited to the Web field. The maturity of Swoole4 coroutines has brought PHP into an unprecedented period, providing unique possibilities for performance improvement.
Course Advanced 26693
Course Introduction:"Yii2.0 Framework Development Practical Video Tutorial" will introduce you to a high-performance component-based PHP framework - Yii framework, which is used to develop large-scale Web applications. Yii is written in strict OOP and has complete library references and comprehensive tutorials. From MVC, DAO/ActiveRecord, widgets, caching, hierarchical RBAC, web services, to theming, I18N and L10N, Yii provides almost everything needed for today's Web 2.0 application development. In fact, Yii is one of the most efficient PHP frameworks.
Course Intermediate 7198
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 Elementary 5016
Course Introduction:Gin is an HTTP web framework written in Go (Golang). It is an API framework similar to martini but with better performance, almost 40 times faster thanks to httprouter. If you need extreme performance, use Gin.