|
|
|
|
|
by tmaly
3738 days ago
|
|
JavaScript is going to be the leader for a long time. It dominates the client side. I have noticed a ton of articles on Go. If you are interested on trying Go for a project, I would suggest first doing the Tour of Go then reading Effective Go. After that, just pick a project or search for some existing code using https://golanglibs.com/search?q=orm here just replace the orm keyword with something your looking for. Your likely to find something close to what you want 80% of the time. Just clone a project and start hacking away. |
|