-
-
Notifications
You must be signed in to change notification settings - Fork 61.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Go lang courses to free-courses-en.md #11683
base: main
Are you sure you want to change the base?
Conversation
- Add "Go Developer": This comprehensive course covers essential Go programming concepts, enabling learners to develop practical skills needed for real-world applications. - Add "Introduction to Go": A beginner-friendly course that provides a solid foundation in Go programming, covering the basics of syntax, data types, and control structures.
Linter failed, fix the error(s):
|
Linter failed, fix the error(s):
|
Swapped lines 800 and 799
I'd like more feedback on hyperskill Users can't check content without registration - this makes it harder for us to do link checking etc. |
Here is the feedback based on my personal experience with Hyperskill (JetBrains Academy). It used to have some courses locked behind a paywall. Now all courses are free(Except certificates and some exercises) but require registration for one to view them. You get 7 lives per day that reset every 24 hours. The lives only apply when you are doing exercises in the course. |
oh, the duolingo model. I'm inclined to add hyperskill in the MOOC category, rather than add all their individual courses. We have a hyperskil "track" in the Kotlin category which is a different presentation. I'm going to add the "keep" label to your hyperskill PRs and create a discussion issue for the community. Could you make a hyperskill PR under MOOC? |
Sure, thing. So under MOOC. I should just add the Hyperskill home URL? |
yes |
One last question. Should I remove the individual links to individual courses on Hyperskill from both PRs? |
leave them as is and open a new PR to add the MOOC. |
Oh no 😟! Conflicts have been found. Please 🙏, take a moment and address the merge conflicts of your pull request before we can evaluate it again. Thanks in advance for your effort and patience ❤️! |
A PR was done and thanks for the merge |
@@ -797,13 +797,15 @@ | |||
* [A Tour Of Go](https://tour.golang.org/welcome/1) | |||
* [DevOps BootCamp](https://github.com/jeffotoni/goworkshopdevops) - Jefferson Otoni Lima, et al. | |||
* [Go / Golang Crash Course](https://www.youtube.com/watch?v=SqrbIlUwR0U) - Traversy Media | |||
* * [Go Developer](https://hyperskill.org/courses/25-go-developer) - Hyperskill *(registration required)* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* * [Go Developer](https://hyperskill.org/courses/25-go-developer) - Hyperskill *(registration required)* | |
* [Go Developer](https://hyperskill.org/courses/25-go-developer) - Hyperskill *(registration required)* |
Add "Go Developer": This comprehensive course covers essential Go programming concepts, enabling learners to develop practical skills needed for real-world applications.
Add "Introduction to Go": A beginner-friendly course that provides a solid foundation in Go programming, covering the basics of syntax, data types, and control structures.
What does this PR do?
Add resource(s)
For resources
Description
This PR adds two valuable Go programming courses from Hyperskill, designed to help learners at various skill levels understand and effectively use the Go programming language.
Why is this valuable (or not)?
These courses are valuable because they offer interactive, project-based learning experiences, making it easier for learners to apply their knowledge in practical settings. The hands-on approach fosters better retention and understanding of Go concepts.
How do we know it's really free?
Both courses are available on the Hyperskill platform, which offers free educational content with optional registration. Users can access the courses without any associated costs.
For book lists, is it a book? For course lists, is it a course? etc.
This PR adds courses to the course list.
Checklist:
Follow-up