Breaking News

New top story on Hacker News: Ask HN: Best Resource to learn web programming using Go

Ask HN: Best Resource to learn web programming using Go
3 by sharmi | 0 comments on Hacker News.
In goland, usage of frameworks for web dev is discouraged. The favored way seemsu to be to take the modules from the Go Standard Library and create your own webserver. I would like to know which is the best resource to have an comprehensive understanding of web app development using Go. I have often used django for my previous projects. Django has some decent defaults in terms of handling security. So not having the safety net of a framework sometimes gives me the jitters. How to handle security in Golang applications? Are there some established best practices or is it to be implemented by the developer?

No comments