Skip to content

Add Go CLI and Task Scheduler project tutorials#857

Open
fauzan171 wants to merge 1 commit into
practical-tutorials:masterfrom
fauzan171:add-go-projects
Open

Add Go CLI and Task Scheduler project tutorials#857
fauzan171 wants to merge 1 commit into
practical-tutorials:masterfrom
fauzan171:add-go-projects

Conversation

@fauzan171
Copy link
Copy Markdown

Description

Added two Go project-based tutorials to the Go section:

  1. Build a CLI Application in Go with Cobra - Step-by-step guide to building command-line applications using the popular Cobra framework
  2. Building a Task Scheduler in Go - Comprehensive guide to building a task scheduling system

Why:

The Go section is popular but could use more practical, real-world project tutorials. These additions cover CLI development (one of Go's strongest use cases) and concurrent task scheduling (demonstrating goroutines and channels).

Checklist

  • Format matches existing entries
  • Tutorials are free and accessible
  • Content is educational and project-based

Added two Go project-based tutorials:
- Build a CLI Application in Go with Cobra
- Building a Task Scheduler in Go

These are practical, hands-on tutorials that help developers learn Go
through building real-world applications.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant