Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/monciego/mastering-golang

Exploring the wonders of Go, because why not?!
https://github.com/monciego/mastering-golang

go golang learn-golang

Last synced: about 2 months ago
JSON representation

Exploring the wonders of Go, because why not?!

Awesome Lists containing this project

README

        

# Learning GoLang

Welcome to my GoLang learning journey! This repository contains the code and projects I've worked on while learning GoLang. Here's a brief overview of what you'll find in this repository:

## Topics Covered:

1. **[Getting Started]()**
- [Installing GoLang on your system.](https://go.dev/doc/install)
2. **[Go by example]()**
- [A hands-on introduction to Go using annotated example program](https://gobyexample.com/)
3. **[Learn Go fast]()**
- [Learn Go with no fluffβ€”just what you need to know.]()
4. **[Boot.dev]()**
- [Introduction to Go]()
- [Variables]()

## Small Projects

1. **[Investment Calculator](https://github.com/monciego/mastering-golang/tree/main/investment-calculator)**
2. **[BMI Calculator](https://github.com/monciego/mastering-golang/tree/main/bmi-calculator)**
3. **[Profit Calculator](https://github.com/monciego/mastering-golang/tree/main/profit-calculator)**
4. **[Bank](https://github.com/monciego/mastering-golang/tree/main/bank)**

## Additional Resources:

- **Official GoLang Documentation**
- [Go Documentation](https://go.dev/doc/)
- **Go By Example**
- [Go By Example](https://www.gobyexample.com/)
- **Boot.dev**
- [Boot.dev](https://boot.dev)

Feel free to explore the topics and projects above to gain a better understanding of my GoLang learning journey. Happy coding! πŸš€