Live data from Hacker News

Show HN: I wrote a book about Go

practical-go-lessons.com

61–70 of 160 posts

Re: Show HN: I wrote a book about Go

#61
post #48

Earlier quoted context omitted.

Pandoc will convert from LaTex to HTML (I've not tried that specific conversion). [0] [0] https://pandoc.org/

I used Pandoc to make the conversion. Lyx has also an option to export to HTML but I was not satisfied with the result.

Thanks!

Re: Show HN: I wrote a book about Go

#62
post #58

"This site is blocked due to a security threat that was discovered by the Cisco Umbrella security researchers." Category: Malware That is the warning I'm getting on this link at work. Of course I don't think you are trying to malware people, but might want to look into that on why people might not be able to access your site.

Hello hodder, thanks for reporting this. I have no idea what is the cause of this...

Re: Show HN: I wrote a book about Go

#64

Earlier quoted context omitted.

This is great,well done! I was thinking of picking Go at some point this year, need not to forget to buy the book. May I ask what did you for the website,looks pretty neat?

Thank you for your feedback and support! Go is easy to learn, and you need a limited amount of time to produce code! I built the website with VueJS, and I use bootstrap for the CSS part (with https://bootstrap-vue.org/ ).

Great book! (and this from someone who does not like Go :)). After reading a bit I was almost ready to jump in again and then I remembered errors and the associate repeating code and I got back to Python.

I have a friend who is constantly trying to drag me though the fence so maybe one day.

You may want to try quasar (https://quasar.dev/) for your VueJS sites - it is excellent.

Re: Show HN: I wrote a book about Go

#65
post #58

"This site is blocked due to a security threat that was discovered by the Cisco Umbrella security researchers." Category: Malware That is the warning I'm getting on this link at work. Of course I don't think you are trying to malware people, but might want to look into that on why people might not be able to access your site.

Hello hodder, thanks for reporting this. I have no idea what is the cause of this...

I ran a scan with Norton antivirus on the website artifacts downloaded on AWS the result is OK.

I also checked the website with Google safe browsing (https://transparencyreport.google.com/safe-browsing/search?u...) and the result is also OK. I also run the test with virus total website and no threats have been detected. (https://www.virustotal.com/en/#url).

If you have more information about this do not hesitate to share!

Re: Show HN: I wrote a book about Go

#67

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…

Thank you for this fantastic resource. I've been meaning to learn Go for a while, but have a lot of difficulty staying focused on tutorials with big blocks of text. Your concise bullet format is really easy to follow, and would be especially useful for anyone who doesn't speak English as their first language.

Also really respect that you clearly did this out of passion, so I'll say this to everyone on your behalf: support the author by purchasing a digital copy!

https://www.practical-go-lessons.com/buy-digital-or-hard-cop...

Re: Show HN: I wrote a book about Go

#69

Earlier quoted context omitted.

Thank you for your feedback and support! Go is easy to learn, and you need a limited amount of time to produce code! I built the website with VueJS, and I use bootstrap for the CSS part (with https://bootstrap-vue.org/ ).

Great book! (and this from someone who does not like Go :)). After reading a bit I was almost ready to jump in again and then I remembered errors and the associate repeating code and I got back to Python. I have a friend who is constantly trying to drag me though the fence so maybe one day. You may want to try quasar ( https://quasar.dev/ ) for your VueJS sites - it is excellent.

Thank you ! I hope this day is close !

I will try quasar on another project maybe, I did not know this framework. I also need to improve my competences with React :)

Post reply on HN