Live data from Hacker News

Show HN: I wrote a book about Go

practical-go-lessons.com

31–40 of 160 posts

Re: Show HN: I wrote a book about Go

#31

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!

I sent a link to a friend, who is very much a Go programmer (I am a Swift programmer).

Re: Show HN: I wrote a book about Go

#32

Hello 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 really like that you go in detail of common and important standard library functions and hit come important things like database drivers and JSON. 700 pages is a nice big programming book and it looks like you're not skimping on details. Great job and good work!

Re: Show HN: I wrote a book about Go

#34

Hello 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.

Re: Show HN: I wrote a book about Go

#36

Looks great. I’m getting to learn go in my new role so this will help me get up to speed before I start

Hello redisman, I hope it will help you.

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

#38
post #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 ....)

Thanks !

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

#39
post #34

Hello 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.

Thank you very much, I really appreciate :) I hope that it will help you in your Go journey.

Do not hesitate to send me feedback in order for me to improve the content.

Post reply on HN