If I could afford your algorithms course I'd buy it immediately. I'll have to save up.
Show HN: Gophercises – Coding Exercises for Budding Gophers
11–20 of 92 posts
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#12I want to have 20+ exercises by the time the course is complete. There are about 13 planned as of now, so if you have suggestions or topics that you think would make good Go programming exercises I'd love to hear them =D EDIT: And in other news, a few people have reported the welcome email going to their spam so if it happens to you please let me know and I'll continue looking into why it is happening.
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#13I want to have 20+ exercises by the time the course is complete. There are about 13 planned as of now, so if you have suggestions or topics that you think would make good Go programming exercises I'd love to hear them =D EDIT: And in other news, a few people have reported the welcome email going to their spam so if it happens to you please let me know and I'll continue looking into why it is happening.
Image Processing and Analysis. Goroutines, as well as the image package, are well suited to parallel operations on bitmap data right out of the bag. From simple texture synthesis routines such as sine-wave plasma generation or mandelbrot set fractals. To advanced state-of-the-art techniques like super-resolution image enhancement and frequency domain analysis. Golang is great for image science. Especially parallel op…
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#14This is fantastic. The exercises are non-trivial enough to be useful. One minor suggestion: if you can have the favicon set to your gopher, it can be great. Mine is a potentially narrow use case, but after logging in, I pinned this to a tab in safari, and the G throws me off a little.
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#15I'm definitely going to be doing this. Your other sites and courses look badass too. If I could afford your algorithms course I'd buy it immediately. I'll have to save up.
Anyway I hope you enjoy it!
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#16This is fantastic. The exercises are non-trivial enough to be useful. One minor suggestion: if you can have the favicon set to your gopher, it can be great. Mine is a potentially narrow use case, but after logging in, I pinned this to a tab in safari, and the G throws me off a little.
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#17I want to have 20+ exercises by the time the course is complete. There are about 13 planned as of now, so if you have suggestions or topics that you think would make good Go programming exercises I'd love to hear them =D EDIT: And in other news, a few people have reported the welcome email going to their spam so if it happens to you please let me know and I'll continue looking into why it is happening.
Image Processing and Analysis. Goroutines, as well as the image package, are well suited to parallel operations on bitmap data right out of the bag. From simple texture synthesis routines such as sine-wave plasma generation or mandelbrot set fractals. To advanced state-of-the-art techniques like super-resolution image enhancement and frequency domain analysis. Golang is great for image science. Especially parallel op…
Can you recommend any language agnostic resources or really anything else that would help me get started in exploring this as a potential exercise idea?
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#18This is fantastic. The exercises are non-trivial enough to be useful. One minor suggestion: if you can have the favicon set to your gopher, it can be great. Mine is a potentially narrow use case, but after logging in, I pinned this to a tab in safari, and the G throws me off a little.
Pinned tabs actually have their own icon: https://developer.apple.com/library/content/documentation/Ap...
Edit: I believe I have an icon set here now. I might need to tweak it but it should work in the meantime.
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#19I want to have 20+ exercises by the time the course is complete. There are about 13 planned as of now, so if you have suggestions or topics that you think would make good Go programming exercises I'd love to hear them =D EDIT: And in other news, a few people have reported the welcome email going to their spam so if it happens to you please let me know and I'll continue looking into why it is happening.
A cool one might be using the golang.org/x/crypto/ssh to ssh around, and send shell commands (i.e. building your own automation framework based on ssh keys)
Re: Show HN: Gophercises – Coding Exercises for Budding Gophers
#20I want to have 20+ exercises by the time the course is complete. There are about 13 planned as of now, so if you have suggestions or topics that you think would make good Go programming exercises I'd love to hear them =D EDIT: And in other news, a few people have reported the welcome email going to their spam so if it happens to you please let me know and I'll continue looking into why it is happening.