An open API service indexing awesome lists of open source software.

https://github.com/labex-labs/quick-start-with-go

[Quick Start with Go] This repository collects 25 of programming scenarios (labs and challenges) for Quick Start with Go. Golang is a statically typed, compiled programming language. This course provides you with a series of labs that will help you master the art of Go.
https://github.com/labex-labs/quick-start-with-go

List: quick-start-with-go

awesome awesome-list challenges course education go hands-on labex labs programming

Last synced: 2 months ago
JSON representation

[Quick Start with Go] This repository collects 25 of programming scenarios (labs and challenges) for Quick Start with Go. Golang is a statically typed, compiled programming language. This course provides you with a series of labs that will help you master the art of Go.

Awesome Lists containing this project

README

        

# Quick Start with Golang

[![Quick Start with Golang](https://cover-creator.appbot.io/quick-start-with-go.png)](https://labex.io/courses/quick-start-with-go)

[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/quick-start-with-go)

This course guides you through mastering Go programming with hands-on labs and challenges. You'll learn key concepts such as writing your first program, managing packages, using data types, control flow, and Go-specific features like slices, maps, channels, and anonymous functions, building a strong foundation to tackle real-world programming tasks.

![Golang](https://img.shields.io/badge/Golang-whitesmoke?style=for-the-badge&logo=golang)

## Environment

LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.

![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)

- A strict β€œLearn by Doing” approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.

Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).

## Exercises

| Index | Name | Difficulty | Practice |
|---------|--------------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------|
| 01 | πŸ“– Beginner's Guide to Go Programming | β˜…β˜†β˜† | Start Lab |
| 02 | 🎯 Craft a Personalized Go Greeting | β˜…β˜†β˜† | Start Challenge |
| 03 | πŸ“– GOPATH and Module | β˜…β˜†β˜† | Start Lab |
| 04 | 🎯 Build a Modular Go Project | β˜…β˜†β˜† | Start Challenge |
| 05 | πŸ“– Creating and Importing Go Packages | β˜…β˜†β˜† | Start Lab |
| 06 | 🎯 Build a Math Utility Package | β˜…β˜†β˜† | Start Challenge |
| 07 | πŸ“– Introduction to Go Variables | β˜…β˜†β˜† | Start Lab |
| 08 | 🎯 Craft Book Inventory Variables | β˜…β˜†β˜† | Start Challenge |
| 09 | πŸ“– Data Processing with Operators in Golang | β˜…β˜†β˜† | Start Lab |
| 10 | 🎯 Calculate Product Discount Price | β˜…β˜†β˜† | Start Challenge |
| 11 | πŸ“– Numerical Types in Golang | β˜…β˜†β˜† | Start Lab |
| 12 | 🎯 Convert and Calculate Numeric Types | β˜…β˜†β˜† | Start Challenge |
| 13 | πŸ“– Character Types in Golang | β˜…β˜†β˜† | Start Lab |
| 14 | 🎯 Decode Unicode Emojis | β˜…β˜†β˜† | Start Challenge |
| 15 | πŸ“– Go String Fundamentals | β˜…β˜†β˜† | Start Lab |
| 16 | 🎯 Process User Registration Strings | β˜…β˜†β˜† | Start Challenge |
| 17 | πŸ“– Go Constants Fundamentals | β˜…β˜†β˜† | Start Lab |
| 18 | 🎯 Define Server Size Constants | β˜…β˜†β˜† | Start Challenge |
| 19 | πŸ“– If Branch Statement in Golang | β˜…β˜†β˜† | Start Lab |
| 20 | 🎯 Sort Tasks with Conditional Logic | β˜…β˜†β˜† | Start Challenge |
| 21 | πŸ“– Switch-Case Branch Statements in Golang | β˜…β˜†β˜† | Start Lab |
| 22 | 🎯 Implement Weather Advice Switch | β˜…β˜†β˜† | Start Challenge |
| 23 | πŸ“– For Loops in Golang | β˜…β˜†β˜† | Start Lab |
| 24 | 🎯 Reverse String with Go Loop | β˜…β˜†β˜† | Start Challenge |
| 25 | πŸ“– Goto Statement Usage | β˜…β˜†β˜† | Start Lab |
| 26 | 🎯 Solve Nested Loop Complexity with Goto | β˜…β˜†β˜† | Start Challenge |
| 27 | πŸ“– Array Operations in Golang | β˜…β˜†β˜† | Start Lab |
| 28 | 🎯 Initialize Employee Names Array | β˜…β˜†β˜† | Start Challenge |
| 29 | πŸ“– Multidimensional Arrays in Golang | β˜…β˜†β˜† | Start Lab |
| 30 | 🎯 Design a Student Grade Tracker | β˜…β˜†β˜† | Start Challenge |
| 31 | πŸ“– Golang Slice Data Structures | β˜…β˜†β˜† | Start Lab |
| 32 | 🎯 Slice Log Filter Challenge | β˜…β˜†β˜† | Start Challenge |
| 33 | πŸ“– Go Dictionary Fundamentals | β˜…β˜†β˜† | Start Lab |
| 34 | 🎯 Manage Student Grades with Go Maps | β˜…β˜†β˜† | Start Challenge |
| 35 | πŸ“– Sorting Go Dictionaries | β˜…β˜†β˜† | Start Lab |
| 36 | 🎯 Sort Student Grades Dynamically | β˜…β˜†β˜† | Start Challenge |
| 37 | πŸ“– Channel Primitives in Golang | β˜…β˜†β˜† | Start Lab |
| 38 | 🎯 Build a Simple Channel Data Pipeline | β˜…β˜†β˜† | Start Challenge |
| 39 | πŸ“– Structures in Golang | β˜…β˜†β˜† | Start Lab |
| 40 | 🎯 Design Student Struct in Go | β˜…β˜†β˜† | Start Challenge |
| 41 | πŸ“– Functions in Golang | β˜…β˜†β˜† | Start Lab |
| 42 | 🎯 Design Flexible Math Function | β˜…β˜†β˜† | Start Challenge |
| 43 | πŸ“– Anonymous Functions in Golang | β˜…β˜†β˜† | Start Lab |
| 44 | 🎯 Design Flexible Math Transformations | β˜…β˜†β˜† | Start Challenge |

## More

- πŸ”— [Golang Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- πŸ”— [Golang Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- πŸ”— [Golang Free Tutorials](https://github.com/labex-labs/go-free-tutorials)