Course Elementary 8566
Course Introduction:[Public welfare live broadcast] Core themes: 1. The path to growth as a PHP programmer 2. Future trends in WEB development 3. Where does a full-stack engineer go? 4. The unspeakable secret of layoffs 5. Why is the company/industry so involution? 6. Winter, are you ready? 7. .... Communication QQ group: 609135716 Live broadcast time: 20:00 pm on September 22, 2022
Course Intermediate 15009
Course Introduction:What kind of sparks will come from the collision between thinkphp5.1, which has done a lot of optimization for API development, and vue, a progressive framework for building user interfaces? How can Ele.me, the overlord of the fast food industry, be developed?
Course Intermediate 19019
Course Introduction:This chapter will familiarize you with the basics of javascript, Node.js basics, databases, networks, Node.js asynchronous programming, development frameworks, and a practical project. Let’s learn it quickly.
Course Intermediate 38766
Course Introduction:1. Date: October 17th (Wednesday) to October 20th (Saturday); 2. Time slot: Morning session (10:00 ~ 12:00), Afternoon session (15:00 ~ 17:00); 3. Topic: Full-stack development experience sharing for PHP programmers 4. Purpose: Example demonstration, full recording, easy to understand, public welfare and practical 5. Lecturer: Peter_Zhu, Miejie Shitai, Ouyang Ke, Ximen Daguanren Interested friends, please join the QQ group: 929746523 to participate in the exchange!
Course Intermediate 50742
Course Introduction:1. As a programmer, writing technical blogs is a basic skill and one of the must-have skills; 2. Blogging can not only help sort out the knowledge system, but also discover technical shortcomings and enjoy the fun of writing; 3. Having your own technical blog can help you get more attention and get more opportunities in the workplace; Do you want to write a blog website by yourself and have everything under your control? Then follow the teacher "Ximen Daguanren" and use the native PHP language to develop a fully functional technical blog~~
Course Elementary 23336
Course Introduction:Python zero-based introductory basic class + advanced project practical tutorials, a full set of python tutorials, basically covering all knowledge, combining theory with practice to help you successfully advance to senior Python development engineer.
Course Elementary 3072
Course Introduction:The latest version of Python Tutorial for Beginners, starting from 0, is designed for beginners and those with weak foundations to learn, and the whole process is explained in detail.
Course Elementary 3458
Course Introduction:This course is a comprehensive tutorial covering HTML, CSS, JavaScript, Vue.js, React, Flutter and mobile APP development. From basic web page production to complex front-end and back-end interactions, to practical development of mobile applications, the courses are rich in content and highly practical. Through a series of practical projects, students will gain an in-depth understanding of and master various development skills and quickly grow into full-stack development engineers. Both beginners and experienced developers can benefit from it. Through the study of this course, you will have the ability to independently develop web applications and mobile applications, laying a solid foundation for future career development.
Course Intermediate 21762
Course Introduction:This set of courses is taught using the latest version of ThinkPHP5.1 development framework. The content covers basic knowledge, architectural principles, controllers, models, views, Composer, etc., allowing you to quickly master the most cutting-edge mainstream development technology in the shortest time~ ~
Course Intermediate 28669
Course Introduction:The second phase of the online training class on PHP Chinese is a full live broadcast of the class, delivered by Peter Zhu, a professional lecturer on this site. The course covers front-end development and the most practical technologies for server-side development.
Course Intermediate 26595
Course Introduction:The second phase of the online training class on PHP Chinese is a full live broadcast of the class, delivered by Peter Zhu, a professional lecturer on this site. The course covers front-end development and the most practical technologies for server-side development.
Course Elementary 3738
Course Introduction:This course is designed for students with a certain foundation in front-end development. This course will teach how to combine the front-end uniapp framework and the back-end ThinkPHP framework to develop feature-rich and high-performance full-stack APP applications. Students will learn how to use the uniapp framework to build cross-platform applications and combine it with the ThinkPHP framework to implement back-end data processing and interface development. Through this course, students will master the key skills of full-stack APP development, allowing them to take a more professional step in the field of mobile application development.
Course Elementary 13772
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 82280
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 13144
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24590
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.
Course Elementary 27446
Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.
Course Elementary 57892
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 87578
Course Introduction:"Python 3 Tutorial" The 3.0 version of Python is often called Python 3000, or Py3k for short. This is a major upgrade compared to earlier versions of Python. In order not to bring too much burden, Python 3.0 was not designed with backward compatibility in mind. Python language is very simple and easy to use for beginners and to complete common tasks.
Course Elementary 21053
Course Introduction:"XML DOM Tutorial" XML DOM defines a standard method for accessing and manipulating XML documents. DOM treats an XML document as a tree structure, with leaves defined as nodes. If you want to use XML, you need to understand the XML DOM.