Looks great! Seems there were some issues in conversion into HTML chapter titles. For example https://www.practical-go-lessons.com/chap-31-logging#log.fat...
Show HN: I wrote a book about Go
11–20 of 160 posts
Re: Show HN: I wrote a book about Go
#12I love this -- thank you!
Re: Show HN: I wrote a book about Go
#13Re: Show HN: I wrote a book about Go
#14Re: Show HN: I wrote a book about Go
#15Re: Show HN: I wrote a book about Go
#16Always 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 easy to read and process. Wish half of Katherine content will migrate into your future works.
Adding reference on Katherine book might help others too.
Re: Show HN: I wrote a book about Go
#17Nice! What were the tools you used to write it and convert it to the ebook and paper versions?
I worte the book using Lyx (https://www.lyx.org/) Each chapter is a Lyx document.
Then I converted : Lyx to LaTeX, then LaTeX doc are converted to HTML with pandoc (https://pandoc.org/).
Then I have an homemade script to generate Vue Components.
Lyx and Pandoc are great tools !
Re: Show HN: I wrote a book about Go
#18The book looks very interesting! In the section about logging, Logrus is unfortunately in maintenance mode now. We've used it at my place, now we have switched to Zap.
I will also check Zap to add an example :)
Re: Show HN: I wrote a book about Go
#19I applaud the effort. Very impressive work. I appreciate the free access to this, but will be buying, if / when I have time to work through some of the lessons :)