Excellent! I am not a Go programmer, so I am not your target audience, but I have written a book, so I understand the work. Thanks so much!
Thank you ChrisMarshallNY, for your kind message. I hope you will start using Go in the future!
Show HN: I wrote a book about Go
31–40 of 160 posts
Re: Show HN: I wrote a book about Go
#32Hello all, After 2.5 years of writing, countless weekends and evenings, I released a book about the Go programming language. The book is available for free on the website because I wanted to give something back to the developer's community :) It is composed of 700+ pages, 41 chapters, and approximately 405 drawings/screenshots. I tried to cover all the important topics that a new Go programmer should know. At the end…
Re: Show HN: I wrote a book about Go
#33Re: Show HN: I wrote a book about Go
#34Hello all, After 2.5 years of writing, countless weekends and evenings, I released a book about the Go programming language. The book is available for free on the website because I wanted to give something back to the developer's community :) It is composed of 700+ pages, 41 chapters, and approximately 405 drawings/screenshots. I tried to cover all the important topics that a new Go programmer should know. At the end…
Re: Show HN: I wrote a book about Go
#35Re: Show HN: I wrote a book about Go
#36Looks great. I’m getting to learn go in my new role so this will help me get up to speed before I start
Do not hesitate to share your feedback with me, especially if something is difficult to understand or if you spotted a mistake :)
Re: Show HN: I wrote a book about Go
#37I appreciate chapter 40 being included, a quick summary of go/programming recommendations. Also the illustration on the landing page caught my eye, good choice.
Re: Show HN: I wrote a book about Go
#38Looks 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 ....)
I wrote it using Lyx which is WYSIWYG for LaTeX. Then I convert the LaTeX document into HTML.
The HTML is then injected (with some modifications) into a Vue component (the website is built with Vue).
I use only Bootstrap for the CSS (with bootstrap-vue). When I have some time I will publish the sources of my script.
I hope it can help you !
Re: Show HN: I wrote a book about Go
#39Hello all, After 2.5 years of writing, countless weekends and evenings, I released a book about the Go programming language. The book is available for free on the website because I wanted to give something back to the developer's community :) It is composed of 700+ pages, 41 chapters, and approximately 405 drawings/screenshots. I tried to cover all the important topics that a new Go programmer should know. At the end…
I can't thank you enough! I wanted to learn Go and wanted something like this. I really like the chapter structure, it really easy to follow and progress.
Do not hesitate to send me feedback in order for me to improve the content.