Course Elementary 2364
Course Introduction:RunnerGo is a full-stack (can cover the entire testing process), lightweight (developed based on go language) open source testing platform; RunnerGo is committed to building a full-stack testing platform, using the more relaxed Apache-2.0 license open source As the protocol continues to be updated, we will launch more test functions. Our purpose is to empower research and development and make testing easier.
Course Elementary 5615
Course Introduction:Go Chinese Development Manual Go is a compiled language that combines the ease of an interpreted language, the development efficiency of a dynamically typed language, and the safety of a static type. It is also intended to be a modern language that supports networking and multi-core computing. To meet these goals, some language issues need to be solved: an expressive but lightweight type system, concurrency and garbage collection mechanisms, strict dependency specifications, and so on. These cannot be solved by libraries or tools, so Go came into being.
Course Elementary 2116
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 26664
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 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 17869
Course Introduction:Go is a compiled system programming language that supports concurrency and garbage collection. It aims to create a programming language with a good balance between the high performance of static compiled languages and the efficient development of dynamic languages. We have collected this set of "Go Programming Basics Video Tutorial", hoping to help everyone learn the go language better