Welcome to my GoLang Projects repository! This is a personal collection of projects I'm building as I learn and deepen my knowledge of Go (Golang) and software engineering fundamentals.
This repository contains a range of projects, starting from simple beginner programs to more advanced applications and backend services. The idea is to progressively build my tackling different types of problems and concepts in Go.
I'll be continuously adding and refining projects here a sI learn - feel free to explore, clone or suggest improvements!
Project | Description |
---|---|
001hello |
A simple Hello World program with basic modification |
002calc |
A tiny calculator performing basic arithmetic operations. |
003todo |
A basic CLI-based to-do list manager. |
(This table will grow as I add new projects - stay tuned!)
- Language: Go
- Tools: Makefile, Docker (for some projects)
- Clone this repository
git clone https://github.com/samnart1/GoLang-Projects.gi cd GoLang-Projects
- Navigate to any project directory.
- Run the Go program:
go run main.go
- Master core Go syntax and idioms.
- Learn about concurrency, networking, and server development.
- Apply software engineering best practices.
- Build real-world backend services and utilities.
This project is open source and available under the MIT License