# go-learn **Repository Path**: jingyuedeng/go-learn ## Basic Information - **Project Name**: go-learn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-25 - **Last Updated**: 2026-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fakilans%2Fgolang-mini-projects&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com) # Golang Mini Projects for Beginners Here is the collection of beginner friendly golang projects ### Mini Projects - [Book Store cli app to list, add, update, delete books](https://github.com/akilans/golang-mini-projects/tree/main/01-bookstore-cli-flag-json) - [Organize folder based on file extensions](https://github.com/akilans/golang-mini-projects/tree/main/02-organize-folder) - [Website Monitoring and Alerting using Golang](https://github.com/akilans/golang-mini-projects/tree/main/03-web-monitor) - [Bookstore rest API to list, add, update, delete books](https://github.com/akilans/golang-mini-projects/tree/main/04-bookstore-api) - [Random password generator](https://github.com/akilans/golang-mini-projects/tree/main/05-random-password) - [System Metrics API](https://github.com/akilans/golang-mini-projects/tree/main/06-system-monitor) - [SSH and SFTP](https://github.com/akilans/golang-mini-projects/tree/main/07-ssh-sftp-agent) - [Folders, Files & Zip](https://github.com/akilans/golang-mini-projects/tree/main/08-file-folder-zip) - [Package and Module demo](https://github.com/akilans/golang-mini-projects/tree/main/09-pack-mod-demo) - [Concurrent File Uploader](https://github.com/akilans/golang-mini-projects/tree/main/10-golang-ssh-concurrent-file-uploder) - [Golang REST API with JWT auth](https://github.com/akilans/golang-mini-projects/tree/main/11-jwt-golang) - [Bookstore rest API with Fiber, Gorm, MySQL, JWT](https://github.com/akilans/golang-mini-projects/tree/main/12-fiber-book-rest) - [Kubernetes Client-go example](https://github.com/akilans/golang-mini-projects/tree/main/13-k8s-client-go) - [Akit-Ops - simple GitOps solution](https://github.com/akilans/golang-mini-projects/tree/main/14_akit-ops) ## Credits and references 1. [That DevOps Guy](https://www.youtube.com/c/MarcelDempers) 2. [Donald Feury](https://www.youtube.com/c/DonaldFeury) 3. [Coding with Robby](https://www.youtube.com/@codingwithrobby) 4. [Akhil Sharma](https://www.youtube.com/@AkhilSharmaTech) 5. [NerdCademy](https://www.youtube.com/@NerdCademyDev) 6. [Golang Dojo](https://www.youtube.com/@GolangDojo) ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. ## Tools used - [Video - Openshot](https://www.openshot.org/) - [Gif - FFMPEG](https://www.ffmpeg.org/) - [Ubuntu OS](https://ubuntu.com/) - [VS code IDE](https://code.visualstudio.com/) - [Simple screen recorder](https://www.maartenbaert.be/simplescreenrecorder/)