polarisxu

Results 77 issues of polarisxu

标题:Applying Modern Go Concurrency Patterns to Data Pipelines 原文链接:https://medium.com/amboss/applying-modern-go-concurrency-patterns-to-data-pipelines-b3b5327908d4 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://medium.com/amboss/applying-modern-go-concurrency-patterns-to-data-pipelines-b3b5327908d4 作者:[Florian Beeres](https://www.fbrs.io/) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

已认领

标题:Faster time parsing 原文链接:https://philpearl.github.io/post/perf_time/ 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://philpearl.github.io/post/perf_time/ 作者:[philpearl](https://philpearl.github.io/) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

已认领

标题:Secure integrations with Circuit Breaker in Go 原文链接:https://dev.to/he110/circuitbreaker-pattern-in-go-43cn 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://dev.to/he110/circuitbreaker-pattern-in-go-43cn 作者:[Elijah Zobenko](https://dev.to/he110) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

待认领

标题:Wrapping Errors the Right Way 原文链接:https://errnil.substack.com/p/wrapping-errors-the-right-way 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://errnil.substack.com/p/wrapping-errors-the-right-way 作者:[Hunter Herman](https://substack.com/profile/7041801-hunter-herman) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

待认领

标题:Secure integrations with Circuit Breaker in Go 原文链接:https://dev.to/he110/circuitbreaker-pattern-in-go-43cn 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://dev.to/he110/circuitbreaker-pattern-in-go-43cn 作者:[Elijah Zobenko](https://dev.to/he110) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

已认领

标题:Building DigitalOcean's API gateway Microservices all the way 原文链接:https://mauricio.github.io/2021/01/14/building-digitaloceans-api-gateway.html 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://mauricio.github.io/2021/01/14/building-digitaloceans-api-gateway.html 作者:[Maurício](https://mauricio.github.io/) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

已认领

标题:But how, exactly, databases use mmap? 原文链接:https://brunocalza.me/but-how-exactly-databases-use-mmap/ 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://brunocalza.me/but-how-exactly-databases-use-mmap/ 作者:[BRUNO CALZA](https://brunocalza.me/author/brunocalza/) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

已认领

标题:Discovering and exploring mmap using Go 原文链接:https://brunocalza.me/discovering-and-exploring-mmap-using-go/ 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://brunocalza.me/discovering-and-exploring-mmap-using-go/ 作者:[BRUNO CALZA](https://brunocalza.me/author/brunocalza/) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

已认领

标题:A few bytes here, a few there, pretty soon you’re talking real memory 原文链接:https://dave.cheney.net/2021/01/05/a-few-bytes-here-a-few-there-pretty-soon-youre-talking-real-memory 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://dave.cheney.net/2021/01/05/a-few-bytes-here-a-few-there-pretty-soon-youre-talking-real-memory 作者:[Dave Cheney](https://dave.cheney.net/) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出...

待认领

标题:How to Write Bug-Free Goroutines in Go (Golang) 原文链接:https://itnext.io/how-to-write-bug-free-goroutines-in-go-golang-59042b1b63fb 译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。 ``` --- via: https://itnext.io/how-to-write-bug-free-goroutines-in-go-golang-59042b1b63fb 作者:[Lewis Fairweather](https://lewisfairweather.medium.com/) 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [GCTT](https://github.com/studygolang/GCTT) 原创编译,[Go 中文网](https://studygolang.com/) 荣誉推出 ```

已认领