Course Elementary 10842
Course Introduction:C language is a general computer programming language with a wide range of applications. The design goal of the C language is to provide a programming language that can be easily compiled, handle low-level memory, generate a small amount of machine code, and can run without any runtime environment support.
Course Elementary 32849
Course Introduction:This course starts from a practical perspective, draws inferences from one example, and teaches a man to fish, but not a man to fish. It connects knowledge points into a line and radiates into an area. From the installation of the development environment, how to use VSCode, basic knowledge of the Go language, HTTP protocol, data storage, web front-end rendering, to online server deployment, etc., detailed explanations are given. After the study is completed, you can build a complete WEB system.
Course Elementary 1763
Course Introduction:[Go Language Web Development] Classic Project: E-Mall is a course for Web development using Go language. This course is designed to help learners master the basic skills and knowledge of using Go language to build e-commerce malls. In this course, learners will gain an in-depth understanding of web development in Go language through actual project practice.
Course Elementary 90789
Course Introduction:"C Language Tutorial" C language is a general-purpose, procedural-oriented computer programming language. In 1972, Dennis Ritchie designed and developed the C language at Bell Telephone Laboratories in order to port and develop the UNIX operating system. C language is a widely used computer language that is as popular as the Java programming language and both are widely used among modern software programmers.
Course Advanced 22851
Course Introduction:Taobao Open Platform is an open platform based on Taobao's various e-commerce businesses. It provides various raw materials for external partners to participate in serving Taobao users, such as API, account system, data security, etc. It is an important open channel for Taobao's basic e-commerce services, and will promote customization, innovation, and evolution in all walks of life, and ultimately promote the establishment of a new business civilization ecosystem.
Course Intermediate 18642
Course Introduction:This course will take you to truly understand C language and enter C language
Course Advanced 9845
Course Introduction:Sina SEA open platform development documents
Course Elementary 62663
Course Introduction:This course will take you into C language from scratch. The course content includes some basic knowledge of C language such as common Linux commands, C language constant variables, operator expressions, etc.
Course Elementary 2120
Course Introduction:This course is designed to help learners master how to use Go language to implement GraphQL services. The course starts with the basic knowledge of GraphQL, and deeply analyzes the characteristics and advantages of its data query language. Then, combined with the characteristics of the Go language, it explains in detail how to build a GraphQL server, process requests, define data patterns, etc. Through rich practical cases, learners will learn how to integrate GraphQL in actual projects to improve the flexibility and efficiency of data interaction. The course is suitable for developers with a certain foundation in Go language and is a must-have for building efficient and modern APIs.
Course Elementary 26665
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 13909
Course Introduction:PHP is the mainstream web development language in the world today. It is famous for its fast development speed, simple and elegant syntax, and quick start. This set of courses explains the most basic requirements in PHP programs: variables and functions. It is completely different from the courses you have seen before. It is oriented to practical combat and developers. It allows you to bid farewell to obscure and boring syntax, and use it step by step. In the humorous teacher-student dialogue, you can quickly master the basic grammar of PHP.
Course Intermediate 11179
Course Introduction:Alibaba TV Open Platform Documentation
Course Elementary 18806
Course Introduction:PHP is a general-purpose open source scripting language and the easiest programming language to get started in programming learning. This tutorial from PHP Chinese website teacher Ouyang Ke will help everyone quickly master the PHP programming language. It is simple, clear, easy to learn, and highly practical. It can be used as an introductory learning tutorial for PHP language.
Course Elementary 4526
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 Elementary 4189
Course Introduction:This course uses real cases, is comprehensive and practical, and integrates GO core programming technology, programming ideas, and underlying implementation step by step from theory to practice, allowing learners to stay close to the pulse of the times and become trendsetters in the IT and Internet era.
Course Elementary 11477
Course Introduction:This stage of the open class will lead everyone to appreciate the beauty of Go language programming, master the basic grammar of Go language, and lay the foundation for subsequent blockchain development.
Course Elementary 4173
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.
Course Elementary 25655
Course Introduction:Lua language has strong embedding advantages and can be compiled and run across platforms. Cocos2d-x games can be developed efficiently using Lua language. We have collected the "Geek Academy Lua scripting language syntax introductory video tutorial", hoping to help everyone better learn the syntax of Lua scripting language.
Course Elementary 25295
Course Introduction:"PHP Message Board Development in Practice" This course is recorded by Chuanzhi Podcast. PHP message board development is really simple for experienced PHP programmers, but it is difficult for those who have just started. This video uses PHP combined with MySQL native programming to write a message board.
Course Advanced 18351
Course Introduction:In the "PHP Message Board Development Tutorial" course, we will introduce what a message board is, what issues we need to pay attention to when making a message board, how to submit messages and display the submitted messages on the page!