Live data from Hacker News

Show HN: I wrote a book about Go

practical-go-lessons.com

21–30 of 160 posts

Re: Show HN: I wrote a book about Go

#21

Hi maximilienandi, great work! Easy to read for non-native! Always nice to see more alternative to the Blue Book too ;) When I open Golang books or any kind of tutorials, I usually jump into Concurrency sections to see its depth and quality ... If ever start thinking of selling v2 of your book, please go through Katherine Cox-Buday book "Concurrency in Go" content. I like Katherine but your writing style is much much…

Hi adeptima, thank you for your feedback!

I am really happy that you like the writing style.

I will order the book written by Katherine.

Concurrency is a really difficult topic; maybe I will add more content about it later. Real-world use-cases are hard to find also.

Re: Show HN: I wrote a book about Go

#22
This looks great! I absolutely love that it assumes no knowledge of anything, including how the computer works. This is how all educational material should be written.

I think that most knowledge gaps we all have are caused by a teacher/book making assumptions about what we already know.

Re: Show HN: I wrote a book about Go

#25
post #22

This looks great! I absolutely love that it assumes no knowledge of anything, including how the computer works. This is how all educational material should be written. I think that most knowledge gaps we all have are caused by a teacher/book making assumptions about what we already know.

Hi tomca32,

Thank you for the feedback. I tried to make it accessible to new programmers. I hope it will be used by people how wants to start their programmer's journey.

Being a self-taught programmer, I always suffered from not knowing some very basic notions. I learned a lot in the process of writing those chapters.

Re: Show HN: I wrote a book about Go

#30
Looks great.

How'd you build the Web site — a package of some sort, or did you roll your own CSS? I've been working on a law-related book that I plan to post; I like the look of your site.

(I suppose it's too much to hope for that you created this with Emacs and org-mode — which is what I'm writing my book in — together with a nifty CSS package ....)

Post reply on HN