Course Elementary 26749
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 4294
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 90915
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 Elementary 60553
Course Introduction:This project is mainly about the simple design and implementation of the website message page
Course Intermediate 18735
Course Introduction:This course will take you to truly understand C language and enter C language
Course Elementary 2431
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 22364
Course Introduction:Apple has launched a new programming language, Swift, to replace Objective-C. Swift is fast, dynamic, and powerful, and will surely become the mainstream language for iOS. So we have collected the "Geek Academy Swift Language Video Tutorial", hoping to help everyone learn jQuery Mobile better
Course Elementary 18528
Course Introduction:Basic application of Smarty template engine
Course Elementary 23716
Course Introduction:Functions of smarty template engine
Course Elementary 62760
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.