Content Explore

主流云服务商数据仓库对比分析

最近随着Snowflake上市后市值的暴增(目前700亿美金左右),整个市场对原生云数仓都关注起来。近日,一家第三方叫GigaOM的公司对主流的几个云数仓进行了性能的对比,包括Actian Avala...

50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs

Published : 2017-10-27 Categories : Coding Tags : Golang Go
Go is a simple and fun language, but, like any other language, it has a few gotchas… Many of those g...

Golang Auto Build Versioning

Published : 2017-09-25 Categories : Coding Tags : Go Golang Build Versioning
Atatus’s backend consumer and server are written in Go, and earlier we were just deploying our appli...

Google 软件工程实践

Published : 2017-02-13 Categories : Tips Tags : Google Engineering Practices
导读:Fergus Henderson 已在 Google 工作了 10 年以上,拥有超过 15 年的商业类软件的行业经验。本文梳理并总结了 Google 软件开发中的关键工程实践,并揭示了其成功之道...

Go语言TCP Socket编程

Published : 2015-11-19 Categories : Coding Tags : Golang TCP Socket
Golang
的主要 设计目标之一就是面向大规模后端服务程序,网络通信这块是服务端 程序必不可少也是至关重要的一部分。在日常应用中,我们也可以看到Go中的net以及其subdirectories下的包...

Profiling & Optimizing in Go - Brad Fitzpatrick

Published : 2015-09-22 Categories : Coding Tags : Go Profiling Optimizing
Profiling & Optimizing in Go
Brad Fitzpatrick
YAPC::Asia 2015
Tokyo Big Sight, 2015-08-22
See th...