這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。 Liveblog by Alan Shreve (@inconshreveable)Update: Slides for this talk have been posted here.AuthorPresentation by Sam Boyer @sdboyer.Sam fell into software engineering by accident, but decided to
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。 Liveblog by Linda Xie (@lindeexie)Joe Tsai is a Software Engineer on Google’s Go team. He is a regular contributor to the Go standard library and other open source projects.Gophers often use “Go 1
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。A long time ago, someone–I normally attribute this to David Symonds, but I can’t be sure he was the first to say it–said that the reason for adding generics to Go would be the reason for calling it Go 2.0. That is to
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。在過去的一年裡,軟體開發行業繼續大踏步地向前邁進。回顧 2016 年,我們看到了更多新興的流行語言、架構和工具,它們改變著我們的工作方式,讓我們看到更多的可能。但在這個行業,緊隨潮流是很難的。所以在每年年底,我們都會給你提供一些建議,它涉及什麼是最重要的,以及你在未來一年中應該學習什麼。大趨勢漸進式 Web Apps在 2016 年裡,我們見證了 Progressive Web App 概念的蓬勃興起。它意味著 Web
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。 Liveblog by Beyang Liu (@beyang)Update: slides for this talk have been posted here.Improving operations in Go programsIan Schenck, software engineer, Infrastructure at Oscar Insurance
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。 Liveblog by Matt KingOverviewStruct field tags are an important part of encode/decode types, especially when using packages such as encoding/json. However, modifying tags is repetitive, cumbersome