1.用 Go 实现向手机推送工具 https://github.com/binwiederhier/ntfy
2.基于 Go 实现 Mumble 和 Discord 之间的语音工具 https://github.com/Stieneee/mumble-discord-bridge
3.Go 中这么多创建 error 的方式,你真的了解它们各自的应用场景吗 https://gocn.vip/topics/20911
4.Go 依赖分析工具包 https://github.com/loov/goda
5.Godot 的 GDNative 和 NativeScript API 的 Go 绑定 https://github.com/godot-go/godot-go
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、polarisxu
五、腾讯云原生
六、后端研究所
七、董泽润的技术笔记
八、Go招聘
九、幽鬼
十、k8s技术圈
十一、Golang梦工厂
十二、Golang技术分享
1.使用 Go SDK 与 OCI 对象存储交互 https://lucasjellema.medium.com/interacting-with-oci-object-storage-using-go-sdk-first-steps-f50682418488
2.深入理解 Go Json.Unmarshal 精度丢失之谜 https://mp.weixin.qq.com/s/36CqC1U54LUd4-izt4iZ1g
3.基于 OpenTelemetry 和 ClickHouse 的分布式链路追踪系统 https://github.com/uptrace/uptrace
4.Go 语言错误与错误包装方法 https://trstringer.com/errors-and-error-wrapping-go/
5.开发与维护 Ebiten(一款 2D 游戏引擎) 的 8 年心路历程 https://medium.com/@hajimehoshi/game-engines-as-an-art-form-f66c835c0a92
一、Go语言中文网
二、云加社区
三、CloudNativeCommunity
四、微服务实践
五、幽鬼
六、MoeLove
七、脑子进煎鱼了
八、轩脉刃的刀光剑影
九、polarisxu
十、Golang技术分享
十一、腾讯技术工程
十二、Go招聘
十三、mohuishou
十四、网管叨bi叨
1.ApacheCN Golang 译文集 https://github.com/apachecn/apachecn-golang-zh
2.Dubbo-go v3.0 正式发布 ——打造国内一流开源 Go 服务框架 https://developer.aliyun.com/article/839884
3.Go Quiz: 从 Go 面试题看 slice 的底层原理和注意事项 https://juejin.cn/post/7045953087080497166
4.为什么 Go 里值为 nil 可以调用函数? https://segmentfault.com/a/1190000041184903
5.Zinc 一款基于 Go 语言开发的搜索引擎 https://github.com/prabhatsharma/zinc
1.Go 1.18泛型:好的、坏的、丑的 - https://itnext.io/golang-1-18-generics-the-good-the-bad-the-ugly-5e9fa2520e76
2.py4go: go与python互操作包 - https://github.com/tliron/py4go
3.Go调试器发布Delve 1.8.0版本 - https://github.com/go-delve/delve/releases/tag/v1.8.0
4.又一个Go泛型Btree实现,benchmark的成绩不错 - https://github.com/tidwall/btree
5.使用Go与colly构建网络爬虫 - https://blog.logrocket.com/building-web-scraper-go-colly/
6.Go实现的用于测试SSL握手延迟的命令行工具 - https://github.com/tuladhar/ssl-handshake
7.十大go web开发框架 - https://reportwire.org/2021/12/24/10-web-frameworks-for-golang-development/
8.编写代码注释的最佳实践 - https://stackoverflow.blog/2021/12/23/best-practices-for-writing-code-comments/
9.用Go编写的测试SSL握手延迟的命令行工具 - https://github.com/tuladhar/ssl-handshake
10.软件定义汽车实例:特斯拉灯光秀自定义 - https://github.com/teslamotors/light-show
1.使用 Go 和 SQLite 构建生产应用程序
2.使用 context.Context 模拟 API 客户端 https://incident.io/blog/golang-client-mocks
3.一种可嵌入的 Go 脚本语言,实现了逻辑编程语言 Prolog https://github.com/ichiban/prolog
4.SSA:终于知道编译器偷摸做了哪些事 https://mp.weixin.qq.com/s/nOhMsMeP1pUFEXKAMUzbWg
5.从 Golang 调用 C 代码 https://tech-lessons.in/invoking-C-code-from-golang/
- Go101作者又出新作:Go优化101 - https://go101.org/optimizations/101.html
- 聊聊Go 1.18的三个小特性 - https://blog.carlmjohnson.net/post/2021/golang-118-minor-features/
- 纯Go实现的io-uring包 - https://github.com/ii64/gouring
- 用Go+Redis实现分布式锁 - https://kevwan.medium.com/implementing-distributed-lock-with-go-redis-8d943267e21f
- 在你的控制器中使用Finalizer进行自定义清理 - https://skhnv.me/finalizers/
- Go切片是传值还是传引用 - https://simondrake.dev/2021-11-19-are_slices_copied_by_value_or_reference/
- cznic的Go泛型版btree实现 - https://gitlab.com/cznic/b/-/tree/master/v2
- 大规模服务网格性能优化 | Aeraki xDS 按需加载 - https://mp.weixin.qq.com/s/LbeQAeADllUbrxaeTTbvyg
- fq: 用于检查二进制数据的工具、语言和解码器 - https://github.com/wader/fq
- 阿里巴巴超大规模Kubernetes基础设施运维体系揭秘 - https://mp.weixin.qq.com/s/Q8-xNYk7a5oSYLvsb5Tk7g
- 使用BFE如何实现地址透传 - https://mp.weixin.qq.com/s/hpQlD-J_p1SObwBo0ut9FQ
一、Go语言中文网
二、亚军进化史
三、云原生技术爱好者社区
四、董泽润的技术笔记
五、幽鬼
六、小白debug
七、网管叨bi叨
八、脑子进煎鱼了
九、Go招聘
1.全文检索库 bluge https://gocn.vip/topics/20888
2.Go 编译原理系列 2(词法分析&语法分析基础)https://juejin.cn/post/7043975020153929735
3.如何降低 gRPC 后端重复请求的问题 https://juejin.cn/post/7043965430314041357
4.Goravel,一个功能完备、具有良好扩展能力的 Golang Web 应用程序框架,致敬 Laravel https://gocn.vip/topics/20887
5.Go 语言逆向技术:常量字符串 https://juejin.cn/post/7043615695480815646
1.Go泛型的facilitator模式 - https://rakyll.org/generics-facilititators/
2.Go泛型约束不是enum - https://zephyrtronium.github.io/articles/generics-enums.html
3.Go语言深拷贝与浅拷贝详解 - https://echorand.me/posts/go-values-references-etc/
4.ichiban/prolog:一种可嵌入Go的prolog脚本引擎 - https://github.com/ichiban/prolog
5.Go有序map数据结构的基准测试大比较 - https://gitlab.com/cznic/benchmark-ordered-map/-/blob/master/README.md
6.使用Go实现merkle tree - https://prog-bytes.hashnode.dev/merkle-trees
7.调试器寻宝之旅 - https://github.com/suzmue/gophercon#treasure-hunting-in-other-editors
8.Harvester:建立在Kubernetes上的开源超融合基础设施(HCI)软件,发布了1.0版本 - https://github.com/harvester/harvester
9.作为缓存的Redis与作为主数据库的Redis在90秒内的对比 - https://redis.com/blog/redis-cache-vs-redis-primary-database-in-90-seconds/
10.我做系统架构的一些原则 - https://coolshell.cn/articles/21672.html
一、Go语言中文网
二、脑子进煎鱼了
三、小白debug
四、微客鸟窝
五、网管叨bi叨
六、polarisxu
七、幽鬼
八、Go招聘
九、Golang梦工厂
十、捉虫大师
十一、Gopher指北
十二、奇伢云存储
1.Go 官方出品泛型教程:如何开始使用泛型 https://gocn.vip/topics/20885
2.有了 sync 为什么还有 atomic?https://mp.weixin.qq.com/s/YIIQODPJmZRrrX4hvGEwXg
3.Golang 并发编程指南 https://mp.weixin.qq.com/s/V0krCjWrndzz71cVOPBxdg
4.LeetCode 第 272 场周赛题解 (Golang) https://juejin.cn/post/7043284637547757582
5.Golang 问题排查指南 https://juejin.cn/post/7041469280298205198
1.切换到Go 1.18后的第一件事:将interface{}全部替换为any - https://mp.weixin.qq.com/s/9iNYCpDYWWINctqwYLtDPA
2.用Go实现领域驱动设计和六边形架构 - https://medium.com/@TonyBologni/implementing-domain-driven-design-and-hexagonal-architecture-with-go-1-292938c0a4d4
3.webhook是一个轻量级的传入webhook服务器,用于运行shell命令 - https://github.com/adnanh/webhook
4.Go 1.18中的自引用接口 - https://medium.com/@mier85/self-referencing-interfaces-in-golang-1-18-bcd6b5701992
5.Go实现的可以与任何代码分析工具集成的自动代码审查工具 - https://github.com/reviewdog/reviewdog
6.Go事务装饰器 - https://blog.semior.dev/posts/development/2021/12/18/2021-12-18-transaction-decorator/
7.一个用Go泛型实现的实验性数据结构集合 - https://github.com/zyedidia/generic
8.使用Go和SQLite构建生产型应用程序 - https://www.youtube.com/watch?v=XcAYkriuQ1o
9.用Grafana Loki进行日志监控和预警 - https://www.infracloud.io/blogs/grafana-loki-log-monitoring-alerting/
10.用Gloo Edge阻止Log4Shell攻击 - https://www.solo.io/blog/block-log4shell-attacks-with-gloo-edge/
11.停止使用分支来部署到不同的GitOps环境中 - https://medium.com/containers-101/stop-using-branches-for-deploying-to-different-gitops-environments-7111d0632402
12.纯Go实现的Redis测试服务器,用于Go单元测试 - https://github.com/alicebob/miniredis
13.关于Log4j漏洞的一些想法 - https://oracle-base.com/blog/2021/12/19/log4j-vulnerabilities-my-random-thoughts/
一、Go语言中文网
二、亚军进化史
三、k8s技术圈
四、奇伢云存储
五、脑子进煎鱼了
六、网管叨bi叨
七、董泽润的技术笔记
八、Golang技术分享
九、爱因诗贤
十、腾讯云原生
十一、Go招聘
1.Go 1.18beta1 https://go.dev/blog/go1.18beta1
2.Go 中易于使用的 Raft 库,使您的应用程序具有分布式、高可用性和容错性 https://github.com/ksrichard/easyraft
3.Go 实现的开源的、不可变的数据库 immudb https://github.com/codenotary/immudb/tree/v1.2.1
4.Rust vs Go:你应该知道的 8 大核心差异 https://www.javaassignmenthelp.com/blog/rust-vs-go/
5.Go 快速指南:go1.18 特性 https://gocn.vip/topics/20849
-
为什么Go程序不能像C程序那样快速运行? - https://github.com/go101/go101/wiki/Why-can't-Go-programs-run-as-fast-as-C-programs%3F
-
切换到Go 1.18后的第一件事:将interface{}全部替换为any - https://t.zsxq.com/AIyv7Ia
-
为什么编译器函数内联很重要 - https://www.polarsignals.com/blog/posts/2021/12/15/why-compiler-function-inlining-matters/
-
什么时候使用Go泛型 - https://teivah.medium.com/when-to-use-generics-in-go-36d49c1aeda
-
深入剖析全链路灰度技术内幕 - https://mp.weixin.qq.com/s/JklS0ZBNRCEBvLWUOo-UrQ
-
Kubernetes 1.23:双栈IPv4/IPv6、CronJobs、Ephemeral卷 - https://mp.weixin.qq.com/s/JE2hxKfIqRUrVcLiG4b97g
-
不要从微服务开始:单体是你的朋友 - https://arnoldgalovics.com/microservices-in-production/
-
Kubernetes API访问安全加固 - https://goteleport.com/blog/kubernetes-api-access-security
-
2021年最佳代码审查工具调查结果 - https://blog.jetbrains.com/space/2021/12/15/best-code-review-tools/
一、Go语言中文网
二、亚军进化史
三、Golang梦工厂
四、小白debug
五、轩脉刃的刀光剑影
六、脑子进煎鱼了
七、MoeLove
八、Go招聘
九、Golang技术分享
十、董泽润的技术笔记
十一、TechPaper
1.发生即看见,一切可回溯,TiDB Continuous Profiling 应用实践 https://mp.weixin.qq.com/s/61OVu5B9nzCqI-z65NYjRQ
2.直播流媒体网络传输服务 https://github.com/q191201771/lal
3.基于寄存器调用的软件加速 https://gocn.vip/topics/20835
4.Go Ballast 让内存控制更加丝滑 https://gocn.vip/topics/17480
5.Go 并不需要 Java 风格的 GC https://robberphex.com/go-does-not-need-a-java-style-gc/
1.gRPC将继续存在的原因 - https://levelup.gitconnected.com/grpc-part-1-a-case-for-grpc-69592155cfbd
2.GopherCon 2021大会视频 - https://www.youtube.com/watch?v=35eIxI_n5ZM
3.Go中的软件架构:可观察性 - https://www.youtube.com/watch?v=r8JY1AQtkj8
4.Go 语言高性能编程 - https://github.com/geektutu/high-performance-go
5.Kubernetes集群中的灾难恢复 - https://medium.com/@lessandro.ugulino/disaster-recovery-in-the-kubernetes-cluster-31b5c24248e
6.Go 中的阻塞分析 - https://gocn.vip/topics/17448
7.lyft 的线下开发环境秘籍 - https://xargin.com/lyft-offline-env/
8.使用Fiber和minio实现文件上传 - https://dev.to/minhblues/easy-file-uploads-in-go-fiber-with-minio-393c
9.tilt: 开发环境即代码 - https://github.com/tilt-dev/tilt
10.Go实现的轻量级云原生API网关 - https://github.com/Spacewalkio/Helmet
一、Go语言中文网
二、亚军进化史
三、k8s技术圈
四、云影原生
五、Go招聘
六、CloudNativeCommunity
七、打码匠
八、polarisxu
九、网管叨bi叨
十、Golang梦工厂
十一、脑子进煎鱼了
十二、微服务实践
1.尝鲜 Go 1.18 范型版本的 map 和 slice! https://juejin.cn/post/7040800455349239822
2.Go 实现可序列化的 Roaring Bitmaps https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/
3.Go 使用 Github Actions 做 CI https://www.alexedwards.net/blog/ci-with-go-and-github-actions
4.Go 服务无中断重启 https://bunrouter.uptrace.dev/guide/go-zero-downtime-restarts.html#systemd-socket
5.使用 go 实现一个超级 mini 的消息队列 https://juejin.cn/post/7041085344481017887
1.升级到Kubernetes v1.24时会发生什么? - https://jimangel.io/post/dockershim-kubernetes-v1.24/
2.plumber: 一个用于与Kafka、RabbitMQ和其他消息传递系统交互的瑞士军刀CLI工具 - https://github.com/batchcorp/plumber
3.一个新的go raft算法实现 - https://github.com/shaj13/raft
4.Go实现的简单易用的Map Reduce框架 - https://github.com/BWbwchen/MapReduce
5.使用GDB调试Go代码 - https://go.dev/doc/gdb
6.Prometheus + Grafana 实现服务器的可视化 - https://mp.weixin.qq.com/s/8wGnEOu-gWHgxKDSZS2MFg
7.Go语言泛型设计 - https://taoshu.in/go/generics/design.html
8.用 Go + Redis 实现分布式锁 - https://mp.weixin.qq.com/s/k_dX2HF8hTf6XseeeXYivg
9.专访 KubeVela 核心团队:如何简化云原生复杂环境下的应用交付和管理 - https://mp.weixin.qq.com/s/HISIbkhgPgDIIdX10yf_OQ
10.性能调优利器--火焰图 - https://zhuanlan.zhihu.com/p/147875569
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、Golang技术分享
五、网管叨bi叨
六、新亮笔记
七、云加社区
八、行云创新
九、aoho求索
十、码农桃花源
十一、MoeLove
十二、幽鬼
十三、Golang梦工厂
、Go招聘
一、Go语言中文网
二、幽鬼
三、腾讯技术工程
四、云加社区
五、Kubernetes生态圈
六、Golang技术分享
七、Golang梦工厂
八、RememberGo
九、脑子进煎鱼了
十、董泽润的技术笔记
十一、Go招聘
十二、Go生态
-
bob 一个从天上掉下来的构建工具 https://github.com/benchkram/bob
-
hackgo 编译器让 go 添加一个新的关键字 https://avi.im/blag/2021/rc-day-24/
-
一个” 自由 “解析 xml 而不是预定义 struct 的工具 https://github.com/xrfang/fxml
-
一个真开源的 mongodb 的替代者 https://github.com/FerretDB/FerretDB
-
go1.17.5 和 go16.12 发布 安全更新 https://mp.weixin.qq.com/s/gguSdYRkrGH0yD9MwDX4Ew
1.Hugo v0.90.0 发布 https://github.com/gohugoio/hugo/releases/tag/v0.90.0
2.Docker 容器中使用 GPU https://segmentfault.com/a/1190000041090167
3.我好像发现了一个 Go 的 Bug?https://www.cnblogs.com/zhuochongdashi/p/15660936.html
4.Go modules 基础精进,六大核心概念全解析(上)https://segmentfault.com/a/1190000041087597
5.全面解锁 Kubernetes?百度爱番番技术实践全揭秘! https://segmentfault.com/a/1190000041089200
1.快速搭建私有云服务 go-btfs https://gocn.vip/topics/20839
2.基于寄存器调用的软件加速 https://gocn.vip/topics/20835
3.详解布隆过滤器的原理和实现 https://gocn.vip/topics/20832
4.动手实现一个 localcache https://mp.weixin.qq.com/s/ZtSA3J8HK4QarhrJwBQtXw
5.Go:不用标准库如何解压 zip 文件? https://mp.weixin.qq.com/s/gfUfYfK79f8qOKMNl-l8og
1.GopherCon 2021 视频 https://space.bilibili.com/756684/channel/seriesdetail?sid=586416
2.告别 Sidecar-使用 eBPF 解锁内核级服务网格 https://mp.weixin.qq.com/s/W9NySdKnxuQ6S917QQn3PA
3.我为 ent gRPC 插件贡献功能学到的 https://entgo.io/blog/2021/12/09/contributing-my-first-feature-to-ent-grpc-plugin/
4.高性能结构日志库 https://github.com/phuslu/log
5.Phalanx: 基于 Bluge 的云原生全文搜索服务 https://github.com/mosuka/phalanx
1.尝鲜 Go 1.18 范型版本的 map 和 slice! https://juejin.cn/post/7040800455349239822
2.Go 实现可序列化的 Roaring Bitmaps https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/
3.Go 使用 Github Actions 做 CI https://www.alexedwards.net/blog/ci-with-go-and-github-actions
4.Go 服务无中断重启 https://bunrouter.uptrace.dev/guide/go-zero-downtime-restarts.html#systemd-socket
5.使用 go 实现一个超级 mini 的消息队列 https://juejin.cn/post/7041085344481017887
1.使用systemd实现Go应用的零停机时间重启和部署 - https://bunrouter.uptrace.dev/guide/go-zero-downtime-restarts.html#systemd-socket
2.Go vs Node.js:哪个是2022 Web开发的更好选择 - https://www.bacancytechnology.com/blog/golang-vs-node-js
3.带你重走TiDB TPS提升1000倍的性能优化之旅-https://pingcap.com/zh/blog/database-performance-optimisation
4.Hack Go编译器:为Go增加一个新的关键字 - https://avi.im/blag/2021/rc-day-24/
5.GopherCon 2021开幕:Robert Griesemer & Ian Lance Taylor为大家讲解Go泛型 - https://www.youtube.com/watch?v=KepBhuQJT9E
6.在Golang中介绍序列化的roaring bitmap - https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/
7.每个开发者都应该知道的5个Go模块/包 - https://medium.com/golangd/5-golang-modules-packages-that-every-developer-should-know-c945f40ea173
8.如何在gRPC中使用Consul作为主机解析器 - https://hackernoon.com/how-to-use-consul-as-a-host-resolver-in-grpc
9.用不到125行的C语言编写一个简单的16位虚拟机 - https://www.andreinc.net/2021/12/01/writing-a-simple-vm-in-less-than-125-lines-of-c
10.苹果公司开源产品官网 - https://opensource.apple.com/
1.Go中的不可或缺的七种代码模式 - https://betterprogramming.pub/7-code-patterns-in-go-i-cant-live-without-f46f72f58c4b
2.使用Docker容器突破客户端6w可用端口的误区 - https://t.zsxq.com/IEyZnai
3.Go 1.17.5和1.16.12版本发布,修复安全漏洞 - https://groups.google.com/g/golang-announce/c/hcmEScgc00k
4.argo相关的awesome项目 - https://github.com/terrytangyuan/awesome-argo
5.告别 Sidecar—— 使用eBPF解锁内核级服务网格 - https://mp.weixin.qq.com/s/W9NySdKnxuQ6S917QQn3PA
6.用Telegraf Operator扩展Kubernetes监控 - https://www.influxdata.com/blog/expand-kubernetes-monitoring-telegraf-operator/
7.我为Ent的gRPC插件贡献第一个功能时我所学到的东西 - https://entgo.io/blog/2021/12/09/contributing-my-first-feature-to-ent-grpc-plugin/
8.经典旧文:使用外部测试的代码覆盖率 - https://blog.cloudflare.com/go-coverage-with-external-tests/
9.Go教育资源速查表 - https://mehdihadeli.github.io/awesome-go-education/
10.MLOps和DevOps:为什么数据让它与众不同 - https://www.oreilly.com/radar/mlops-and-devops-why-data-makes-it-different/
11.我是如何写这本关于AWS Lambda和Go的书的 - https://www.kevinwmcconnell.com/writing/how-i-wrote-my-book
12.DeepMind发布新AI模型Gopher,其新AI几乎具有高中生的阅读理解能力 - https://deepmind.com/blog/article/language-modelling-at-scale
一、Go语言中文网
二、亚军进化史
三、爱因诗贤
四、polarisxu
五、腾讯技术工程
六、腾讯云原生
七、幽鬼
八、脑子进煎鱼了
九、网管叨bi叨
十、码农桃花源
十一、Go招聘
1.带你重走 TiDB TPS 提升 1000 倍的性能优化之旅 https://gocn.vip/topics/20825
2.Go 不需要 Java 风格的 GC https://itnext.io/go-does-not-need-a-java-style-gc-ac99b8d26c60
3.聊聊 TokenBucket 限流器的基本原理及实现 https://gocn.vip/topics/20824
4.Go - 如何编写 ProtoBuf 插件 (一) https://mp.weixin.qq.com/s/yeqeMNsD0W1aOzK7RZcSIw
5.Go 源码分析:grpc context https://mp.weixin.qq.com/s/HrZxfnerelWEIvrb3-y6Tw
1.如何使用Go泛型 - https://qvault.io/golang/how-to-use-golangs-generics/
2.在下一个项目不使用Go的10个“理由” - https://dev.to/valeriavg/10-reasons-not-to-use-go-for-your-next-project-313i
3.用于Go持续集成的GitHub action工作流程 - https://dev.to/chefgs/github-actions-workflow-for-go-continuous-integration-32id
4.如何在Terraform中开发一个自定义provider - https://www.cncf.io/blog/2021/12/02/how-to-develop-a-custom-provider-in-terraform
5.为什么 Web3 与区块链有关 - https://www.ruanyifeng.com/blog/2021/12/web3.html
6.开始尝试Go范型版本的map和slice - https://zhuanlan.zhihu.com/p/441842452
7.网易云音乐 DBA 谈 TiDB 选型:效率的选择 - https://mp.weixin.qq.com/s/8SHPWEU94b1XnxXTXxkqTQ
8.通过对Zoekt的内存优化,内存使用量减少5倍 - https://about.sourcegraph.com/blog/zoekt-memory-optimizations-for-sourcegraph-cloud/
9.机器学习的解释 - https://mitsloan.mit.edu/ideas-made-to-matter/machine-learning-explained
10.Karpenter:开源的、高性能的Kubernetes集群Autoscaler - https://itnext.io/karpenter-open-source-high-performance-kubernetes-cluster-autoscaler-d56e3ab06aae
一、Go语言中文网
二、新亮笔记
三、TonyBai
四、Golang梦工厂
五、云原生技术爱好者社区
六、腾讯云原生
七、polarisxu
八、Go招聘
九、微服务实践
十、Golang技术分享
十一、奇伢云存储
十二、luozhiyun很酷
一、Go语言中文网
二、亚军进化史
三、幽鬼
四、Go招聘
五、k8s技术圈
六、Golang技术分享
七、
八、CloudNativeCommunity
九、码农桃花源
十、脑子进煎鱼了
十一、Golang梦工厂
1.一种轻量级的 Elasticsearch 替代方案,需要最少的资源 https://github.com/prabhatsharma/zinc
2.详解布隆过滤器原理与实现 https://mp.weixin.qq.com/s/5zHQbDs978OoA3g83NaVmw
3.令人惊叹的软件架构 https://github.com/mehdihadeli/awesome-software-architecture
4.深入 TiDB:解析 Hash Join 实现原理 https://www.luozhiyun.com/archives/631
5.探索、创建和共享技术学习路线图 https://github.com/guyandtheworld/reallyconfused
1.https://mp.weixin.qq.com/s/O-6FdYn2l8hxOfGUUz9CHg grpc context
2.https://mp.weixin.qq.com/s/qvXr7300EX7HrB4KlspPGQ 蚂蚁集团大规模 Sigma 集群 ApiServer 优化实践
3.https://mp.weixin.qq.com/s/qaDfrlc1UR8_q6SGGaGB0Q Go 操作 Kafka 如何保证无消息丢失
4.https://mp.weixin.qq.com/s/T5Kc8vETz7Dmp0KVQP7YNg 看透 Go 对象内部细节的神器
5.https://mp.weixin.qq.com/s/5yf8LNA0zupknZgfhSoI-w 曹大碎碎念之:热门技术的思考
1.Zinc: Go实现的轻量级的ElasticSearch的替代品,需要更少的资源 - https://github.com/prabhatsharma/zinc
2.Go Context使用教程 - https://tutorialedge.net/golang/go-context-tutorial/
3.goose: Go实现的数据库迁移工具 - https://github.com/pressly/goose
4.Go应用中的模式 - https://medium.com/@tranngoclam/patterns-in-go-applications-42dcd10fd0e5
5.Go 1.17.4和1.16.11版本发布! - https://groups.google.com/g/golang-announce/c/Xcefh1Tfj-U/m/vVWkIVTVBwAJ
6.漏桶限流库:uber-go/ratelimit - https://mp.weixin.qq.com/s/q3wRIvoXpnPLPJsDAPTdeA
7.再见Docker桌面,你好Minikube! - https://itnext.io/goodbye-docker-desktop-hello-minikube-3649f2a1c469
8.破解kubernetes节点代理(又称kube-proxy)- https://arthurchiao.art/blog/cracking-k8s-node-proxy/
9.用SIMD指令快速处理CSV(C语言版) - https://nullprogram.com/blog/2021/12/04/
一、Go语言中文网
- Go 泛型包 slices 来了
- Go语言爱好者周刊:第 122 期
- 想学 Rust 但不知道从哪里开始?读读该文
- GoLand 2021.3 正式发布,有哪些新功能?
- Go1.17.4 和 Go1.16.11 发布
- 半小时入门 Rust?是的,你没看错
二、网管叨bi叨
三、Go夜读
四、TechPaper
五、polarisxu
1.使用Go自动生成C4架构图 - https://threedots.tech/post/auto-generated-c4-architecture-diagrams-in-go/
2.使用NATS构建微服务 - https://nats.io/blog/building-scalable-microservices-with-nats/
3.Kubernetes API服务访问安全加固 - https://goteleport.com/blog/kubernetes-api-access-security
4.Go Devroom@FOSDEM 2021视频全集 - https://www.youtube.com/watch?v=O2RB_8ircdE&list=PLvPgJa3brKQZJFlgINzX-XowwzETNJju0
5.链路追踪(Tracing)的前世今生(上) - https://mp.weixin.qq.com/s/HaYWdaBsyQOO7u4wU9ithA
6.Knative如何释放无服务器的力量 - https://mp.weixin.qq.com/s/UWI5PEaBCNXwXpUPWq6cXA
7.与Kubernetes的containerd运行时交互 - https://www.vxav.fr/2021-09-13-interacting-with-containerd-runtime-for-kubernetes/
8.播客:如何用Go编写一个解析器 - https://techpodcast.form3.tech/episodes/ep-22-tech-how-do-interpreters-work-4JYqBPZV
9.hedgedhttp:可减少长尾延迟的http client端 - https://github.com/cristalhq/hedgedhttp
10.Paper Digest:利用AI为每篇论文生成摘要,将paper阅读时间缩短为 3 分钟 - https://www.paper-digest.com/
一、Go语言中文网
二、亚军进化史
三、TonyBai
四、aoho求索
五、章老师说
六、polarisxu
七、幽鬼
八、腾讯技术工程
九、云加社区
十、Go招聘
十一、Golang技术分享
十二、脑子进煎鱼了
1.Go 实现的简单、易用、优雅的开源家庭云系统 CasaOS https://github.com/IceWhaleTech/CasaOS
2.GoLab 会议 2021 播放列表
3.Go 实现的终端用户界面 https://github.com/jesseduffield/lazygit
4.Go 实用函数集合 https://github.com/imbue11235/humanize
5.Go 中的泛型:革命万岁 https://levelup.gitconnected.com/generics-in-go-viva-la-revolution-e27898bf5495
1.Go语言泛型:革命万岁 - https://levelup.gitconnected.com/generics-in-go-viva-la-revolution-e27898bf5495
2.宣布我们与O'Reilly合作的书:Efficient Go! - https://www.bwplotka.dev/2021/efficient-go/
3.我和Knative的故事 - https://salaboy.com/2021/11/30/my-story-with-knative/
4.Kubernetes job: 用例、调度和故障 - https://www.containiq.com/post/kubernetes-jobs
5.用Go更快地提取顶级域名 - https://tech.marksblogg.com/rdns-domain-name-tld-extract-golang.html
6.Knative已申请成为CNCF的孵化项目 - https://knative.dev/blog/steering/knative-cncf-donation/
7.从1年的人工智能研究中获得的100条经验 - https://jetnew.notion.site/100-Lessons-from-1-Year-of-AI-Research-cf431d0f43764750acb83462de06979b
8.一组带有内置本地化功能的实用函数 - https://github.com/imbue11235/humanize
9.你的Kubernetes命名空间在做什么? - https://cloudark.medium.com/whats-cooking-in-your-kubernetes-namespace-9200be114f8
10.你需要等待一些Kubernetes资源 - https://vadosware.io/post/so-you-need-to-wait-for-some-kubernetes-resources/
11.Kubernetes 1.23版本都有哪些新特性 - https://sysdig.com/blog/kubernetes-1-23-whats-new/
一、Go语言中文网
二、码农桃花源
三、k8s技术圈
四、Go招聘
五、网管叨bi叨
六、CloudNativeCommunity
七、MoeLove
八、Golang技术分享
一、Go语言中文网
二、亚军进化史
三、Go招聘
四、polarisxu
五、Gopher指北
六、TechPaper
七、腾讯技术工程
八、幽鬼
九、微服务实践
十、脑子进煎鱼了
十一、网管叨bi叨
十二、Golang技术分享
十三、奇伢云存储
1.一文讲透一致性哈希的原理和实现 https://gocn.vip/topics/17526
2.如何有效控制 Go 线程数? https://mp.weixin.qq.com/s/LV0I2Aq6jLj2io52AFgzXw
3.使用 Prometheus 实现应用监控的一些实践 https://mp.weixin.qq.com/s/VLaJZ3rFcejwiIkbD8oHBg
4.会动的图解 (二) 怎么让 goroutine 跑一半就退出? https://mp.weixin.qq.com/s/KBDXzcPLXFovnuY6WSIdoA
5.我给 ” Go 语言 “ 开发了 6 个在线工具 https://zhuanlan.zhihu.com/p/438165485
1.JetBrains 下一代 IDE fleet 支持 Go https://www.jetbrains.com/fleet/
2.Go 操作 k8s 对象 https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f887
3.GopherCon UK 2021 技术大会视频全集
4.Golang 程序启动过程 https://juejin.cn/post/7035633561805783070
5.我给 ” Go 语言 “ 开发了 6 个在线工具 https://segmentfault.com/a/1190000041034693
-
Go逆向工程入门 - http://www.blackstormsecurity.com/docs/BHACK_2021_ALEXANDREBORGES.pdf
-
惊了!原来Go语言也有隐式转型 - https://t.zsxq.com/E66mEuJ
-
为什么Go不再需要Java风格的GC(中文版) - https://zhuanlan.zhihu.com/p/439334300
-
GoLab 2021大会视频全集 - https://www.youtube.com/watch?v=2FzW6QLrm2s&list=PLGN1AjiJJv0noFge_-nKu95N5Zd1nHpur
-
GO--遵循领域驱动的设计方法 - https://goninja.hashnode.dev/go-following-the-domain-driven-design-approach
-
负载测试普罗米修斯的度量摄取 - https://blog.freshtracks.io/load-testing-prometheus-metric-ingestion-5b878711711ic
-
如何从零设计一款高并发架构 - https://mp.weixin.qq.com/s/FdhEryE1rkcAFMTw8nswkA
-
Web3不是去中心化--它是让加密货币兄弟掌权的伎俩 - https://medium.com/@rossstalker_5939/web3-is-not-decentralisation-its-a-ploy-to-put-crypto-bros-in-charge-c791752e2bb6
-
缓存预热:利用EBS来移动PB级的数据 - https://netflixtechblog.medium.com/cache-warming-leveraging-ebs-for-moving-petabytes-of-data-adcf7a4a78c3
-
不要让互联网欺骗了你,Event Sourcing是很难的 - https://chriskiehl.com/article/event-sourcing-is-hard
1.CasaOS: 一个Go实现的简单、易用、优雅的开源家庭云系统 - https://github.com/IceWhaleTech/CasaOS
2.Go flag包:奇怪但很好? - http://touchlabs.io/blog/the-go-flag-package-strange-but-good
3.GopherCon HK 2021技术大会视频全集 - https://www.youtube.com/watch?v=OVVldYFoITo&list=PLDWZ5uzn69ex0U5MmbKWorsTuVBgUePxw
4.《程序员的大脑》摘要 - https://skarlso.github.io/2021/11/27/summary-of-programmers-brain/
5.在Go中对Kubernetes对象进行的通用处理 - https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f887
6.Go中的channel和死锁 - https://g14a.dev/posts/channels-and-deadlocks/
7.jetbrains的下一代IDE:fleet支持Go - https://www.jetbrains.com/fleet/
8.改变我的软件工程师生涯的五本书 - https://julianogtz.github.io/my-personal-blog/posts/five-books-that-changed-my-career-as-a-software-engineer
9.一文讲透一致性哈希的原理和实现 - https://mp.weixin.qq.com/s/V8nOmxWchnK97aJLEeT6WA
10.边缘上的容器化 - https://mp.weixin.qq.com/s/cG5seANW-pLogghBMVlyjg
11.在Go中使用领域驱动设计(DDD)- https://dev.to/stevensunflash/using-domain-driven-design-ddd-in-golang-3ee5
一、Go语言中文网
二、幼麟实验室
三、MoeLove
四、网管叨bi叨
五、Golang技术分享
六、polarisxu
一、Go语言中文网
二、polarisxu
三、Go招聘
四、TonyBai
五、Golang梦工厂
六、冰岩作坊
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、Gopher指北
五、Go招聘
1.石墨文档 Websocket 百万长连接技术实践 https://mp.weixin.qq.com/s/MUourpb0IqqFo5XlxRLE0w
2.ants:在 Submit 中再调用当前 Pool 的 Submit 可能导致阻塞 https://mp.weixin.qq.com/s/-My5QKNefWsh_sA-Sl63KA
3.我们是如何在项目中抛弃 ORM 的 https://alanilling.com/exiting-the-vietnam-of-programming-our-journey-in-dropping-the-orm-in-golang-3ce7dff24a0f
4.缓存预热:利用 EBS 移动 PB 级数据 https://netflixtechblog.medium.com/cache-warming-leveraging-ebs-for-moving-petabytes-of-data-adcf7a4a78c3
5.Lake:开源的 DevOps 面板 https://github.com/merico-dev/lake
-
带着问题读 TiDB 源码:Hive 元数据使用 TiDB 启动报错 https://gocn.vip/topics/17519
-
env 环境变量获取库(开源推荐)https://gocn.vip/topics/17520
-
在 Go1.18 中实现一个简单的 Result 类型 https://mp.weixin.qq.com/s/MAKcuI6M8xcbP3bSkkimoQ
-
Gio 实战:煮蛋计时器的实现 05 — 重构 https://mp.weixin.qq.com/s/LbtmlYzmW9wKw6m2VyLwXA
-
Golang 日志美化输出-ketty https://studygolang.com/articles/35349#reply0
2.k8s 中的 golang 设计模式 https://aly.arriqaaq.com/golang-design-patterns/
3.使用 go 实现一个玩具版编程语言 https://github.com/CheungChan/duang
4.使用 go 实现 zip unzip 算法 https://notes.eatonphil.com/implementing-zip-in-go-unzipping.html
5.golang1.18 你需要知道的 https://betterprogramming.pub/golang-1-18-what-you-need-to-know-a5701f7e14ab
1.使用Go实现zip文件的解压缩 - https://notes.eatonphil.com/implementing-zip-in-go-unzipping.html
2.基于属性的Go测试 - https://earthly.dev/blog/property-based-testing/
3.通过io.Writer将JPEG转换为JFIF - https://nigeltao.github.io/blog/2021/from-jpeg-to-jfif.html
4.使用Docker Compose构建一键启动的运行环境 - https://mp.weixin.qq.com/s/KVaAQW3LbWeY_ElpRhwDIg
5.石墨文档 Websocket 百万长连接技术实践 - https://mp.weixin.qq.com/s/MUourpb0IqqFo5XlxRLE0w
6.Go设计模式--基于对kubernetes源码的案例研究 - https://titanwolf.org/Network/Articles/Article?AID=4b549eb2-5934-4cbb-a657-fd5d8defe5c0
7.evans: 更具表现力的通用gRPC客户端 - https://github.com/ktr0731/evans
8.tally: uber开源的高性能、支持缓存的分层的统计信息收集接口 - https://github.com/uber-go/tally
9.Go atomic包解析 - https://www.sixt.tech/golangs-atomic
10.通过使用FluentBit收集审计日志,检测Kubernetes API服务器上的恶意行为 - https://falco.org/blog/detect-malicious-behaviour-on-kubernetes-api-server-through-gathering-audit-logs-by-using-fluentbit-part-2/
11.用Containerd在IPFS上进行P2P容器镜像分发 - https://medium.com/nttlabs/nerdctl-ipfs-975569520e3d
1.Go官方放出泛型maps包:golang.org/x/exp/maps - https://cs.opensource.google/go/x/exp/+/master:maps/maps.go
2.Go不需要Java风格的GC - https://erik-engheim.medium.com/go-does-not-need-a-java-style-gc-ac99b8d26c60
3.Go官网golang.org正式重定向到go.dev - https://golang.org
4.懂得Go 1.17新特性:轻松获得5%的性能提升 - https://mp.weixin.qq.com/s/nXF6ctOaGwHFoil2YIMNPg
5.都 2021 年了,对于服务网格,社区到底在讨论什么 - https://mp.weixin.qq.com/s/ZDDC4YAebbdws8Md9zCrqQ
6.在业务系统中寻求技术含量 - https://mp.weixin.qq.com/s/TGpdi0P-jl_8h5BsvHqm_A
7.Kubernetes中的Go设计模式 - https://aly.arriqaaq.com/golang-design-patterns/
8.通过基于寄存器的调用加快Go应用运行速度 - https://menno.io/posts/golang-register-calling/
9.面向容器和 Serverless Computing 的存储创新 - https://mp.weixin.qq.com/s/INrFp_uc-f6S1Ldroo3Xcw
10.雷军做程序员时写的博客,大家学习一下 - https://mp.weixin.qq.com/s/mlJxi5bvhbm4Ju_Wt5mLQw
一、Go语言中文网
二、亚军进化史
三、码农桃花源
四、Go夜读
五、Golang梦工厂
六、脑子进煎鱼了
七、网管叨bi叨
八、Go招聘
1.「GoCN 酷 Go 推荐」chromedp 一期 —— 截图小工具 https://mp.weixin.qq.com/s/pxbR9iK5I6-NJZbSHf9Ecg
2.死锁:并发的阴暗面 https://www.craig-wood.com/nick/articles/deadlocks-in-go
3.万字长文:Go error 处理最佳实践 https://mp.weixin.qq.com/s/XdRe_yOiFGI8NiR9eWLEoQ
4.使用 Go 和 PostgreSQL 编写应用程序 https://henvic.dev/posts/go-postgres
5.Go 新语法挺丑?最新的泛型类型约束介绍 https://mp.weixin.qq.com/s/A1JYIbPmjIpCOg2TAzdcnA
1.微服务治理之如何优雅应对突发流量洪峰 https://gocn.vip/topics/17498
2.【Golang】基于 beego/orm 实现相同表结构不同表名的分表方法实现 https://www.cnblogs.com/voipman/p/15589974.html#at
3.Golang 中 defer Close() 的潜在风险 https://juejin.cn/post/7033373573473370143
4.Go 错误处理 https://juejin.cn/post/7033314733369327652
5.k8s CNI 之 aws vpc-cni 插件源码解析 https://juejin.cn/post/7033412051879854088
1.深入Go基于寄存器的调用规约 - https://menno.io/posts/golang-register-calling/
2.Go 1.18: 你需要知道的事情 - https://betterprogramming.pub/golang-1-18-what-you-need-to-know-a5701f7e14ab
3.基于 gRPC 和 Istio 的无 Sidecar 代理的服务网格 - https://mp.weixin.qq.com/s/aYwo2criOotqNp8lD39QAA
4.ants:在Submit中再调用当前Pool的Submit可能导致阻塞 - https://t.zsxq.com/maUrRNB
5.使用Docker Compose构建一键启动的运行环境 - https://t.zsxq.com/FaYjqV3
6.在我们的Go网络应用程序中建立默认安全的工具 - https://incident.io/blog/safe-by-default
7.基于Go编译器深入研究SSA(静态单一赋值) - https://mattermost.com/blog/diving-into-static-single-assignment-with-the-go-compiler/
8.我从研发数据库产品中学到的42件事 - https://maheshba.bitbucket.io/blog/2021/10/19/42Things.html
9.porto: 自动为包添加vanity import path - https://github.com/jcchavezs/porto
1.play.golang.org迁移到go.dev/play - https://go.dev/play/
2.死锁:并发的黑暗面 - https://www.craig-wood.com/nick/articles/deadlocks-in-go/
3.groot:用Go读取ROOT数据,比ROOT更快 - https://talks.sbinet.org/2021/2021-11-16-ji-groot/talk.slide#1
4.Go的滑动窗口计数器Redis限速实现 - https://www.jdon.com/57707
5.与Docker兼容的containerd CLI,支持Compose, Rootless, eStargz, OCIcrypt, IPFS等 - https://github.com/containerd/nerdctl
6.在Kubernetes上的Elastic Cloud(ECK)上部署Elasticsearch的详细指南 - https://medium.com/99dotco/a-detail-guide-to-deploying-elasticsearch-on-elastic-cloud-on- kubernetes-eck-31808ac60466
7.Go SOLID实战:依赖反转原则 - https://levelup.gitconnected.com/practical-solid-in-golang-dependency-inversion-principle-8cbd4eed484b
8.使用Go和PostgreSQL编写一个应用程序 - https://henvic.dev/posts/go-postgres/
9.无需 Dockerfile 的镜像构建:BuildPack vs Dockerfile - https://mp.weixin.qq.com/s/40soaRJPCOFxjUb8M5FDew
10.使用Open Policy Agent和GitHub action的自动管理文件验证 - https://medium.com/@ravindursr/automated-manifest-file-validation-using-open-policy-agent-and-github-actions-697fa9fd74f0
一、Go语言中文网
二、亚军进化史
三、码农桃花源
四、k8s技术圈
五、CloudNativeCommunity
六、Go招聘
七、微服务实践
八、董泽润的技术笔记
九、MoeLove
十、脑子进煎鱼了
十一、网管叨bi叨
十二、Golang技术分享
十三、Golang梦工厂
1.调试一个奇怪的"找不到文件"的错误 - https://jvns.ca/blog/2021/11/17/debugging-a-weird--file-not-found--error/
2.AWKGo,一个AWK到Go的编译器 - https://benhoyt.com/writings/awkgo/
3.基于Go 1.18泛型实现的一个简单的result类型 - https://csgrinding.xyz/go-result-1/
4.应用不停机发布的思考与初识 - https://mp.weixin.qq.com/s/dt3rfgTHTqWGNYJFaZJ2aA
5.Go播客:聊聊最终一致性 - https://changelog.com/gotime/206
6.万字长文带你入门Istio - https://mp.weixin.qq.com/s/8zTEaqHwPckYdTvRfmxnMw
7.选择Go API框架时需要考虑的4个问题 - https://dev.to/markphelps/4-things-to-consider-when-choosing-a-go-api-framework-4bei
8.Berkeley DB的历史 - https://queue.acm.org/detail.cfm?id=3501713
9.亚马逊Ion是一种丰富的类型、自我描述、分层的数据序列化格式 - https://amzn.github.io/ion-docs/
10.azure上的Cosmos DB漏洞分析 - https://www.wiz.io/blog/chaosdb-explained-azures-cosmos-db-vulnerability-walkthrough
11.Go语言环保程度达标么? - https://hackaday.com/2021/11/18/c-is-the-greenest-programming-language/
12.微服务治理之自适应降载 - https://mp.weixin.qq.com/s/dt3rfgTHTqWGNYJFaZJ2aA
一、Go语言中文网
二、码农桃花源
三、分布式实验室
四、脑子进煎鱼了
五、Golang技术分享
六、云影原生
七、菜鸟Miao
- https://blog.kennycoder.io/2021/09/06/Golang-%E5%B8%B8%E8%A6%8B%E7%9A%84-option-%E8%A8%AD%E8%A8%88%E6%8E%A2%E8%A8%8E/ Golang 中常见的 option 设计探讨
2.https://mp.weixin.qq.com/s/UHKfYNC7c-A40nA4HQQneg Go1.18 快讯:废弃了这个 API
3.https://mp.weixin.qq.com/s/c3NYmCTf8LbakL5ZS1Fv-g TCP 粘包
4.https://mp.weixin.qq.com/s/YI0DSTeXeVxAZcTRM2NNEw Go BalLast
5.https://mp.weixin.qq.com/s/_a5kd6bBMEToCPZNR7D4Pw Go 语言类型可比性
- 曹德旺出资100亿建设福耀科技大学 https://r.coding-space.cn/r/6795
- 清华启动文科博士论文质量全面审查 https://r.coding-space.cn/r/6796
- 公关作秀大王马斯克:支持上班听音乐【潜台词:我是大善人,你们要多买特斯拉,智商税全在里面】 https://r.coding-space.cn/r/6797
- natpass https://r.coding-space.cn/r/6793 新一代NAT内网穿透+shell+vnc工具
- trojan https://r.coding-space.cn/r/6794 GFW库,西渣渣实现的静态库,可以被集成使用
- 子安宣邦的汉字论 https://r.coding-space.cn/r/6798
- 台湾文坛这五年 https://r.coding-space.cn/r/6799
1.整明白 Golang struct 实例化和赋值 https://segmentfault.com/a/1190000040986113
2.Go 语言必须支持多返回值函数,你知道为什么吗?https://blog.csdn.net/nokiaguy/article/details/121410109
3.Go 的 WASM 运行时 https://ggaaooppeenngg.github.io/zh-CN/2021/10/26/Go%E7%9A%84WASM%E8%BF%90%E8%A1%8C%E6%97%B6
4.不要在 Go HTTP 服务器上犯这个错误 https://ryanc118.medium.com/dont-make-this-mistake-with-go-http-servers-bd313baee41
5.什么是 SRE?与 DevOps 相比,到底谁才是真正的王者! https://mp.weixin.qq.com/s/dzo9LgIRJI3bfY3Ty8D7rQ
-
Istio 1.12 发布 - https://mp.weixin.qq.com/s/Q52IQrXxxHEn2c8rkAVTgA
-
Go 1.18将允许你设置"AMD64"架构的目标版本 - https://utcc.utoronto.ca/~cks/space/blog/programming/GoAmd64ArchitectureLevels
-
Go语言的高性能模式 - https://www.dolthub.com/blog/2021-11-12-golang-perf-patterns/
-
Go 1.18 泛型的一些技巧和困扰 - https://mp.weixin.qq.com/s/aI2sNrrue67kMbTythjQiQ
-
meshery: Go实现的服务网格控制平面 - https://github.com/meshery/meshery
-
为带有子命令的CLI编写zsh完成功能 - https://www.dolthub.com/blog/2021-11-15-zsh-completions-with-subcommands/
-
做负载测试时如何少写三倍的Go代码行数 - https://dev.to/tarantool/how-to-write-three-times-fewer-lines-of-code-when-doing-load-testing-9lb
-
全文搜索引擎技术原理入门 - https://mp.weixin.qq.com/s/X6OyBloNreB7eyqIZN3Rsg
-
一篇搞懂容器技术的基石: cgroup - https://zhuanlan.zhihu.com/p/434731896
一、Go语言中文网
二、亚军进化史
三、码农桃花源
四、脑子进煎鱼了
五、polarisxu
六、网管叨bi叨
七、Go招聘
八、微服务实践
1.一篇文章讲清 Go 的内存布局和分配原理 https://mp.weixin.qq.com/s/gCDxWzslfPXayJ_RFQVb7g
2.全面认识 Kubernetes 中如何实现蓝绿部署、金丝雀发布和滚动更新 https://mp.weixin.qq.com/s/6Ko9tqSoyLYElw0TmF5zOw
3.Go Ballast 让内存控制更加丝滑 https://www.cnblogs.com/457220157-FTD/p/15567442.html 4.mutex 诊断 https://mp.weixin.qq.com/s/JadUu7odckhNfcXDULoXVA
5.许式伟:Go+ 1.0 发布 https://juejin.cn/post/7031463181226606606
1.Go五种原子操作用法详解 - https://www.readfog.com/a/1647618448450228224
2.怎样选择编程语言 - https://mp.weixin.qq.com/s/MIVrMf3AgW9jI7MVXZAPXw
3.gRPC的错误处理实践 - https://mp.weixin.qq.com/s/3XLmGAlGDHfarbLyQoAh7Q
4.经典设计模式的Go实现 - https://smartscribs.com/tag/design-patterns/
5.文档化gRPC API - 工具比较 - https://blog.gendocu.com/posts/documenting-grpc/
6.在Go中如何实现优雅退出 - https://rudderstack.com/blog/implementing-graceful-shutdown-in-go
7.数据结构和算法(Golang实现)- https://goa.lenggirl.com/
8.Docker安全最佳实践和速查表 - https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet/
9.计算机科学理论何时变得如此困难? - http://blog.computationalcomplexity.org/2021/11/when-did-computer-science-theory-get-so.html
10.在Twitter实时处理数十亿的事件 - https://blog.twitter.com/engineering/en_us/topics/infrastructure/2021/processing-billions-of-events-in-real-time-at-twitter-
- 市场监管总局:社区团购挤压小摊主就业空间 https://r.coding-space.cn/r/6755
- Xbox发布20周年 https://r.coding-space.cn/r/6756
- yakit https://r.coding-space.cn/r/6752 gRPC集成化单兵安全能力平台
- pwru https://r.coding-space.cn/r/6753 Go语言实现的linux内核网络debug工具
- odyssey https://r.coding-space.cn/r/6754 PostgreSQL可扩展连接池实现
- Nginx渗透 https://r.coding-space.cn/r/6751
- 王坚的云计算 https://r.coding-space.cn/r/6757
- 阿城:很多人在思想上,还不属于现代 https://r.coding-space.cn/r/6758
- 走下坡路的微博 https://r.coding-space.cn/r/6762
- 虫洞可能是穿越时空的可行捷径 https://r.coding-space.cn/r/6763
- docker-qemu-win2000 https://r.coding-space.cn/r/6760 一个Windows2000SP4操作系统docker镜像
- typhon https://r.coding-space.cn/r/6761 Go语言net/http封装包,不再担心忘记调用body.Close()
一、Go语言中文网
二、Go夜读
三、脑子进煎鱼了
四、GoSpring实战
五、网管叨bi叨
六、Golang技术分享
七、Golang梦工厂
八、码农桃花源
九、Go招聘
十、奇伢云存储
十一、腾讯技术工程
1.使用 golang gopacket 实现进程级流量监控 https://mp.weixin.qq.com/s/qEAG4G-wa40iAeUq9NyzaA
2.Go 1.18 支持 amd64 作为架构目标 https://utcc.utoronto.ca/~cks/space/blog/programming/GoAmd64ArchitectureLevels
3.NS 上使用 Go 开发游戏 https://docs.google.com/presentation/d/e/2PACX-1vTMRSmuWjhpOx3DIgetfi72jcOGvlqPU5z0Nps24YN6dxaBbu4dWm0FXS2f--D4G2b1aAvTmfqNA2IG/pub
4.如何维护 Go 项目 https://huseyinbabal.com/2021/11/14/maintainable-go-projects/
5.Go 实现 k-d 树 https://github.com/downflux/go-kd
1.用Go为任天堂Switch开发游戏 - https://docs.google.com/presentation/d/e/2PACX-1vTMRSmuWjhpOx3DIgetfi72jcOGvlqPU5z0Nps24YN6dxaBbu4dWm0FXS2f--D4G2b1aAvTmfqNA2IG/
2.自下而上学习容器:掌握容器基础知识的高效学习途径 - https://iximiuz.com/en/posts/container-learning-path/
3.万字长文带你全面认识 Kubernetes 中如何实现蓝绿部署、金丝雀发布和滚动更新 - https://mp.weixin.qq.com/s/6Ko9tqSoyLYElw0TmF5zOw
4.面向数据的架构 - https://blog.eyas.sh/2020/03/data-oriented-architecture/
5.在Go中测试shell命令 - https://blog.sergeyev.info/golang-shell-commands/
6.在静态生成的网站上使用Cloudflare worker的OAuth - https://abyteofcoding.com/blog/oauth-with-cloudflare-workers-on-a-statically-generated-site/
7.Go中的服务器发送事件 - https://toretto460.github.io/posts/sse/
8.用Semgrep发现goroutine的泄漏 - https://blog.trailofbits.com/2021/11/08/discovering-goroutine-leaks-with-semgrep/
- 传英国将调查英伟达收购Arm交易 https://r.coding-space.cn/r/6747
- 蚂蚁AI首席科学家漆远入职复旦大学 https://r.coding-space.cn/r/6748
- C-interpreter https://r.coding-space.cn/r/6745 一个C语言解释器实现
- wg-meshconf https://r.coding-space.cn/r/6746 WireGuard团队出品的一个网络mesh动态配置系统
- 一次授权引起全域名沦陷 https://r.coding-space.cn/r/6744
一、Go语言中文网
二、polarisxu
三、网管叨bi叨
四、腾讯技术工程
五、幼麟实验室
1.Go 1.18 新特性前瞻:Go 工作区模式 https://tonybai.com/2021/11/12/go-workspace-mode-in-go-1-18/
2.datree: 通过规则验证阻止 K8s 错误配置到达生产环境 https://www.datree.io/
3.使用 Go 和 Pulumi 在 AWS 上实践基础设施即代码 https://dev.to/aws-builders/infrastructure-as-code-on-aws-using-go-and-pulumi-gn5
4.LuaHelper: Go 实现的 Lua LSP https://github.com/Tencent/LuaHelper
5.Go tip 版本的 Playground https://gotipplay.golang.org/
- 1.Go并发编程一年回顾(2021) - https://colobu.com/2021/11/09/the-state-of-go-sync-2021/
- 2.可维护的Go工程 - https://huseyinbabal.com/2021/11/14/maintainable-go-projects/
- 3.Go给所有程序员带来的5点启示 - https://levelup.gitconnected.com/5-lessons-that-golang-teaches-to-all-programmers-71b332504cf2
- 4.详解Go context.Context - https://pauldigian.hashnode.dev/golang-and-context-an-explanation
- 5.Go项目迁移:从 GOPATH 到 go mod - https://mp.weixin.qq.com/s/yk6iXZo_1jfG2LaCerXYXw
- 6.《分布式系统模式》中文版来了 - https://mp.weixin.qq.com/s/sVMoIcQC9sLC9G7yHP41TQ
- 7.Go播客:使用Go进行黑客活动 - https://changelog.com/gotime/205
- 8.无框架编写go web应用教程 - https://github.com/thewhitetulip/web-dev-golang-anti-textbook
- 9.2021年GoLand IDE插件排行榜11强 - https://www.tabnine.com/blog/top-11-goland-ide-plugins-for-2022/
- 10.也许是时候停止推荐《clean code》了 - https://qntm.org/clean
- FBI服务器被黑客攻击 https://r.coding-space.cn/r/6739
- 我无人潜水器和有人潜水器双双同时潜入马里亚纳海沟 https://r.coding-space.cn/r/6740
- 北京证券交易所门牌今日正式吊装 https://r.coding-space.cn/r/6741
- free-font https://r.coding-space.cn/r/6737 2020年最全的免费可商用字体
- GenshinPlayerQuery https://r.coding-space.cn/r/6738 游戏机器人探测系统,识破云玩家
- 如何写好一份“漏洞报告” https://r.coding-space.cn/r/6736
- 我们的先人如何上班 https://r.coding-space.cn/r/6742
- 一种全新的化学吸附模式 https://r.coding-space.cn/r/6743
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、Go招聘
五、Golang梦工厂
六、Golang技术分享
七、polarisxu
八、CloudNativeCommunity
九、腾讯大讲堂
十、阿里技术
1.『每周译 Go』GO 1.18 中即将出现的功能特性 https://mp.weixin.qq.com/s/_CqUZ9Xqx_G1TeQBBNIkgA
2.kratos 漫游指南 - 配置组件的使用 https://mp.weixin.qq.com/s/fu-ryADWQIdMCxXm8j2UJQ
3.推荐结构体字段的重新排列以获取最佳结构大小的 Go 静态分析器 https://github.com/orijtech/structslop
4.Go 源码里的这些 //go: 指令,你知道吗? https://mp.weixin.qq.com/s/7OLTcAGlvCEU3OUfpw5BRA
5.破解 Printf https://philpearl.github.io/post/anathema
- 明天是陀思妥耶夫斯基诞辰200年 https://r.coding-space.cn/r/6709
- 餐饮机器人正在风口 https://r.coding-space.cn/r/6710
- Go https://r.coding-space.cn/r/6707 Go算法集合
- high-performance-go https://r.coding-space.cn/r/6708 Go语言高性能编程,Go语言陷阱
- Go并发编程一年回顾 https://r.coding-space.cn/r/6706
- 陀思妥耶夫斯基主要作品 https://r.coding-space.cn/r/6711
- 张忠谋讲台积电 https://r.coding-space.cn/r/6712
- 过程管理与结果导向 https://r.coding-space.cn/r/6713
一、Go语言中文网
二、网管叨bi叨
三、k8s技术圈
四、Golang梦工厂
五、码农桃花源
六、HHFCodeRv
七、架构之家
八、鸟窝
九、Go招聘
1.『每周译 Go』GO 1.18 中即将出现的功能特性 https://mp.weixin.qq.com/s/_CqUZ9Xqx_G1TeQBBNIkgA
2.kratos 漫游指南 - 配置组件的使用 https://mp.weixin.qq.com/s/fu-ryADWQIdMCxXm8j2UJQ
3.推荐结构体字段的重新排列以获取最佳结构大小的 Go 静态分析器 https://github.com/orijtech/structslop
4.Go 源码里的这些 //go: 指令,你知道吗? https://mp.weixin.qq.com/s/7OLTcAGlvCEU3OUfpw5BRA
5.破解 Printf https://philpearl.github.io/post/anathema
- 1.Go 1.18版本新特性前瞻 - https://sebastian-holstein.de/post/2021-11-08-go-1.18-features/
- 2.在Go中使用dockertest进行集成测试 - https://sergiocarracedo.es/integration-tests-in-golang-with-dockertest/
- 3.Go中的rune数据类型究竟是什么? - https://kvs-vishnu23.medium.com/what-exactly-is-a-rune-datatype-in-go-f652093a88eb
- 4.7种最佳密码学编程语言 - https://www.codecademy.com/resources/blog/programming-languages-for-cryptography/
- 5.structslop是一个Go的静态分析器,它推荐结构字段的重新排列以提供最大的空间/分配效率 - https://github.com/orijtech/structslop
- 6.k8s的分布式块存储系统longhorn成为CNCF孵化器项目 - https://www.cncf.io/blog/2021/11/04/longhorn-brings-cloud-native-distributed-storage-to-the-cncf-incubator/
- 7.kubernetes如何验证自定义资源 - https://danielmangum.com/posts/how-kubernetes-validates-custom-resources/
- 8.用Go判断IP距离你是否很近 - https://github.com/circa10a/go-geofence
- 9.github支持markdown文件的目录功能 - https://github.blog/changelog/2021-04-13-table-of-contents-support-in-markdown-files/
- 10.用Cosign进行无钥匙签名和验证你的容器镜像 - https://www.appvia.io/blog/tutorial-keyless-sign-and-verify-your-container-images
- 东芝正考虑拆成三家公司 https://r.coding-space.cn/r/6702
- 史玉柱:元宇宙有些基础问题需要解决 https://r.coding-space.cn/r/6703
- gitops-engine https://r.coding-space.cn/r/6700 一个GitOps引擎
- quickemu https://r.coding-space.cn/r/6701 一个可以快速启动Windows/macOS/Linux的虚拟机脚本
- 音视频质量检测 https://r.coding-space.cn/r/6698
- IBM《2021云安全威胁态势报告》 https://r.coding-space.cn/r/6699
- 保加利亚二战老兵IliaDeleff https://r.coding-space.cn/r/6704
- 一战以及当时的世界秩序 https://r.coding-space.cn/r/6705
一、Go语言中文网
二、TonyBai
三、Go101
四、Go学堂
五、幼麟实验室
六、polarisxu
1.Go 泛型使用 https://golangnews.com/stories/4652-video-using-generics-in-go
2.Go 提案 runtime/debug:软内存限制 golang/go#48409
3.Go 使用 SSH 和域套接字进行服务 https://medium.com/@johnsiilver/go-using-ssh-and-domain-sockets-for-serving-3a037e00d5a7
4.在 Go 中对依赖图进行排序 https://kendru.github.io/go/2021/10/26/sorting-a-dependency-graph-in-go/
5.Go 使用 GIS https://www.ardanlabs.com/blog/2021/11/gis-in-go.html
-
- k8s上最广泛安装的无服务器层Knative发布1.0版 - https://mp.weixin.qq.com/s/4Q6KysVynMq76tEnmiHDcg
-
- Go高级技巧--用context.Context和channel使同步代码异步化 - https://pauldigian.hashnode.dev/advanced-go-make-synchronous-code-asynchronous-with-contextcontext-and-channels
-
- 破解Printf - https://philpearl.github.io/post/anathema/
-
- 在Go中如果有效组织API选项(option) - https://pthethanh.herokuapp.com/blog/articles/effective-options
-
- tunny: 一个goroutine池实现 - https://github.com/Jeffail/tunny
-
- 多语言算法大全 - https://www.algorithm-archive.org/
-
- Java之父James Gosling:你需要的软件可靠性越高,静态类型语言的帮助就越大 - https://mp.weixin.qq.com/s/zjmtt-PnKj0fIerWHauN3Q
-
- bombardier: Go实现的http压测工具 - https://github.com/codesenberg/bombardier
-
- 字节跳动踩过的Clickhouse的那些坑 - https://mp.weixin.qq.com/s/T2FEyGralguI9cQARgDdyg
-
- GPT-3不再是镇上唯一的游戏了 - https://lastweekin.ai/p/gpt-3-is-no-longer-the-only-game
- NASA将用一艘宇宙飞船撞击一颗小行星 https://r.coding-space.cn/r/6694
- 台积电向美方提交供应链信息 https://r.coding-space.cn/r/6695
- questdb https://r.coding-space.cn/r/6692 一个快速的时序SQL数据库
- mandodb https://r.coding-space.cn/r/6693 从零开始实现一个TSDB
一、Go语言中文网
二、亚军进化史
三、码农桃花源
四、HHFCodeRv
五、Go招聘
六、幽鬼
七、脑子进煎鱼了
八、MoeLove
九、CloudNativeCommunity
十、k8s技术圈
十一、polarisxu
1.Go 的全功能测试框架断言、模拟、输入测试、输出捕获! https://github.com/MarvinJWendt/testza
2.在 Go 项目中可视化嵌入结构图的工具 https://github.com/davidschlachter/embedded-struct-visualizer
3.Go 实现的快速未使用和重复的依赖项检查器 https://github.com/CryogenicPlanet/depp
4.用于 Neo4j 的 Golang 对象图映射器 https://github.com/mindstand/gogm
5.将 Go 结构体转为 HTML 的编码器 https://github.com/DrGrimshaw/gohtml
- 新冠病毒在日本进化出自杀机制 https://r.coding-space.cn/r/6656
- 锂电池之父:锂材料未来十年内或用尽 https://r.coding-space.cn/r/6657
- 百度申请metaapp商标 https://r.coding-space.cn/r/6658
- node-packer https://r.coding-space.cn/r/6654 一个node.js可执行文件打包工具:打包成单个文件
- kerla https://r.coding-space.cn/r/6655 一个Rust实现的操作系统内核:可执行linuxbin文件
- 确定性网络 https://r.coding-space.cn/r/6652
- 98个常见网络概念 https://r.coding-space.cn/r/6653
一、Go语言中文网
二、亚军进化史
三、码农桃花源
四、脑子进煎鱼了
五、网管叨bi叨
六、HHFCodeRv
七、分布式实验室
八、幽鬼
九、Go招聘
1.在 Go 项目中基于本地内存缓存的实现及应用 https://gocn.vip/topics/17441
2.定位并修复 Go 中的内存泄漏 https://gocn.vip/topics/17437
3.Kubernetes 网络方案——炫酷的 Cilium https://zhuanlan.zhihu.com/p/415695076
4.proposal: spec: 禁止在字符串文字中使用 LTR/RTL 字符? golang/go#20209
5.Gopher 圣诞日历 https://golang.christmas/
- 1.Cloudflare是如何构建软件的 - https://blog.cloudflare.com/building-software-at-cloudflare/
- 2.在Go中使用模板组织PostgreSQL代码库 - https://www.migops.com/blog/2021/10/22/organizing-postgresql-codebase-using-templates-in-golang/
- 3.将《算法》第四版中的Java算法实现“翻译”为Go实现 - https://github.com/youngzhu/algs4-go
- 4.MangoDB:MongoDB的的开源替代方案 - https://github.com/MangoDB-io/MangoDB
- 5.关于”木马源”攻击 by russ cox - https://research.swtch.com/trojan
- 6.如何编写一个基于Go/Lambda的Twitter Meme Bot - https://johnjonesfour.com/2021/11/01/go-serverless-twitter-meme-bot/
- 7.将Go值转换为其AST - https://github.com/hexops/valast
- 8.使用Ent Hooks将变化同步到外部数据系统 - https://entgo.io/blog/2021/11/1/sync-to-external-data-systems-using-hooks/
- 9.CNCF发布DevSecOps技术雷达 - https://zhuanlan.zhihu.com/p/413427519
- 10.Devops发展史 - https://mp.weixin.qq.com/s/hJSGAH5I85ZXtYywiBb10g
- SpaceX前高管:马斯克最初对火箭了解不多但学习很快 https://r.coding-space.cn/r/6648
- 钟南山:中国的“零传播政策”是一种低成本的策略(学阀可能只算医学成本,经济损失和生活成本损失不计) https://r.coding-space.cn/r/6649
- Archery https://r.coding-space.cn/r/6646 一个SQL审核查询平台
- rsqlite3 https://r.coding-space.cn/r/6647 一个刚开源的又Rust重构的sqlite3
- 贪婪的多巴胺 https://r.coding-space.cn/r/6650
- CEO对于公司发展的作用 https://r.coding-space.cn/r/6651
一、Go语言中文网
二、脑子进煎鱼了
三、k8s技术圈
四、polarisxu
五、腾讯技术工程
六、幽鬼
七、Golang技术分享
八、Golang梦工厂
九、奇伢云存储
十、Go招聘
1.实战演示 Go 反射的使用方法和应用场景 https://juejin.cn/post/7025523426060140551
2.Kubernetes 网络方案——炫酷的 Cilium https://zhuanlan.zhihu.com/p/415695076
3.使用 TinyGo 做一个钟 http://vay8.net:8081/binary_clock.md
4.Go 语言服务、请求、响应、错误码设计与实现 https://juejin.cn/post/7025223216473833486
5.TCP Keepalive 与 go-rpc 的 tcp 连接 https://segmentfault.com/a/1190000040885321
- 1.Go语言第一课FAQ - https://tonybai.com/go-course-faq
- 2.Go实战SOLOD设计原则之开闭原则 - https://levelup.gitconnected.com/practical-solid-in-golang-open-closed-principle-1dd361565452
- 3.Kubernetes网络方案——炫酷的Cilium - https://zhuanlan.zhihu.com/p/415695076
- 4.Go与Python哪一个是最好的,为什么?- https://techbiason.com/go-vs-python/
- 5.在Kubernetes中使用client-go进行leader选举 - https://medium.com/@mayankshah1607/leader-election-in-kubernetes-using-client-go-a19cbe7a9a85
- 6.使用hashicorp技术栈创建我的个人云 - https://cgamesplay.com/post/2021/10/27/creating-my-personal-cloud-with-hashicorp/
- 7.使用go把一个slice或数组分割成规定数量的块 - https://pauldigian.hashnode.dev/split-a-slice-or-array-in-a-defined-number-of-chunks-in-golang-but-any-language-really
- 8.元宇宙与边缘计算 - https://mp.weixin.qq.com/s/scXJb3gW12fb1WtaJ9iPMQ
- 9.Raspberry Pi Zero 2 W的第一印象 - https://blog.alexellis.io/raspberry-pi-zero-2/
- 10.github上100个最有价值的机器学习项目 - https://www.theinsaneapp.com/2021/09/best-github-repository-for-machine-learning.html
- 11.Meta(原脸书)为社交图谱建立的分布式数据仓库 - https://www.micahlerner.com/2021/10/13/tao-facebooks-distributed-data-store-for-the-social-graph.html
- 12.元宇宙是狗屎 - https://outline.com/DUdr8Y
- 马斯克:60亿美元无法解决全球饥荒 https://r.coding-space.cn/r/6641
- 我国将再造5个天眼 https://r.coding-space.cn/r/6642
- awesome-fenix https://r.coding-space.cn/r/6639 讨论如何构建一套可靠的大型分布式系统
- Open-IM-Server https://r.coding-space.cn/r/6640 由前微信技术专家打造的基于Go实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app
- 反序列化漏洞核心知识 https://r.coding-space.cn/r/6638
一、Go语言中文网
二、亚军进化史
三、Go夜读
四、Go招聘
五、polarisxu
六、云加社区
七、章老师说
八、码农桃花源
九、董泽润的技术笔记
十、吴亲强的深夜食堂
十一、网管叨bi叨
十二、腾讯看点技术
十三、Golang技术分享
1.Go 泛型系列:再简化,省略接口 https://colobu.com/2021/10/24/go-generic-eliding-interface/ 2.Golang 通脉之错误处理 https://www.cnblogs.com/drunkery/p/15464484.html
3.揭秘 Golang 内存管理优化!三色标记法源码浅析 https://mp.weixin.qq.com/s/A2aCo9UYyI3iHCu9nsGrAA
4.GRPC: 基于云原生环境,区分配置文件 https://juejin.cn/post/7022940863688867870
5.译文 如何使用 Go 和 Colly 包构建网页爬虫 https://gocn.vip/topics/17416
- 1.Go语言第一课背后的那些事儿 - https://tonybai.com/2021/10/25/the-things-behind-the-first-lesson-of-go-language
- 2.Go中的map[string]interface{}类型 - https://bitfieldconsulting.com/golang/map-string-interface
- 3.用Go和TensorFlow做图像分类的历程 - https://blog.exceptionerror.io/golang-and-tensorflow-image-classification/
- 4.eBPF如何简化服务网格 - https://thenewstack.io/how-ebpf-streamlines-the-service-mesh/
- 5.模拟低劣的网络连接进行混沌测试,以便你能建立更好的系统 - https://github.com/tylertreat/comcast
- 6.dskit: 分布式系统Go工具包 - https://github.com/grafana/dskit
- 7.Gofire: Go的命令行接口生成工具 - https://github.com/1pkg/gofire
- 8.云原生网关 Kong 源码分析 - https://mp.weixin.qq.com/s/eku0x4Z8XWXCKhE_esweKA
- 9.V神:Layer2是以太坊扩展的未来,是实现以太坊扩容的唯一安全方法 - https://mp.weixin.qq.com/s/CtEHBmw8_bel0R8nc2ZH3Q
- 10.在苹果M1 Max芯片上进行渲染 - https://blog.yiningkarlli.com/2021/10/takua-on-m1-max.html
- 比亚迪半导体分拆上市进程加快 https://r.coding-space.cn/r/6595
- cluster-gateway https://r.coding-space.cn/r/6592 一个基于K8s的apiserver-aggregation实现的多集群API网关
- phf https://r.coding-space.cn/r/6593 一个简单的C/C++/LUA可用的完美哈希函数库
- piv-agent https://r.coding-space.cn/r/6594 一个SSH和GPG代理实现,不依赖PIV硬件设施
- 美团情感分析技术 https://r.coding-space.cn/r/6591
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、码农桃花源
五、微服务实践
六、CloudNativeCommunity
七、k8s技术圈
八、新亮笔记
九、Go招聘
- 1.要学习一种新的语言,请阅读其标准库 - http://patshaughnessy.net/2021/10/23/to-learn-a-new-language-read-its-standard-library
- 2.Whatsapp是如何在只有50名工程师的情况下将用户规模扩大到10亿?- https://www.quastor.org/p/how-whatsapp-scaled-to-1-billion
- 3.实用SOLID: 单一责任原则 - https://levelup.gitconnected.com/practical-solid-in-golang-single-responsibility-principle-20afb8643483
- 4.go-zero实战之blog系统 - https://mp.weixin.qq.com/s/XCm5xTx6dLR3uJFKEFx6Mw
- 5.在azure上使用Go构建无服务应用 - https://docs.microsoft.com/en-us/learn/modules/serverless-go/
- 6.使用Go开发创建一个kube-scheduler插件 - https://medium.com/@juliorenner123/k8s-creating-a-kube-scheduler-plugin-8a826c486a1
- 7.基于Prometheus、InfluxDB与Grafana打造监控平台 - http://dockone.io/article/2434515
- 8.高可用Redis服务架构分析与搭建 - https://mp.weixin.qq.com/s/cqD7vrexNAK-ru00RRqC5g
- 9.无模式、面向文档的流式数据库,为实时监测网络流量而优化 - https://github.com/up9inc/basenine
- 10.代码搜索的未来 - https://changelog.com/founderstalk/81
- 周鸿祎:互联网大佬编程水平,我应该可以排到前三名 https://r.coding-space.cn/r/6588
- thdwb https://r.coding-space.cn/r/6585 一个Go语言实现的浏览器客户端
- bpftrace https://r.coding-space.cn/r/6586 一个linux平台eBPFtracing库
- grpcui https://r.coding-space.cn/r/6587 一个gRPC调试库,可与Postman配合使用
- Go泛型再简化 https://r.coding-space.cn/r/6583
- 红队实战攻防技术 https://r.coding-space.cn/r/6584
一、Go语言中文网
二、GoOfficialBlog
三、章老师说
四、腾讯云监控
五、Kubernetes生态圈
六、章老师说
- 1.用Go解析和显示时间 - https://go-recipes.dev/parsing-and-displaying-time-with-go-a8ee85e23fff
- 2.使用StoryBook与Go服务器端渲染构建UI组件 - https://adrianhesketh.com/2021/10/23/using-storybook-with-go-frontends/
- 3.我养成的快速+高效编程的习惯 - https://cprimozic.net/blog/programming-speed-strategies/
- 4.LFU(Least Frequently Used)缓存的Go实现 - https://acho.arnold.cm/lfu-cache-go/
- 5.一个用Go编写的支持多个交易所的加密货币交易机器人和框架 - https://github.com/thrasher-corp/gocryptotrader
- 6.为Java程序员设计的Go语言教程 - https://www.oreilly.com/library/view/go-for-java/9781484271995/
- 7.一个模拟网络和系统条件的TCP代理,用于混沌和弹性测试 - https://github.com/Shopify/toxiproxy
- 8.Arm架构是云计算的未来吗? - https://thenewstack.io/is-arm-architecture-the-future-of-cloud-computing/
- 9.LeetCode算法的Go参考实现 - https://github.com/aQuaYi/LeetCode-in-Go
- 10.Kubernetes如何简化我们的云和开发平台的 - https://thenewstack.io/how-kubernetes-simplified-our-cloud-and-development-platform/
- 印度版蚂蚁Paytm将要IPO https://r.coding-space.cn/r/6574
- 字节游戏部门面临整体裁员 https://r.coding-space.cn/r/6575
- kafka-ui https://r.coding-space.cn/r/6572 一个有Web界面的kafka管理系统
- wal https://r.coding-space.cn/r/6573 一个Go语言WAL实现
- 超算网络演变:从TCP到RDMA https://r.coding-space.cn/r/6571
- 大神卡马克为Oculus搞了一个新OS https://r.coding-space.cn/r/6576
- 做事的八个建议 https://r.coding-space.cn/r/6577
一、Go语言中文网
二、亚军进化史
三、幽鬼
四、k8s技术圈
五、脑子进煎鱼了
六、HHFCodeRv
七、码农桃花源
八、polarisxu
九、Go招聘
1.Golang 实现的中以隐私为重点的开源客户数据平台 https://github.com/rudderlabs/rudder-server
2.Golang 中你不需要用于文件遍历的库 https://engineering.kablamo.com.au/posts/2021/quick-comparison-between-go-file-walk-implementations
3.为什么你应该在 Go 中使用专用的构造函数 https://web3.coach/golang-why-you-should-use-constructors
4.高性能 Redis-Server 多线程框架,基于 rawepoll 模型 https://github.com/IceFireDB/redhub
5.Go 在 flow 中的开发 https://susamn.medium.com/be-in-the-flow-with-idiomatic-go-development-58058326bffe
- 马斯克有望凭SpaceX成首位万亿美元富豪 https://r.coding-space.cn/r/6550
- 小米汽车变更为台港澳法人独资 https://r.coding-space.cn/r/6551
- 通过大脑植入电极技术西班牙一名盲人成功识别形状和文字 https://r.coding-space.cn/r/6552
- prevent-boss-for-browser https://r.coding-space.cn/r/6547 搜索助手(摸鱼防老板工具)V1.0,一个摸鱼专用的浏览器插件,支持谷歌内核的浏览器(谷歌和edge)
- delta-rs https://r.coding-space.cn/r/6548 一个Rust数据湖库,可以包装成Python和Ruby库
- go-critic https://r.coding-space.cn/r/6549 又一个Go代码格式化工具库
- Oracle等保测评 https://r.coding-space.cn/r/6545
- GCC下使用O3编译的冒泡排序竟然比O2慢 https://r.coding-space.cn/r/6546
- 中国产品出海启示录 https://r.coding-space.cn/r/6553
1.一套优雅的 Go 错误问题解决方案 https://mp.weixin.qq.com/s/RFF2gSikqXiWXIaOxQZsxQ
2.基于 tcpdump 原理手写抓包程序 https://mp.weixin.qq.com/s/8B5sjrufaGWBYgjqvw6GlQ
3.Go 开源说第十七期 分布式事务 DTM https://mp.weixin.qq.com/s/5jAIHaIpO-Dk4F2kJzWQAQ
4.在 GO 中, 你不需要用于文件遍历的开源库 https://engineering.kablamo.com.au/posts/2021/quick-comparison-between-go-file-walk-implementations
5.WebAssembly 能够快速执行的原因 https://zhuanlan.zhihu.com/p/422541443
- 1.Go+ 1.0 发布会干货分享 - https://mp.weixin.qq.com/s/pMRAaqChxj_Aw45EnagoUA
- 2.100秒认识Go语言 - https://www.youtube.com/watch?v=446E-r0rXHI
- 3.寻找并修复Go中的内存泄漏 - https://dev.to/googlecloud/finding-and-fixing-memory-leaks-in-go-1k1h
- 4.Mesh VPN是如何工作的?用Go编写我自己的VPN工具来寻找答案 - https://www.samlewis.me/2021/07/creating-mesh-vpn-tool-for-fun/
- 5.用100行代码学习Go - https://fireship.io/lessons/learn-go-in-100-lines/
- 6.在Go中,你不需要一个库来进行文件遍历 - https://engineering.kablamo.com.au/posts/2021/quick-comparison-between-go-file-walk-implementations
- 7.为什么要在Go中使用专用构造函数 - https://web3.coach/golang-why-you-should-use-constructors
- 8.每个开发者都应避免的Redis反模式 - https://developer.redis.com/howtos/antipatterns/
- 9.RudderStack提供的数据管道可以轻松地从每个应用程序、网站和SaaS平台收集数据 - https://github.com/rudderlabs/rudder-server
一、Go语言中文网
二、亚军进化史
三、无闻是个码痴
四、幽鬼
五、k8s技术圈
六、微服务实践
七、脑子进煎鱼了
八、云原生技术爱好者社区
九、Go招聘
十、Golang梦工厂
- 2008年微软高管劝诫盖茨b不要向女员工发不当电邮 https://r.coding-space.cn/r/6541
- 去肥增瘦降本提效 https://r.coding-space.cn/r/6542
- parca https://r.coding-space.cn/r/6538 一个性能极好的Go语言CPU/Memoryprofile采集库
- System-V https://r.coding-space.cn/r/6539 可在ARM上运行的System-VUNIX内核
- WokerLifeMatters https://r.coding-space.cn/r/6540 各大互联网公司作息统计
- 广告深度预估技术 https://r.coding-space.cn/r/6536
- 用数学符号搞黑产 https://r.coding-space.cn/r/6537
- 印度人吃牛肉 https://r.coding-space.cn/r/6543
- 那时的人皮肤真好啊 https://r.coding-space.cn/r/6544
1.Tailscale 公司的 Go linker 优化 https://tailscale.com/blog/go-linker/
2.Go 一些外部库的性能测试 https://faun.pub/golang-frameworks-and-external-libraries-performace-5c0fb2cbfc4a
3.BFE Ingress Controller 正式发布! https://mp.weixin.qq.com/s/7eia0WM9kbEBXKMPSlOT3A
4.Golang 语言极简 HTTP 客户端 GoRequest https://mp.weixin.qq.com/s/vvzu_KDejpQ4rJUsT2wD_A
5.听说,99% 的 Go 程序员都被 defer 坑过 https://mp.weixin.qq.com/s/1T6Z74Wri27Ap8skeJiyWQ
- 1.使用Go打造下一代替代AWS的公有云平台 - https://github.com/m3o/m3o
- 2.如何在Kubernetes上建立一个零停机时间的应用程序 - https://medium.com/adeo-tech/how-to-build-a-zero-downtime-application-on-kubernetes-9f509fac3eb8
- 3.播客:通用交付引擎 by docker联合创始人 Solomon Hykes - https://changelog.com/shipit/23
- 4.做出让人爱不释手的基础软件:可观测性和可交互性 by pingcap - https://mp.weixin.qq.com/s/WEO1y8vg21CXlix8wO28hw
- 5.时序数据库是如何工作的 - https://www.honeycomb.io/blog/time-series-database/
- 6.2021年排名Top75编程语言大比较 - https://www.ishir.com/blog/36749/top-75-programming-languages-in-2021-comparison-and-by-type.htm
- 7.字节跳动:超复杂调用网下的服务治理新思路 - https://mp.weixin.qq.com/s/qPh40UiPoL2dOfHpkiIaLA
- 8.帮你找到你需要的git命令 - https://gitexplorer.com/
- 9.经典旧文:每个软件工程师应该知道的搜索知识 - https://scribe.rip/p/what-every-software-engineer-should-know-about-search-27d1df99f80d
- 10.在线玩图灵完备测试游戏 - https://turingcomplete.game/
- 公安部:赶紧卸载微粒贷APP https://r.coding-space.cn/r/6532
- 中国航天站已收到17份申请 https://r.coding-space.cn/r/6533
- sumatrapdf https://r.coding-space.cn/r/6530 一个windows平台PDF,EPUB,MOBI,FB2,CHM,XPS,DjVu文件阅读器
- MyTT https://r.coding-space.cn/r/6531 量化工具箱里的瑞士军刀,精炼而高效,它将通达信,同花顺,文华麦语言等指标公式indicators,最简移植到Python中,核心库单个文件,仅百行代码,实现和转换同花顺通达信所有常见指标MACD,RSI,BOLL,ATR,KDJ,CCI,PSY等,全部基于numpy和pandas的函数封装,简洁且高性能,能非常方便的应用在各自股票股市技术分析,股票自动程序化交易,数字货币BTC等量化等领域
- 时序数据压缩解压技术 https://r.coding-space.cn/r/6529
- 同济大学《高等数学》 https://r.coding-space.cn/r/6534
- 年纪大了不抗冻 https://r.coding-space.cn/r/6535
一、Go语言中文网
二、亚军进化史
三、无闻是个码痴
四、幽鬼
五、k8s技术圈
六、微服务实践
七、脑子进煎鱼了
八、云原生技术爱好者社区
九、Go招聘
十、Golang梦工厂
一、Go语言中文网
二、PingCAP
三、k8s技术圈
四、polarisxu
五、Go生态
1.entcache:Ent 的 Cache 驱动 https://entgo.io/blog/2021/10/14/introducing-entcache/
2.从已有数据库中生成 ent schemas https://entgo.io/blog/2021/10/11/generating-ent-schemas-from-existing-sql-databases/
3.Go 中实现更安全枚举类型的几种方法 https://threedots.tech/post/safer-enums-in-go/
4.BunRouter:一个新的高性能 Go 路由库 https://bunrouter.uptrace.dev/
5.Go 实现的 chip8 模拟器 https://github.com/ambertide/chip8
- 1.Go+ 1.0发布:工程开发、STEM教育、数据科学“三位一体” - https://mp.weixin.qq.com/s/U9k7mL8x9e03RFs9eT-FGA
- 2.BFE Ingress Controller正式发布 - https://mp.weixin.qq.com/s/7eia0WM9kbEBXKMPSlOT3A
- 3.为什么Raft协议不能提交之前任期的日志? - https://www.codedump.info/post/20211011-raft-propose-prev-term/
- 4.发布entcache–Ent的高速缓存驱动程序 - https://entgo.io/blog/2021/10/14/introducing-entcache/
- 5.用于Go的Keygen SDK:整合许可证激活和自动更新特性 - https://github.com/keygen-sh/keygen-go
- 6.deckhouse: CNCF认证通过的kubernetes集群管理平台 - https://github.com/deckhouse/deckhouse
- 7.pterm:用于美化控制台输出,100%跨平台兼容 - https://github.com/pterm/pterm
- 8.十亿级流量下,我与Redis时延小突刺的战斗史 - https://mp.weixin.qq.com/s/VO7riyYtFZt4gcQxLI7zmQ
- 9.k8s原生的无服务框架knative即将发布1.0 - https://knative.dev/blog/articles/announcing-knative-1.0/
- 10.nomad与k8s的对比 - https://www.nomadproject.io/docs/nomad-vs-kubernetes
- 新瓜:华为总裁张文林已婚出轨 https://r.coding-space.cn/r/6526
- 奥委会支持世界杯改为两年一届 https://r.coding-space.cn/r/6527
- websocket https://r.coding-space.cn/r/6524 一个fasthttp可用的websocket库
- Windows11Upgrade https://r.coding-space.cn/r/6525 一个win11升级工具包
- Icmp原理及隐蔽攻击技术 https://r.coding-space.cn/r/6523
1.Go 常见错误集锦之切片使用不当会造成内存泄漏的那些场景 https://gocn.vip/topics/17387
2.更快的时间转换 https://philpearl.github.io/post/perf_time/
3.Go 实现高性能负载测试 https://github.com/ddosify/ddosify
4.英文播客- Go 团队是如何运转的 https://changelog.com/gotime/198
5.使用 Go 强行关闭 TCP 连接 https://itnext.io/forcefully-close-tcp-connections-in-golang-e5f5b1b14ce6
- 1.如何使用Go查询Redis中的图数据 - https://developer.redis.com/howtos/redisgraph/using-go/
- 2.goland新特性前瞻 - https://blog.jetbrains.com/go/2021/10/14/goland-2021-3-eap-4-run-targets-improvements-a-template-for-testify-assertions-accessibility-updates/
- 3.容器安全最佳实践终极指南 - https://sysdig.com/blog/container-security-best-practices/
- 4.Go常见框架和外部库的性能表现 - https://faun.pub/golang-frameworks-and-external-libraries-performace-5c0fb2cbfc4a
- 5.k8s cni插件项目Cilium加入CNCF - https://www.cncf.io/blog/2021/10/13/cilium-joins-cncf-as-an-incubating-project/
- 6.用inlets、VPC对等和直接上行链路将服务连接到Kubernetes集群 - https://inlets.dev/blog/2021/10/14/kubernetes-peering.html
- 7.让你的数据库超越单一的Kubernetes集群 - https://thenewstack.io/taking-your-database-beyond-a-single-kubernetes-cluster/
- 8.隔离命名空间的Kubernetes网络策略 - https://loft.sh/blog/kubernetes-network-policies-for-isolating-namespaces
- 9.goreleaser支持生成MacOS Universal Binaries - https://goreleaser.com/customization/universalbinaries/
- 加来道雄:SpaceX已经遥遥领先于蓝色起源 https://r.coding-space.cn/r/6505
- 赵薇夫妇和民生信托那些事 https://r.coding-space.cn/r/6506
- Troy https://r.coding-space.cn/r/6503 特洛伊-免杀webshell生成工具PLUS,适配冰蝎及蚁剑
- woodpecker https://r.coding-space.cn/r/6504 高危漏洞精准检测与深度利用框架
- App合规大全 https://r.coding-space.cn/r/6502
- 法国枪支交易 https://r.coding-space.cn/r/6507
- 鸟儿飞过珠穆朗玛峰 https://r.coding-space.cn/r/6508
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、HHFCodeRv
五、小白debug
六、polarisxu
七、CloudNativeCommunity
八、网管叨bi叨
九、Go招聘
1.「GoCN 酷 Go 推荐」用户态和内核态通信的利器-netlink 库 https://mp.weixin.qq.com/s/YducyKovjUIMUzkfii0Aaw
2.Go 模式:重试 https://debugged.it/blog/go-patterns-retries
3.让我们 “开始” 并使用 gRPC 构建一个应用程序 https://levelup.gitconnected.com/lets-go-and-build-an-application-with-grpc-c5b754400f64
4.Rob Pike: 不建议用泛型修改 go 1.18 标准库 golang/go#48918
5.一个快速响应的聊天机器人 https://github.com/kevwan/chatbot
- 1.Go语言之父Rob Pike昨日发issue:我建议不在Go 1.18的标准库中使用泛型 - golang/go#48918
- 2.Go+脚本版: Go+解释器项目开源 - https://github.com/goplus/igop
- 3.使用Go生成WebAssembly的网络组件 - https://www.bradcypert.com/an-introduction-to-targeting-web-assembly-with-golang/
- 4.Go实现的高性能压测工具 - https://github.com/ddosify/ddosify
- 5.在Go中构建一个容器化的微服务:保姆式指南 - https://www.velotio.com/engineering-blog/build-a-containerized-microservice-in-golang
- 6.初步印象:Windows 11上的WSL2和GoLand - https://dev.to/s0xzwasd/first-glance-wsl2-goland-on-windows-11-26l4
- 7.使用DevSpace进行Kubernetes上的Flask开发 - https://loft-sh.medium.com/python-flask-development-on-kubernetes-with-devspace-e4de37f58706
- 8.服务网格终极指南第二版:下一代微服务开发 - https://mp.weixin.qq.com/s/0KPD9UqUUu6Xien4To0-IA
- 9.纪念C语言之父丹尼斯·里奇逝世10周年:他发明了计算机世界的钢筋水泥! - https://mp.weixin.qq.com/s/TLaLU43YPWczXHK3AF3smg
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、HHFCodeRv
五、polarisxu
六、董泽润的技术笔记
七、k8s技术圈
八、奇伢云存储
九、Go编程点滴
十、Go招聘
1.Go 中的高性能、零分配、动态 JSON 威胁防护 https://github.com/ankur-anand/gojtp
2.golang 从内核到 epoll https://my.oschina.net/lwl1989/blog/5276867
3.Golang 中的实用 DDD:规范 https://levelup.gitconnected.com/practical-ddd-in-golang-specification-6523d14438e6
4.Linux 下使用 GitLab 的 runner 来自动部署 Go 项目 https://segmentfault.com/a/1190000040796973
5.Golang 的 OpenID 连接客户端库 https://github.com/adhocore/goic
- 1.为什么要使用Go进行你的下一个Go web业务应用的开发 - https://dev.to/amelias26018837/why-go-for-golang-web-development-for-your-next-business-application-1jdk
- 2.Go是一门糟糕的语言 - https://debugged.it/blog/go-is-terrible/
- 3.使用Go构建一个gRPC应用 - https://levelup.gitconnected.com/lets-go-and-build-an-application-with-grpc-c5b754400f64
- 4.eBPF在微服务可观察性方面的应用 - https://speakerdeck.com/rakyll/ebpf-in-microservices-observability-at-ebpf-day
- 5.eBPF的初学者网络编程指南 - https://static.sched.com/hosted_files/cloudnativeebpfdayna21/ed/Beginners%20guide%20to%20eBPF%20programming%20for%20networking.pdf
- 6.在Go中定义安全的枚举 - https://threedots.tech/post/safer-enums-in-go/
- 7.告诉你何为go语言 - https://www.freecodecamp.org/news/what-is-go-programming-language/
- 8.rancher-desktop: Docker Desktop的替代品 - https://github.com/rancher-sandbox/rancher-desktop
- 9.基于ANSI输出转换为SVG图片 - https://github.com/wader/ansisvg
- 10.2021年的网络爬虫的状况 - https://mihaisplace.blog/2021/10/03/the-state-of-web-scraping-in-2021/
- 11.从头开始学习神经网络 - https://aegeorge42.github.io/
- 量罪虚拟币交易:挖矿有罪 https://r.coding-space.cn/r/6492
- 俞敏洪辟谣搞钱视频言论:无中生有 https://r.coding-space.cn/r/6493
- zk2etcd https://r.coding-space.cn/r/6490 一款同步zookeeper数据到etcd的工具
- rttr https://r.coding-space.cn/r/6491 一个C++反射库
- 云上 MySQL 运维8个要点 https://r.coding-space.cn/r/6488
- 5G公网专用 https://r.coding-space.cn/r/6489
一、Go语言中文网
二、亚军进化史
三、HHFCodeRv
四、后端研究所
五、Go招聘
六、微服务实践
七、CloudNativeCommunity
八、Golang技术分享
九、董泽润的技术笔记
十、脑子进煎鱼了
十一、Go生态
1.[译] 更快的时间解析 https://colobu.com/2021/10/10/faster-time-parsing/
2.Go1.17.2 发布暨 WebAssembly 入门教程。https://mp.weixin.qq.com/s/9JNyhwZ6Ki8vXdhFBjna_g
3.Go 学习笔记-Go 编译器简介 https://segmentfault.com/a/1190000040792073
4.源码分析 go channel 以及相关的操作 https://juejin.cn/post/7017723784002175006
5.ORM 还是 非 ORM?https://mp.weixin.qq.com/s/IJ4oxnG0HekI_5jXHqzEhg
1.Go是一门了不起的语言 - https://debugged.it/blog/go-is-awesome/
2.Go的错误处理只是增加了噪音–是真的吗? - https://appliedgo.com/blog/go-error-handling-noise
3.parca: 持续性能剖析工具 - https://www.parca.dev/
4.如何在Go中调度一个特定时间的任务 - https://stephenafamo.com/blog/posts/how-to-schedule-task-at-specific-time-in-go
5.强制更改Go标准库的实现 - https://colobu.com/2021/10/06/replace-implementations-in-go-std-libs-at-runtime/
6.Go模式:重试 - https://debugged.it/blog/go-patterns-retries/
7.解读SSH隧道 - https://goteleport.com/blog/ssh-tunneling-explained/
8.tile38: 实时地理空间和地理围栏数据库 - https://github.com/tidwall/tile38
9.为什么考虑托管型(managed)Kubernetes是有意义的? - https://www.weave.works/blog/managed-kubernetes
10.处于十字路口的DevOps:软件交付的未来 - https://thenewstack.io/devops-at-the-crossroads-the-future-of-software-delivery/
11.在苹果Mac M1笔记本电脑上使用虚拟机从头开始学习Linux - https://philsyme.github.io/lfs-tw/
- 因为罚的少美团大幅高开5.47% https://r.coding-space.cn/r/6485
- 法国运营商:华为是最好的 https://r.coding-space.cn/r/6486
- genqlient https://r.coding-space.cn/r/6483 一个类型安全的GraphQLGo语言客户端
- billboard.js https://r.coding-space.cn/r/6484 一个基于D3.js实现的二维图绘制库
- 如何训练大规模神经网络 https://r.coding-space.cn/r/6482
- 核反应在恒星演化中的作用 https://r.coding-space.cn/r/6487
一、Go语言中文网
二、Go招聘
三、k8s技术圈
四、Gopher指北
五、奇伢云存储
六、鸟窝
1.使用 goland 进行 go 源码调试【go 是如何判断结构体实现了 interface 的 https://juejin.cn/post/7016875587792797733 2.C 和 Go 的指针 https://juejin.cn/post/7016624158687805471
3.详解 Go 程序的启动流程,你知道 g0,m0 是什么吗? https://juejin.cn/post/7017009226702651406
4.GRPC: 如何让 gRPC 提供 Swagger UI? https://juejin.cn/post/7017396592428711972
5.Golang 无限开启 Goroutine?该如何限定 Goroutine 数量? https://juejin.cn/post/7017286487502766093
- 1.Tailscale公司的Go linker优化实战 - https://tailscale.com/blog/go-linker/
- 2.我应该使用哪个Go router?(附决策流程图) - https://www.alexedwards.net/blog/which-go-router-should-i-use
- 3.depstat:Kubernetes的go module依赖更新分析器,大型go项目都适用 - https://github.com/kubernetes-sigs/depstat
- 4.不,我们不使用Kubernetes - https://ably.com/blog/no-we-dont-use-kubernetes
- 5.使用Kubernetes Go client库中的informer - http://macias.info/entry/202109081800_k8s_informers.md
- 6.部署到云端的API驱动的应用程序应考虑的安全因素 - https://thenewstack.io/security-considerations-for-api-driven-apps-deployed-to-cloud/
- 7.Go和GraphQL的碰撞:genqlient的幕后故事 - https://blog.khanacademy.org/where-go-and-graphql-collide-behind-the-curtain-with-genqlient/
- 8.需要了解的Kubernetes的顶级开源CI/CD工具 - https://cloud.redhat.com/blog/top-open-source-ci/cd-tools-for-kubernetes-to-know
- 9.我在20年的软件工程师生涯中所学到的20件事 - https://www.simplethread.com/20-things-ive-learned-in-my-20-years-as-a-software-engineer/
- 10.内部专业知识的价值 - https://danluu.com/in-house/
- 11.500行代码实现自动泊车 - https://trekhleb.dev/blog/2021/self-parking-car-evolution/
- 12.像写代码一样写文章 - https://about.sourcegraph.com/blog/dev-tool-time-adam-gordon-bell/
- 发改委:非公有资本不得从事新闻采编播发业务 https://r.coding-space.cn/r/6472
- 东亚人类30万年前已向现代人演化 https://r.coding-space.cn/r/6473
- mongo_fdw https://r.coding-space.cn/r/6470 一个PostgreSQL扩展:实现把MongoDB数据导入PostgreSQL
- pacman.c https://r.coding-space.cn/r/6471 一个C99版本的pacman实现
- 网络中队列的使用 https://r.coding-space.cn/r/6469
- 中国国家气候三十年周期 https://r.coding-space.cn/r/6474
- facebook故障通俗解读 https://r.coding-space.cn/r/6475
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、Go生态
五、Go招聘
六、HHFCodeRv
七、k8s技术圈
八、Go夜读
九、薯条的编程修养
十、董泽润的技术笔记
1.使用 Go 语言在图片中隐藏 Shellcode https://mp.weixin.qq.com/s/lAO9TjEPpfarSgMzQBY4Tw
2.了解 go-micro 中的 transport https://juejin.cn/post/7012585167889891359
3.你想知道的 Go 泛型都在这里 https://mp.weixin.qq.com/s/ZmKnD53xKyQWwuj64rL_7A
4.Go 单测从零到溜系列—4.使用 monkey 打桩 https://mp.weixin.qq.com/s/NVW5Tq8BKNv9XSFHaV1ZjA
5.用 Go 构建不可变的数据结构 https://mp.weixin.qq.com/s/_uSN003FGtuuA4KQ-H1lzQ
1.详解即将于Go 1.18加入的Go泛型特性 - https://bitfieldconsulting.com/golang/generics
2.使用IPFS构建Go应用的快速入门 - https://bartlomiejmika.com/post/2021/quickstart-to-building-golang-apps-using-ipfs/
3.Go DDD实战:Factory - https://levelup.gitconnected.com/practical-ddd-in-golang-factory-5ba135df6362
4.字节跳动是怎么做全链路压测的 - https://mp.weixin.qq.com/s/4DHwFBxiI9C8YH5FjbCkSw
5.如何编写你自己的Go module proxy - https://betterprogramming.pub/how-to-write-your-own-go-module-proxy-ed2d861c577a
6.使用Go与web技术创建桌面应用 - https://github.com/wailsapp/wails
7.chore: 一个优雅而简单的工具,用于在远程服务器上执行普通任务 - https://github.com/AhmadWaleed/chore
8.go-stash: logstash的替代品,性能是后者5倍 - https://github.com/tal-tech/go-stash
9.在线免费的Istio中文基础教程上线 - https://mp.weixin.qq.com/s/CrxMKGqXZF4Rw_Z2DKmFNw
10.Scala与Go的对比 - https://itnext.io/scala-vs-go-3e2e52f19de
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、新亮笔记
五、HHFCodeRv
六、Go招聘
七、网管叨bi叨
八、董泽润的技术笔记
九、TonyBai
十、polarisxu
十一、BFE开源项目
十二、Golang技术分享
十三、腾讯云原生
十四、腾讯技术工程
1.Go map 如何缩容? https://mp.weixin.qq.com/s/Slvgl3KZax2jsy2xGDdFKw
2.聊聊如何解决 MySQL 深分页问题 https://juejin.cn/post/7012016858379321358
3.gRPC 客户端的那些事儿 https://tonybai.com/2021/09/17/those-things-about-grpc-client/
4.MySQL 8.0:新的身份验证插件 https://segmentfault.com/a/1190000040733952
5.Golang 强行关闭 TCP 连接 https://itnext.io/forcefully-close-tcp-connections-in-golang-e5f5b1b14ce6
- 1.gRPC服务的响应设计 - https://t.zsxq.com/fIAEyZz
- 2.使用SPIFFE/SPIRE实现云原生工作负载身份识别 - https://thenewstack.io/the-rise-of-workload-identity-in-cloud-native-with-spiffe-spire/
- 3.使用ICMP协议隐匿数据传输的go程序 - https://www.kitploit.com/2021/09/queensono-golang-binary-for-data.html
- 4.Go和JSON:标签、空字符串和nil值 - https://www.gophp.io/go-and-json-tags-empty-strings-and-nil-values/
- 5.简化Go json处理 - https://alanstorm.com/simplified-json-handling-in-go/
- 6.使用GitHub Actions、Helm和Kubernetes的多平台Go应用的CI/CD - https://itnext.io/ci-cd-for-a-multi-arch-go-application-using-github-actions-docker-buildx-helm-and-kubernetes-f415a42b2c82
- 7.云计算的7个好处 - https://www.codecademy.com/resources/blog/7-benefits-of-cloud-computing/
- 8.密切关注你的控制平面对于确保你的自我管理的OpenShift容器平台的高可用性和健康 - https://www.dynatrace.com/news/blog/keeping-an-eye-on-your-control-plane-is-critical-to-ensuring-the-high-availability-and-health-of-your-self-managed-openshift-container-platform/
- 9.K0s作为轻量级的Kubernetes发布版,旨在缓解物联网安全挑战 - https://www.mirantis.com/blog/k0s-as-a-lightweight-kubernetes-distro-designed-to-mitigate-iot-security-challenges/
- 10.如何在2021年提高生产力 - 最佳技巧和窍门 - https://clickup.com/blog/how-to-be-more-productive/
- 11.如何获取客户端真实 IP?从Gin的一个”Bug”说起 - https://mp.weixin.qq.com/s/C-Xf6haLrOWkmBm2lRTdEQ
- 30年内中国出不了第二个杨振宁了 https://r.coding-space.cn/r/6386
- 八卦:马斯克和Grimes处于“半分离”状态 https://r.coding-space.cn/r/6387
- Linux基金会发布《2021开源职业报告》 https://r.coding-space.cn/r/6388
- XVulnFinder https://r.coding-space.cn/r/6384 Java静态代码安全审计工具,使用JavaParser项目做语法分析,计划支持常见的Web漏洞与组件漏洞
- awesome-crawler https://r.coding-space.cn/r/6385 一个爬虫列表清单,包含各种语言实现
- SRv6与5G技术 https://r.coding-space.cn/r/6383
- 中学毕业的哈佛教授埃里克森 https://r.coding-space.cn/r/6389
- 弗洛伊德小传 https://r.coding-space.cn/r/6390
一、Go语言中文网
二、Go夜读
三、polarisxu
四、
五、Gopher指北
六、网管叨bi叨
七、Go招聘
1.推荐一个 Go GUI 实战项目 https://mp.weixin.qq.com/s/gkWwNovhppWBOc35Buo7Qw
2.推荐一款超实用的查看容器系统资源真实使用情况的工具 topic https://mp.weixin.qq.com/s/B5yD5XXyWHfVEdeXgnbL8Q
3.一文搞懂 Kubernetes 中数据包的生命周期 https://mp.weixin.qq.com/s/SqCwa069y4dcVQ1fWNQ0Wg
4.【Go 进阶—数据结构】Channel https://segmentfault.com/a/1190000040734748
5.发票总库 DDD 实践 https://mp.weixin.qq.com/s/8nSxM5lDOzexFBNErdbjWg
1.使用Go实现Raft系列(译文版) - https://www.yuque.com/chenjiayang/blog/hr107g
2.比较Kotlin和Go对monkey语言的实现2:性能部分 - https://medium.com/@mario.arias.c/comparing-kotlin-and-go-implementations-of-the-monkey-language-ii-raiders-of-the-lost-performance-b9aa09945281
3.Go泛型版本排序比标准库sort.Int快3倍 - golang/go#47619 (comment)
4.将Go并发模式应用于数据管道 - https://medium.com/amboss/applying-modern-go-concurrency-patterns-to-data-pipelines-b3b5327908d4
5.Go播客:Go工具链团队访谈 - https://changelog.com/gotime/198
6.Go逃逸分析 - https://mayurwadekar2.medium.com/escape-analysis-in-golang-ee40a1c064c1
7.从DevOps发展角度看应用架构的演进 - https://mp.weixin.qq.com/s/A-qsWU6aURcPUSbhjLohwg
8.Linux三十而立:它对Kubernetes、云和边缘的影响 - https://thenewstack.io/linux-at-30-its-impact-on-kubernetes-cloud-and-edge/
9.eBPF如何帮助Facebook实现L7代理的零停机重启以及无状态、一致的负载平衡 - https://linuxplumbersconf.org/event/11/contributions/950/attachments/889/1704/lpc_from_xdp_to_socket_fb.pdf
10.云原生技术赋能联邦学习 - https://mp.weixin.qq.com/s/tl362IJVqezmjPzQe4ZN9Q
- 阿里亏损20多亿退出芒果超媒 https://r.coding-space.cn/r/6380
-
squangle https://r.coding-space.cn/r/6378 一个Mysql客户端C++封装包
-
watchman https://r.coding-space.cn/r/6379 facebook开源的文件看门狗:监控文件的一切event
- 防御社工的5个技巧 https://r.coding-space.cn/r/6376
- JBoss攻防 https://r.coding-space.cn/r/6377
一、Go语言中文网
二、亚军进化史
三、Go生态
四、脑子进煎鱼了
五、Golang梦工厂
六、光谷码农
七、HHFCodeRv
八、polarisxu
九、李文周
十、Go招聘
1.Go 实现关于 Web 应用程序的单点登录多因素门户 https://github.com/authelia/authelia
2.ffmpeg-to-webrtc 演示了如何使用 Go 实现的 pion 将视频从 ffmpeg 发送到您的浏览器 https://github.com/ashellunts/ffmpeg-to-webrtc
3.简单、零依赖的 Go 调度库 https://github.com/reugn/go-quartz
4.在 Go 中实现通用过滤器功能 https://preslav.me/2021/09/22/implementing-a-generic-filter-function-in-golang/
5.Go 实现的用于安全拆分和分发您的私钥的实验性工具 https://github.com/Dentrax/cocert
- 1.驯服Go的内存使用:我们如何避免用Rust重写我们的客户端 - https://www.akitasoftware.com/blog-posts/taming-gos-memory-usage-or-how-we-avoided-rewriting-our-client-in-rust
- 2.受java quartz启发实现的零依赖go调度库 - https://github.com/reugn/go-quartz
- 3.使用go泛型语法实现的切片过滤函数 - https://preslav.me/2021/09/22/implementing-a-generic-filter-function-in-golang/
- 4.Node.js与Go,哪门语言更好:在6个关键领域进行比较 - https://qvault.io/golang/node-js-vs-go/
- 5.为你的内部Tailscale服务提供TLS证书 - https://tailscale.com/blog/tls-certs/
- 6.在不受信任的网络中安全地分割和分发你的私钥 - https://github.com/Dentrax/cocert
- 7.在Go中安全集成断路器 - https://dev.to/he110/circuitbreaker-pattern-in-go-43cn
- 8.Kubernetes网络策略:真的管用么?- https://medium.com/codex/kubernetes-network-polices-are-they-really-useful-c3a153c49316
- 9.pprofutils:用于pprof文件的“瑞士军刀” - https://github.com/felixge/pprofutils
- 10.机器学习的第一条规则 - https://eugeneyan.com/writing/first-rule-of-ml/
- 11.揭穿10倍软件工程师的神话 - https://www.swarmia.com/blog/busting-the-10x-software-engineer-myth
- 对冲基金看好阿里巴巴 https://r.coding-space.cn/r/6366
- 中秋假期电影市场低迷 https://r.coding-space.cn/r/6367
- goscript https://r.coding-space.cn/r/6364 一个比较有意思的尝试性项目:把Go语言当做脚本语言在Rust平台执行
- lume https://r.coding-space.cn/r/6365 一个Js语言3D引擎
- 把娃当学生带,把学生当娃养 https://r.coding-space.cn/r/6368
- 章开沅:抗战时在重庆的船工生涯 https://r.coding-space.cn/r/6369
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、码农桃花源
五、Rust编程指北
六、CloudNativeCommunity
七、Go招聘
八、轩脉刃的刀光剑影
九、微服务实践
十、Golang技术分享
1.行为准则更新 https://go.dev/blog/conduct-2021
2.在 Go 中使用 Failpoint 注入故障 https://www.luozhiyun.com/archives/595
3.日志库输出策略的设计模式小考 https://zhuanlan.zhihu.com/p/411747859
4.驯服 go 内存使用,避免用 rust 重写 https://www.akitasoftware.com/blog-posts/taming-gos-memory-usage-or-how-we-avoided-rewriting-our-client-in-rust
5.go-test-trace: 测试时生成 tracing https://github.com/rakyll/go-test-trace
一、Go语言中文网
二、polarisxu
三、网管叨bi叨
四、k8s技术圈
五、luozhiyun很酷
六、Gopher指北
七、幼麟实验室
八、Go招聘
1.讨论 Go 标准库 API 如何支持泛型 golang/go#48287
2.Go 实践 DDD 领域驱动设计系列文章 https://levelup.gitconnected.com/practical-ddd-in-golang-aggregate-de13f561e629
3.Golang 五种原子性操作的用法详解 https://mp.weixin.qq.com/s/W48sjzxwjPYKgcY8DavBYA
4.Go 1.18 合并对 Fuzz 测试原生支持的代码 https://github.com/golang/go/commit/6e81f78c0f1653ea140e6c8d008700ddad1fa0a5
5.Capoae 恶意软件利用软件漏洞安装 Go 挖矿程序 https://thehackernews.com/2021/09/new-capoae-malware-infiltrates.html
- 1.Go 1.18合并了对Fuzz测试原生支持的代码 - https://github.com/golang/go/commit/6e81f78c0f1653ea140e6c8d008700ddad1fa0a5
- 2.Go DDD实战:Aggregate - https://levelup.gitconnected.com/practical-ddd-in-golang-aggregate-de13f561e629
- 3.高度可定制和轻量级的Go CLI应用框架 - https://github.com/SuperPaintman/nice
- 4.混淆go构建 - https://github.com/burrowers/garble
- 5.深入了解goroutine的泄漏和避免泄漏的最佳做法 - https://mourya-g9.medium.com/deep-dive-on-goroutine-leaks-and-best-practices-to-avoid-them-a35021383f64
- 6.opentelemetry-go发布v1.0.0 - https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.0.0
- 7.阅读代码是一种技能 - https://trishagee.com/2020/09/07/reading-code-is-a-skill/
- 8.我创办SaaS公司的经历 - https://blog.airplane.dev/i-started-a-saas-company-in-2013-and-2021-heres-how-its-changed/
- 9.用Snappy的S2扩展来加快压缩速度 - https://tech.marksblogg.com/snappy-s2-compression-golang.html
- 微信:一对一聊天可访问外部链接 https://r.coding-space.cn/r/6338
- 滴滴败亡之兆:橙心优选大撤退 https://r.coding-space.cn/r/6339
- gobang https://r.coding-space.cn/r/6336 一个Rust实现的命令行跨平台关系数据库管理平台
- CPP-Templates https://r.coding-space.cn/r/6337 《C++Templates第二版》中文翻译
- 云安全成熟度曲线 https://r.coding-space.cn/r/6335
一、Go语言中文网
二、亚军进化史
三、polarisxu
四、TechPaper
五、Go招聘
六、董泽润的技术笔记
七、吴亲强的深夜食堂
1.使 go 的数据库测试更容易的工具https://github.com/RussellLuo/dbtest
2.asm 库提供优化的算法以利用 CPU 的特性 https://github.com/segmentio/asm
3.golang 源码分析:sarama kafka client(part I:生产者) https://mp.weixin.qq.com/s/he5cfeJyUDn2YjmgOOGp-w
4.在 Go 中数据的提取、转换和加载 https://www.ardanlabs.com/blog/2021/09/extract-transform-load-in-go.html
5.C/C++ 调用 golang 函数,golang 回调 C/C++ 函数 https://blog.51cto.com/u_15343979/3817251
- 1.那些没有结果的Go错误处理提案集合 - https://seankhliao.com/blog/12020-11-23-go-error-handling-proposals/
- 2.使用Gio构建一个图形界面 - https://jonegil.github.io/gui-with-gio/
- 3.理解Go语言的多态 - https://sagarsonwane230797.medium.com/understanding-polymorphism-in-go-d704944e9816
- 4.举例说明如何在Go中使用Context –取消、超时和值 - https://www.sohamkamani.com/golang/context-cancellation-and-values/
- 5.Go GraphQL 101入门指南 - https://programmingpercy.tech/blog/using-graphql-in-golang/
- 6.Go发疯系列:无尽的错误处理 - https://jesseduffield.com/Gos-Shortcomings-1/
- 7.让Go中的错误处理变得更加强大 - https://medium.com/codealchemist/error-handling-in-go-made-more-powerful-ce164c2384ee
- 8.Go是什么?我应该用它来实现我的后端吗? - https://blog.skyegill.com/what-is-golang
- 9.dbtest: 简化Go语言DB测试的工具 - https://github.com/RussellLuo/dbtest
- 10.基于DevOps的开源治理 - https://mp.weixin.qq.com/s/2L-IgI0Dom0RmH0RXCCHbQ
- 11.不要建立一个通用的API来支持你自己的前端 - https://max.engineer/server-informed-ui
- 中国工业机器人密度达187台/万人 https://r.coding-space.cn/r/6309
- 荷兰判决uber司机是正式雇员 https://r.coding-space.cn/r/6310
- ebpf https://r.coding-space.cn/r/6307 eBPF概念Go语言库实现
- Digital-Privacy https://r.coding-space.cn/r/6308 一个关于数字隐私搜集、保护、清理集一体的方案,外加开源信息收集(OSINT)对抗
- 数据中心数据质量线上监控 https://r.coding-space.cn/r/6306
- Golang 正在接管软件行业 https://r.coding-space.cn/r/6311
- 日本东北大学江刺正喜教授 https://r.coding-space.cn/r/6312
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、polarisxu
五、GoOfficialBlog
六、李文周
七、Go招聘
- 1.如何成为一名Go开发人员:总共分六步 - https://betterprogramming.pub/how-to-become-a-golang-developer-a-6-step-career-guide-ce8274dd0eb3
- 2.Go是值传递的–但它可能并不总是感觉如此 - https://neilalexander.dev/2021/08/29/go-pass-by-value.html
- 3.Go中的一个讨厌的未定义时区行为 - https://www.dolthub.com/blog/2021-09-03-golang-time-bugs/
- 4.使用PACT和Go进行契约测试的终极指南 - https://medium.com/nerd-for-tech/the-ultimate-guide-for-contract-testing-with-pact-and-go-177b4af13700
- 5.Go DDD实战:module - https://levelup.gitconnected.com/practical-ddd-in-golang-module-51edf4c319ec
- 6.使用ent生成openapi规范 - https://entgo.io/blog/2021/09/10/openapi-generator/
- 7.一组用于go的优化汇编语言包 - https://github.com/segmentio/asm
- 8.油管视频:Go接口的威力 - https://www.youtube.com/watch?v=TRoRluGIixs
- 9.监控kubernetes job - https://itnext.io/monitoring-kubernetes-jobs-8adc241a7b60
- 10.轻量级、基于CRD的kubernetes的envoy控制平面 - https://github.com/3scale-ops/marin3r
- 11.GitHub Codespaces VS Gitpod - 全栈开发向云端转移 - https://www.freecodecamp.org/news/github-codespaces-vs-gitpod-cloud-based-dev-environments/
- 阿里x性侵案张某妻子:弱势群体不能只看性别 https://r.coding-space.cn/r/6303
- 福建delta病毒扩散到厦门 https://r.coding-space.cn/r/6304
- GoWebSSH https://r.coding-space.cn/r/6301 一个Go实现的一个WebSSH,支持文件上传下载
- linux-insides-zh https://r.coding-space.cn/r/6302 一系列关于Linux内核和其内在机理的帖子
- 有赞低代码平台 https://r.coding-space.cn/r/6300
- 梁思成诞辰120周年 https://r.coding-space.cn/r/6305
一、Go语言中文网
二、亚军进化史
三、k8s技术圈
四、Go生态
五、Go招聘
六、微服务实践
七、董泽润的技术笔记
八、技术岁月
九、脑子进煎鱼了
十、Golang梦工厂
十一、Golang技术分享
十二、奇伢云存储
1.为忙碌开发者准备的 Go 语言性能分析、追踪和可观测性指南 https://gocn.vip/topics/12544
2.Go 语言高性能图像处理神器 h2non/bimg https://gocn.vip/topics/12543
3.一个实验带你真正搞懂 Go 结构体方法指针和值的区别 https://juejin.cn/post/7007438001181556773
4.云原生应用发布组件 Triton 开源之旅 https://mp.weixin.qq.com/s/c0tFZ3yiDxFi6uuu77X65g
5.Go 系列:语法糖和比较规则 https://juejin.cn/post/7006642121176252423
- 郑州40万辆泡水车多渠道流向市场 https://r.coding-space.cn/r/6296
- 米国法官裁定苹果公司强迫开发者使用应用内支付 https://r.coding-space.cn/r/6297
- scala_coding_convention https://r.coding-space.cn/r/6294 Scala编码规范与最佳实践
- chinese-copywriting-guidelines https://r.coding-space.cn/r/6295 中文文案排版指北
- 微软与美国大公司组织模型 https://r.coding-space.cn/r/6293
- 耗散时间晶体被发现 https://r.coding-space.cn/r/6298
- 管金生和跳楼以及逃跑的A股枭雄们 https://r.coding-space.cn/r/6299
一、Go语言中文网
二、奇伢云存储
三、网管叨bi叨
四、云影原生
五、luozhiyun很酷
六、Go招聘
1.检查内存常用的命令 https://juejin.cn/post/7006950034935660574
2.order by 是如何工作的? https://juejin.cn/post/7006957833996468260
3.处理过载 https://sre.google/sre-book/handling-overload/#eq2101
4.Golang 强行关闭 TCP 连接 https://itnext.io/forcefully-close-tcp-connections-in-golang-e5f5b1b14ce6
5.有效地使用接口改进你的代码 https://redbeardlab.com/2021/09/11/advanced-go-improve-your-code-using-interfaces-effectively/
- 1.gRPC客户端的那些事儿 - https://t.zsxq.com/RnIuRfE
- 2.Go核心团队发起的关于修订doc comment格式的讨论 - golang/go#48305 (comment)
- 3.功能齐全、符合HTML5规范的服务器发送事件库 - https://github.com/tmaxmax/go-sse
- 4.可在设备之间轻松加密共享文件、文件夹和文本的跨平台程序 - https://github.com/Jacalz/wormhole-gui
- 5.go-pry: Go的交互式REPL工具 - https://github.com/d4l3k/go-pry
- 6.inlets之旅:为云而建的隧道 - https://blog.zespre.com/inlets-the-cloud-native-tunnel.html
- 7.高级Go: 有效利用接口改进你的代码 - https://pauldigian.hashnode.dev/advanced-go-improve-your-code-using-interfaces-effectively
- 8.用WasmEdge中的嵌入式WebAssembly函数扩展你的Go应用程序 - https://dzone.com/articles/golang-app-with-embedded-webassembly-functions-wasmedge
- 9.如何在WSL2下安装和设置Go开发环境 - https://medium.com/@benzbraunstein/how-to-install-and-setup-golang-development-under-wsl-2-4b8ca7720374
- 10..NET开发者的Go入门指南 - https://www.c-sharpcorner.com/article/getting-started-with-golang-for-net-developers/
- 360一致行动人抛售股票市值暴跌3500亿 https://r.coding-space.cn/r/6289
- 联合国承认4月曾被黑客入侵 https://r.coding-space.cn/r/6290
- convertible_bond https://r.coding-space.cn/r/6287 基于集思录数据的可转债双低轮动标的自动计算
- ethereum_book https://r.coding-space.cn/r/6288 精通以太坊(中文版)
- 美国联邦政府零信任战略 https://r.coding-space.cn/r/6286
- 达尔文与马克思 https://r.coding-space.cn/r/6291
- 耶鲁中国史大家史景迁 https://r.coding-space.cn/r/6292
一、Go语言中文网
二、亚军进化史
三、k8s技术圈
四、HHFCodeRv
五、网管叨bi叨
六、polarisxu
七、码农桃花源
八、Go生态
九、Go招聘
- 1.腾讯开源Go语言实现的百万级服务发现和治理中心北极星 - https://mp.weixin.qq.com/s/YP8aXGwd_vyYSgL8QyomvQ
- 2.使用Go构建实时机器学习系统的方法考量 - https://towardsdatascience.com/approaches-for-building-real-time-ml-systems-79ea0e340269
- 3.spice.ai: Go实现的开源的用于时序数据机器学习与深度学习的运行时 - https://blog.spiceai.org/posts/2021/09/07/introducing-spice.ai-open-source-time-series-ai-for-developers/
- 4.DIY Go调试器 - https://poonai.github.io/posts/how-debuggers-works-part1/
- 5.以零分配的方式调度函数调用 - https://golang.design/research/zero-alloc-call-sched/
- 6.Docker是如何一分为二的 - https://www.infoworld.com/article/3632142/how-docker-broke-in-half.html
- 7.美国国家安全局(NSA) Kubernetes加固指南概述 - https://fairwinds.medium.com/an-overview-of-the-nsa-kubernetes-hardening-guide-d3d933562314
- 8.Go、redis和lua脚本 - https://xitonix.io/go-lua-and-redis/
- 9.使用kube-vip搭建高可用的Kubernetes集群 - https://mp.weixin.qq.com/s/ypIObV4ARzo-DOY81EDc_Q
- 10.kubernetes实例计算器:根据你的工作负载,为你的集群探索最佳实例类型 - https://learnk8s.io/kubernetes-instance-calculator
- 11.MangaDex动漫网站基础设施介绍 - https://mangadex.dev/mangadex-v5-infrastructure-overview/
1.理解真实项目中的 Go 并发 Bug https://gocn.vip/topics/12529
2.Go Test 的一些小建议 https://moshe-beladev-mb.medium.com/tips-for-effective-go-tests-6b9f1e242f02
3.Go 应用中优雅处理 Error 的几个技巧 https://mp.weixin.qq.com/s/Gnkyba2OjFnwxObqjlBePw
4.深入理解 CNI(容器网络接口)https://mp.weixin.qq.com/s/z9-F4Oamnnlyuj5ARoMt_Q
5.GO 编程模式: 泛型编程 https://coolshell.cn/articles/21615.html
- 许美征15年后再度呼吁 :破产重整制度急需改革 https://r.coding-space.cn/r/6267
- 专家:“阿里事件”中不能要求受害人陈述和事实完全一致 https://r.coding-space.cn/r/6268
- bruteforce_cs_pwd https://r.coding-space.cn/r/6265 暴力破解cs的teamserver密码脚本
- lb-from-scratch https://r.coding-space.cn/r/6266 一个基于eBPF的负载均衡器实现
- 美团商品知识图谱 https://r.coding-space.cn/r/6264
- 不要low到什么都是“yyds、绝绝子” https://r.coding-space.cn/r/6269
- 拜登上台这半年 https://r.coding-space.cn/r/6270
一、Go语言中文网
二、亚军进化史
三、Go招聘
四、董泽润的技术笔记
五、Go生态
六、云影原生
3.AWS Kinesis Firehose - 使用 Go 存储 JSON 到 AWS S3 Parquet
4.Bun - 简单高效的 PostgreSQL/MySQL/SQLite 客户端
-
10.用扩展API扩展Ent
一、Go语言中文网
二、欧长坤
三、k8s技术圈
四、腾讯技术工程
五、码农桃花源
六、章老师说
七、Go招聘
八、董泽润的技术笔记
九、脑子进煎鱼了
十、奇伢云存储
十一、Golang梦工厂
十二、Golang技术分享
施主日行一善 https://dailypay.coding-space.cn/#/
微信公众号: MyInternetSuperband
- 归档地址:https://github.com/Han-Ya-Jun/gocn_news_set
- Go 技术日报交流群:
关注公众号回复:微信,拉你入群。
- 订阅公众号: 亚军进化史
一、Go语言中文网
二、MoeLove
三、polarisxu
四、后端研究所
五、k8s技术圈
六、Gopher指北
七、分布式实验室
八、多颗糖
1.Joker:Go 编写的 Clojure 解释型方言 https://www.oschina.net/news/158495/joker-lang
2.GoSkeleton v1.5.24 发布,基于 Gin 框架封装的 Web 项目骨架 https://www.oschina.net/news/158547
3.契约测试 pact 和 go 的终极指南 https://medium.com/nerd-for-tech/the-ultimate-guide-for-contract-testing-with-pact-and-go-177b4af13700
4.高德渲染网关 Go 语言重构实践 https://mp.weixin.qq.com/s/i9da19Z9MU5ENZ572P87rw
5.听说过对 Go map 做 GC 吗?https://mp.weixin.qq.com/s/R4aHsDXRWEkxgt8fGD8ZVQ
1.Go多module工作区模式,这是Go 1.18中即将发布的功能 - https://utcc.utoronto.ca/~cks/space/blog/programming/GoWorkspacesComing
2.Go plugin介绍 - https://eli.thegreenplace.net/2021/plugins-in-go/
3.Joker: Go实现的clousre方言 - https://joker-lang.org/
4.类型系统创新的传播 - https://doma.dev/blog/innovation-propagation/#go-and-expression-problem-test
5.monkey包:Arduino和SalesForce不知不觉中使用的讽刺性Go软件包 - https://esoteric.codes/blog/bouk-monkey-satirical-code-used-by-people-who-dont-get-the-joke
6.github copilot生成的代码40%存在安全风险 - https://www.theinsaneapp.com/2021/09/github-copilot-generated-40-percent-insecure-code.html
7.面向设计师们的开源emoji - https://github.com/hfg-gmuend/openmoji
8.github在线编辑器 - https://docs.github.com/en/codespaces/developing-in-codespaces/web-based-editor
9.用Go编写的用于查看sqlite数据库的TUI - https://github.com/mathaou/sqlite-tui
- 因芯片短缺通用暂时关闭北美六家工厂 https://r.coding-space.cn/r/6233
- influxdb_iox https://r.coding-space.cn/r/6231 一个基于Apache/Arrow实现的用Rust语言重构的InfluxDB新内核
- rodio https://r.coding-space.cn/r/6232 一个不错的Rust语言音频库
- 国密改造评估方案 https://r.coding-space.cn/r/6230
- 小米软文: Daniel Povey 会一直坚持将 Kaldi 的项目开源 https://r.coding-space.cn/r/6234
- 塔利班当家难 https://r.coding-space.cn/r/6235
一、Go语言中文网
二、亚军进化史
三、k8s技术圈
四、脑子进煎鱼了
五、Go招聘
六、Golang技术分享
七、polarisxu
八、董泽润的技术笔记
九、菜鸟Miao
1.原创分享 如何欺骗 Go Mod ? https://gocn.vip/topics/12507
2.深度细节 | Go 的 panic 的三种诞生方式 https://mp.weixin.qq.com/s/sGdTVSRxqxIezdlEASB39A
3.Golang DDD 实战:域服务 https://levelup.gitconnected.com/practical-ddd-in-golang-domain-service-4418a1650274
4.一种关于 Golang 的新博客方式 https://blog.klipse.tech/golang/2021/08/29/blog-go.html
5.[] int 能转换为 [] interface 吗? https://mp.weixin.qq.com/s/tqR5zMPobm20lao-2QNrVA
- 1.github针对go仓库提供免费的持续benchmark服务 - https://github.com/marketplace/gobencher
- 2.Go程序内存泄露问题快速定位 - https://www.hitzhangjie.pro/blog/2021-04-14-go程序内存泄露问题快速定位/
- 3.短视频go研发框架实践 - https://mp.weixin.qq.com/s/RgkeZkyrELGeSbfTGEEpXw
- 4.quick-debug:容器程序调试利器,如本地运行般丝滑 - https://mp.weixin.qq.com/s/ZcA5ftyq29H12iSU6zX0CQ
- 5.Go DDD实战:Domain Service - https://levelup.gitconnected.com/practical-ddd-in-golang-domain-service-4418a1650274
- 6.Dolt数据库的fuzz test实战小结 - https://www.dolthub.com/blog/2021-08-30-unleash-the-fuzz/
- 7.部署一个Containerd容器运行时的Kubernetes集群 - https://mp.weixin.qq.com/s/auSU3F1XA4091aA0sw4GRA
- 8.支持10亿日流量的基础设施:当Apache APISIX遇上腾讯 - https://mp.weixin.qq.com/s/-hqozVwxbQdJE7JdICoTrg
- 9.Docker Desktop开始对大企业用户收费 - https://www.theregister.com/2021/08/31/docker_desktop_no_longer_free/
- 评论高晓松从阿里离职 https://r.coding-space.cn/r/6219
- 习主席开会强调加强反垄断力度 https://r.coding-space.cn/r/6220
- Information_Security_Books https://r.coding-space.cn/r/6217 150本信息安全方面的书籍书籍(持续更新)
- goInception https://r.coding-space.cn/r/6218 一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具
- 一个select死锁问题 https://r.coding-space.cn/r/6216
- 塔利班进城与韩国军方腐败 https://r.coding-space.cn/r/6221
- 超乎寻常的证据 https://r.coding-space.cn/r/6222
一、Go语言中文网
二、亚军进化史
三、k8s技术圈
四、脑子进煎鱼了
五、吴亲强的深夜食堂
六、网管叨bi叨
七、多颗糖
八、奇伢云存储
九、高德技术
十、polarisxu
十一、Go招聘
- 1.Go泛型是怎么实现的? - https://colobu.com/2021/08/30/how-is-go-generic-implemented/
- 2.如何欺骗 Go Mod ? - https://gocn.vip/topics/12507
- 3.有效的Go测试技巧 - https://moshe-beladev-mb.medium.com/tips-for-effective-go-tests-6b9f1e242f02
- 4.Apache开源的Go实现的CDN网络 - https://github.com/apache/trafficcontrol
- 5.如何为Steam发布Ebiten游戏 - https://ebiten.org/blog/steam.html
- 6.star-tex: Go实现的开源Tex引擎 - https://git.sr.ht/~sbinet/star-tex
- 7.万字长文详解PaaS toB 场景下K8s离线部署方案 - https://blog.k8s.li/pass-tob-k8s-offline-deploy.html
- 8.在Go实践中,指针通常不与切片一起用 - https://utcc.utoronto.ca/~cks/space/blog/programming/GoSlicesVsPointers
- 9.Go实现的Traceroute - https://github.com/zartbot/ztrace
- 遭禁之后过去中国App13个月在印度仍然获得1.15亿新用户 https://r.coding-space.cn/r/6212
- 上半年房地产行业资产不良率骤增 https://r.coding-space.cn/r/6213
- surf https://r.coding-space.cn/r/6210 一个Rust语言异步http客户端框架
- sqlx https://r.coding-space.cn/r/6211 一个支持PostgreSQL/MySQL/SQLite/MSSQL的Rust语言SQL处理包
- Go泛型是怎样实现的 https://r.coding-space.cn/r/6209
- 德国《华商报》 https://r.coding-space.cn/r/6214
- 爱因斯坦:好奇心的野心 https://r.coding-space.cn/r/6215
一、Go语言中文网
二、polarisxu
三、脑子进煎鱼了
四、HHFCodeRv
五、码农桃花源
六、Golang梦工厂
七、Golang技术分享
八、TechPaper
九、Go招聘
1.golang:快来抓住让我内存泄漏的 “真凶”! https://mp.weixin.qq.com/s/FyHEiaa-UfyLStMKl2VFGA
2.go 反射 https://juejin.cn/post/7002164097689059359
3.GO runtime 和 channels 练习 https://www.golangprograms.com/goroutines-and-channels-example.html
4.腾讯开源的 Kubernetes 多集群管理和跨集群编排工具 Clusternet https://mp.weixin.qq.com/s/t9e0UpInm7S_ojMsX5qJDg
5.go 语言最全优化技巧总结 https://mp.weixin.qq.com/s/Ux7io_C1ghVLICuDPExHYg
- 1.在gokrazy中使用Tailscale - https://gokrazy.org/userguide/tailscale/
- 2.我如何在Go项目中实现clean code architecture - https://nurcahyaari.medium.com/how-i-implement-clean-code-architecture-on-golang-projects-68be58830621
- 3.一文了解微软使用Go做什么 - https://preettheman.medium.com/this-is-what-microsoft-uses-go-golang-for-60ca48587be1
- 4.现代编程语言的并发性:Go - https://deepu.tech/concurrency-in-modern-languages-go/
- 5.用Go进行图像压缩 - https://dev.to/franciscomendes10866/image-compression-with-golang-k2p
- 6.关于Go博客的新方式 - https://blog.klipse.tech/golang/2021/08/29/blog-go.html
- 7.腾讯开源的Kubernetes多集群管理和跨集群编排工具Clusternet - https://mp.weixin.qq.com/s/t9e0UpInm7S_ojMsX5qJDg
- 8.在Linux中用Go进行套接字分片的例子 - https://douglasmakey.medium.com/socket-sharding-in-linux-example-with-go-b0514d6b5d08
- 9.使用Go从头构建一个区块链 - https://web3coach.gumroad.com/l/build-a-blockchain-from-scratch-in-go
- 瑞士科学家实现光子与成对原子相互作用 https://r.coding-space.cn/r/6205
- 美军官发视频“问责”高层后遭免职 https://r.coding-space.cn/r/6206
- pgmock https://r.coding-space.cn/r/6203 一个Go语言PostgreSQL数据库mock库
- event https://r.coding-space.cn/r/6204 Go实现的轻量级的事件管理、调度程序库,支持设置监听器的优先级,支持根据事件名称来进行一组事件的监听
- 权限维持分析与内网渗透 https://r.coding-space.cn/r/6202
- 深度学习的本质 https://r.coding-space.cn/r/6207
- 中国的一些日本假景点 https://r.coding-space.cn/r/6208
一、Go语言中文网
二、吴亲强的深夜食堂
三、月牙寂道长
四、奇伢云存储
五、云影原生
1.面向多场景而设计的 Erda Pipeline https://segmentfault.com/a/1190000040592040
2.Go, Kafka and gRPC clean architecture CQRS microservices with Jaeger tracing https://dev.to/aleksk1ng/go-kafka-and-grpc-clean-architecture-cqrs-microservices-with-jaeger-tracing-45bj
3.Go 1.17 泛型尝鲜 https://www.4async.com/2021/08/golang-117-generics/
4.TDSQL MySQL 版基本原理 - 水平分表 读写分离 弹性扩展 强同步 https://my.oschina.net/u/4788009/blog/5212197
5.https://segmentfault.com/a/1190000040596350 腾讯云 TKE Everywhere 特性发布,用户可在自有基础设施中托管 K8s 服务
- 央妈天量“放水”接近尾声 https://r.coding-space.cn/r/6198
- “黑嘴”大V黄生被批捕 https://r.coding-space.cn/r/6199
- fwatch https://r.coding-space.cn/r/6196 望哥的文件变化事件监听器实现
- sqlmodel https://r.coding-space.cn/r/6197 一个Python语言数据库实现
- “土法”修复一个Linux内核Bug https://r.coding-space.cn/r/6195
- 钱临照先生的回忆 https://r.coding-space.cn/r/6200
- 可编程网络算力调度机制 https://r.coding-space.cn/r/6201
1.小厂内部私有go module拉取方案 - https://t.zsxq.com/rbiiA6M
2.深入解析RBAC模型 - https://tailscale.com/blog/rbac-like-it-was-meant-to-be/
3.Go播客:别忘了内存管理 - https://changelog.com/gotime/194
4.使用x/xerror输出Go错误栈信息 - https://brandur.org/fragments/go-xerror
5.gateway: 在AWS Lambda&API Gateway中用于直接替代Go net/http - https://github.com/apex/gateway
6.缓存、模式和不稳定的系统 - https://brooker.co.za/blog/2021/08/27/caches.html
7.经典旧文:字节序的谬论 - https://commandcenter.blogspot.com/2012/04/byte-order-fallacy.html
8.TCP协议栈的单元测试 - http://www.snellman.net/blog/archive/2015-07-09-unit-testing-a-tcp-stack/
9.Go跨平台轻量GUI界面对比:Wails vs Fyne vs Webview - https://zhuanlan.zhihu.com/p/404062419
10.立于山巅!他,凭什么抗住万亿级流量冲击!! - https://mp.weixin.qq.com/s/TSUcH5ai9APtK6rsSNr1-A
11.万亿级别全链路数据治理最佳实践 - https://mp.weixin.qq.com/s/DLFbw-cyu2HR_Zq94KDXtw
一、Go语言中文网
二、亚军进化史
三、脑子进煎鱼了
四、TonyBai
五、k8s技术圈
六、CloudNativeCommunity
七、码农桃花源
八、Go招聘
九、多颗糖
1.Pi Dashboard Go https://github.com/plutobell/pi-dashboard-go
2.【译】并发安全的集中式指针管理设施 https://gocn.vip/topics/12493
3.Go 语言中各式各样的优化手段 https://zhuanlan.zhihu.com/p/403417640
4.CGO 入门和 OCR 文字识别实战 https://www.cnblogs.com/wishFreedom/p/15186746.html#at
5.Dockerfile 文件全面详解 https://zhuanlan.zhihu.com/p/387855002
- 1.使用Go实现Kubernetes opertor以管理有状态的应用程序 - https://developers.redhat.com/articles/2021/08/04/managing-stateful-applications-kubernetes-operators-golang
- 2.Go轻量级状态机以及基于状态机的工作流实现 - https://github.com/shipt/plinko
- 3.在Goland中使用go module - https://levelup.gitconnected.com/go-modules-in-goland-8af712adbcc6
- 4.我们为什么从Kubernetes迁移到Nomad? - https://thenewstack.io/conductor-why-we-migrated-from-kubernetes-to-nomad/
- 5.solo.io发布Gloo Mesh 1.1和Gloo Mesh Gateway 1.0 - https://www.solo.io/blog/gloo-mesh-1-1-and-gloo-mesh-gateway-1-0-in-detail/
- 6.容器的最佳实践:它们是什么以及为什么你应该关心 - https://thenewstack.io/container-best-practices-what-they-are-and-why-you-should-care/
- 7.bencher: 支持持续benchmark的基础设施和产品 - https://medium.com/orijtech-developers/bencher-b60cc82e3ef1
- 8.解析Open Containers Initiative(OCI) - https://dlorenc.medium.com/oci-artifacts-explained-8f4a77945c13
- 9.discord是如何存储几十亿级别的消息的 - https://blog.discord.com/how-discord-stores-billions-of-messages-7fa6ec7ee4c7
- 10.使用公司内部的Kubernetes金丝雀控制器逐步发布代码 - https://doordash.engineering/2021/04/14/gradual-code-releases-using-an-in-house-kubernetes-canary-controller/
- 大庆古龙页岩油预测地质储量超12亿吨 https://r.coding-space.cn/r/6171
- 谷歌称其员工无权抗议公司选择客户的权利 https://r.coding-space.cn/r/6172
- trpc https://r.coding-space.cn/r/6169 一个Js类型安全的RPC框架
- sqlitepp https://r.coding-space.cn/r/6170 一个头文件实现sqlite3功能引入
- 讲透低代码 https://r.coding-space.cn/r/6167
- 使用Kubernetes两年的经验教训 https://r.coding-space.cn/r/6168
- 秋天吃烤肉贴秋膘 https://r.coding-space.cn/r/6173
- 苏联拍摄的月亮图像 https://r.coding-space.cn/r/6174
一、Go语言中文网
二、亚军进化史
三、吴亲强的深夜食堂
四、HHFCodeRv
五、polarisxu
六、脑子进煎鱼了
七、网管叨bi叨
八、Go招聘
1.[警惕] 请勿滥用 goroutine https://mp.weixin.qq.com/s/JC14dWffHub0nfPlPipsHQ
2.译|There Are No Reference Types in Go https://www.cyningsun.com/08-23-2021/there-are-no-reference-types-in-go-cn.html
3.分久必合,golang.org 将成为历史! https://mp.weixin.qq.com/s/g_T_MO03G2n_N4HmO1DcCg
4.Golang 的字符编码与 regexp https://juejin.cn/post/6999523994558791687
5.Gitea 1.15.0 is released https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/
1.Go中的迭代器、Map、Filter、Reduce和列表处理:实现Python的函数编程特性 - https://serge-hulne.medium.com/iterators-map-filter-reduce-and-list-processing-in-go-golang-implementing-python-functional-2d24d780051f
2.blocky: 快速和轻量级的DNS代理 - https://github.com/0xERR0R/blocky
3.如何通过抽象在Go中测试与数据库交互 - https://dev.to/ltvengineering/how-to-test-database-interactions-in-go-through-abstraction-1l41
4.ledger: 一个可编写脚本的财务账簿,旨在使复杂的财务交易模型变得容易 - https://github.com/numary/ledger
5.高性能的DNS over https - https://github.com/m13253/dns-over-https
6.通过使用FluentBit收集审计日志,检测Kubernetes API服务器上的恶意行为 - https://falco.org/blog/detect-malicious-behaviour-on-kubernetes-api-server-through-gathering-audit-logs-by-using-fluentbit-part-2/
7.如何让开发者安全访问Kubernetes集群 - https://medium.com/k8slens/how-to-give-developers-secure-access-to-kubernetes-clusters-c6025f0dd288 在事件驱动的架构中管理API的生命周期:一个实用的方法 - https://developers.redhat.com/articles/2021/07/07/managing-api-life-cycle-event-driven-architecture-practical-approach
- 史玉柱被冻结1900万股权 https://r.coding-space.cn/r/6163
- 杭州:开展政商关系突出问题专项治理 https://r.coding-space.cn/r/6164
- godis https://r.coding-space.cn/r/6161 Go语言实现的Redis服务器和分布式集群
- trealla https://r.coding-space.cn/r/6162 一个C语言实现的Prolog语言解释器【于雨注:一个很老的人工智能编程语言】
- 人脸识别技术在机场应用现状分析 https://r.coding-space.cn/r/6159
- fastjson远程执行漏洞 https://r.coding-space.cn/r/6160
- 像王思聪一样坑了爹的富力太子 https://r.coding-space.cn/r/6165
- 青海冷湖天文台 https://r.coding-space.cn/r/6166
一、Go语言中文网
二、亚军进化史
三、polarisxu
四、云加社区
五、码农桃花源
六、网管叨bi叨
七、脑子进煎鱼了
八、Go夜读
九、Golang梦工厂
十、Golang技术分享
十一、奇伢云存储
十二、Go招聘
1.Go 中的 channel 怎么实现的 https://gocn.vip/topics/12483
2.toxiproxy: 开源的用于模拟网络状态进行混沌测试的 TCP 代理 https://github.com/Shopify/toxiproxy
3.StaticBacked: 开源的轻量级 Firebase 替代产品 https://github.com/staticbackendhq/core
4.Gitea 发布 1.15 版本 https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/
5.Peanut: 管理测试和开发数据库和依赖服务工具 https://github.com/Clivern/Peanut
-
1.使用Go实战DDD:实体(entity) - https://levelup.gitconnected.com/practical-ddd-in-golang-entity-40d32bdad2a3
-
2.深入Go语言语法与类型 - https://dev.to/robogeek95/deep-dive-into-go-syntax-and-types-2l66
-
3.SIMD指令的缺陷 - https://www.bitsnbites.eu/three-fundamental-flaws-of-simd
-
4.一个模拟网络和系统条件的TCP代理,用于混沌和弹性测试 - https://github.com/Shopify/toxiproxy
-
5.一个让hugo性能提升数倍pr - kubernetes/website#29504
-
6.深入了解Kubernetes的schema验证 - https://www.datree.io/resources/kubernetes-schema-validation
-
7.gitea v1.15.0发布 - https://blog.gitea.io/2021/08/gitea-1.15.0-is-released/
-
8.kubescape: 检查k8s部署是否满足NSA kubernetes加固指南要求 - https://github.com/armosec/kubescape
-
9.用透明性改进TOFU(先信任后使用的认证方案) - https://dlorenc.medium.com/improving-tofu-with-transparency-da674aa2879d
-
10.赌上cassandra,未来的数据库 - https://www.datastax.com/blog/betting-cassandra-database-future
-
11.将Unix哲学带入21世纪 - https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/
- PayPal将在英国提供加密货币服务 https://r.coding-space.cn/r/6155
- 蓝色起源流失了大量核心员工 https://r.coding-space.cn/r/6156
- Online_Tools https://r.coding-space.cn/r/6153 一些在线信息查询平台,很好的情报资源来源
- python-hacker https://r.coding-space.cn/r/6154 冰河亲自编写并整理的Python渗透脚本集合,可直接拿来用于渗透实战
- golang.org将被合并到go.dev https://r.coding-space.cn/r/6151
- 自己动手做一个CPU https://r.coding-space.cn/r/6152
- 真空三极管 https://r.coding-space.cn/r/6157
- 论胡金铨在中国武侠电影史上的地位 https://r.coding-space.cn/r/6158
一、Go语言中文网
二、亚军进化史
三、polarisxu
四、云加社区
五、码农桃花源
六、网管叨bi叨
七、脑子进煎鱼了
八、Go夜读
九、Golang梦工厂
十、Golang技术分享
十一、奇伢云存储
十二、Go招聘
1.Go 1.17 中值得关注的几个变化 https://gocn.vip/topics/12464
2.来聊一聊 Go 的相对路径问题 https://mp.weixin.qq.com/s/i9sbk_jvc1_C-sikDLvTVA
3.担心密码提交到 GitHub?建议使用这个 Go 开源工具 https://mp.weixin.qq.com/s/wMaEkWr1O64tx7NkMooIpg
4.Go 编译器已默认启用 -G=3,支持泛型 https://www.oschina.net/news/156729/generics-enabled-by-default-in-go-tip
5.GoLand 2021.2.1 发布 https://blog.jetbrains.com/go/2021/08/20/goland-2021-2-1-is-out/
- 1.Go tip版本已默认开启泛型,cmd/compile的-G标志的默认值已由0改为3,从而可以使用新的types2类型检查器并支持type parameter - https://go-review.googlesource.com/c/go/+/343732/
- 2.关于go runtime内存分配级别导致的一个问题 - https://dave.cheney.net/2021/01/05/a-few-bytes-here-a-few-there-pretty-soon-youre-talking-real-memory
- 3.parser生成器还是手写parser:2021年主流编程语言语法parser实现方式调查 - https://notes.eatonphil.com/parser-generators-vs-handwritten-parsers-survey-2021.html
- 4.更快的Base64编码 - https://github.com/cristalhq/base64
- 5.ZITADEL:云时代的”云原生身份和访问管理”解决方案 - https://github.com/caos/zitadel
- 6.经典旧文:处理大文件 - 使用Java和Go遇到瓶颈 - https://marcellanz.com/post/file-read-challenge/
- 7.cAdvisor和Kubernetes监控指南 - https://cloudforecast.io/blog/cadvisor-and-kubernetes-monitoring-guide/
- 中国高超音速飞行器JF22 性能超群 https://r.coding-space.cn/r/6147
- 周以真将于9月1日任职哥大副校长 https://r.coding-space.cn/r/6148
- anko https://r.coding-space.cn/r/6145 一个基于Go实现的脚本解释器
- pyspider https://r.coding-space.cn/r/6146 一个Python实现的star多大15k的爬虫系统
- 美团小样本学习 https://r.coding-space.cn/r/6144
- 一个贵州山野道人 https://r.coding-space.cn/r/6149
- 古书画鉴定家钟银兰辞世 https://r.coding-space.cn/r/6150
- 1.Go 1.17版本正式发布 - https://blog.golang.org/go1.17
- 2.基于Raft和Redis协议的分布式磁盘存储系统 - https://github.com/gitsrc/IceFireDB
- 3.Kubernetes网络策略 - Cilium & EBPF - https://rewiko.github.io/posts/kubernetes-network-policies/kubernetesnetworkpolicies/
- 4.编写一个用于检测竞态条件的静态代码分析工具 - https://medium.com/@amitdavidson234/write-a-static-code-analysis-tool-for-detecting-race-conditions-e05a49692ab1
- 5.DorkScout - 可自动对整个互联网或特定目标进行google dork扫描的Go工具 - https://github.com/R4yGM/dorkscout
- 6.Go中的Elasticsearch:开发者指南 - https://developer.okta.com/blog/2021/04/23/elasticsearch-go-developers-guide
- 7.testcase: Go行为驱动的测试库 - https://github.com/adamluzsi/testcase
- 8.InfluxDB技巧:跨标签或字段聚合和不分组 - https://www.influxdata.com/blog/tldr-influxdb-tech-tips-aggregating-across-tags-or-fields-and-ungrouping/
- 9.人工智能的真正成功之处 - https://www.infoworld.com/article/3624703/the-real-successes-of-ai.html
- 10.Hashicorp公司的云战略状况调查结果:我们已经进入多云时代 - https://www.hashicorp.com/state-of-the-cloud
- 11.机器中的音乐家 - https://magenta.tensorflow.org/musician-in-the-machine
- 12.用httprouter创建中间件 - https://madflojo.medium.com/creating-middleware-with-httprouter-52cbc786b02a
1.Go 1.17 is released! Release notes https://golang.org/doc/go1.17
2.Linux 内核网络包路径追踪利器 skbtracer Go 语言版本 https://gocn.vip/topics/12451
3.Golang 详解内存对齐 https://segmentfault.com/a/1190000040528007
4.Go 中使用 Deferred 函数处理 errors https://trstringer.com/golang-deferred-function-error-handling/
5.Go 开发的文件传输工具 https://github.com/schollz/croc
一、Go语言中文网
二、亚军进化史
三、欧长坤
四、新亮笔记
五、Golang技术分享
六、polarisxu
七、董泽润的技术笔记
八、脑子进煎鱼了
九、Golang技术分享
十、奇伢云存储
十一、CloudNativeCommunity
十二、Go招聘
1.Go服务架构设计模式 - https://mp.weixin.qq.com/s/NpQIgh2VWVXqA6ab_Bo3TA
2.腾讯发布的Go语言代码安全指南 - https://zhuanlan.zhihu.com/p/400078436
3.sync.Once的作用没有得到充分利用 - https://blog.chuie.io/posts/synconce/
4.linkedin SRE教程 - https://github.com/linkedin/school-of-sre
5.在Go HTTP客户端中支持Unix域套接字 - https://github.com/peterbourgon/unixtransport
6.分布式跟踪入门101 - https://blog.sentry.io/2021/08/12/distributed-tracing-101-for-full-stack-developers
7.Terraform安全101:安全基础设施即代码的最佳实践 - https://bridgecrew.io/blog/terraform-security-101-best-practices-for-secure-infrastructure-as-code/
8.在Kubernetes上使用容器附加存储的有状态的工作负载 - https://thenewstack.io/stateful-workloads-on-kubernetes-with-container-attached-storage/
9.让我们编写一个编译器,第一部分:介绍、选择语言和做一些规划 - https://briancallahan.net/blog/20210814.html
10.Go 1.17正式版预计周一晚上发布 - https://groups.google.com/g/golang-dev/c/O3ae8bhs0ZU
一、Go语言中文网
二、k8s技术圈
三、董泽润的技术笔记
四、奇伢云存储
五、TechPaper
六、polarisxu
1.Go 并发编程 — 结构体多字段的原子操作 https://mp.weixin.qq.com/s/fU7AihsT8KXSkZLUx105yg
2.十大编码陷阱和提示 https://www.pixelstech.net/article/1625372508-Top-10-Go-Coding-Traps-and-Tips
3.推荐三个实用的 Go 开发工具 https://juejin.cn/post/6996103313531863048
4.Go:为您的文档提供自动测试的示例 https://dev.to/hzoltan/go-tested-documentation-1cbm
5.在 Go 中查找和修复内存泄漏 https://dev.to/googlecloud/finding-and-fixing-memory-leaks-in-go-1k1h
- 1.Go 1.17:使用基于寄存器的调用惯例 - https://t.zsxq.com/U3nIUNZ
- 2.一文搞定 Containerd 的使用 - https://mp.weixin.qq.com/s/--t74RuFGMmTGl2IT-TFrg
- 3.编程一万小时的反思 - https://www.oschina.net/news/154219/reflections-on-10000-hours-of-programming
- 4.经典样式的Go包文档 - https://godocs.io/std
- 5.纯Go编写的ELF文件解析库 - https://github.com/hnts/goelftools
- 6.在Go中有效地编写单元测试的5个半技巧 - https://betterprogramming.pub/5-and-a-half-techniques-for-effectively-writing-unit-tests-in-go-1b87b94abd21
- 7.两年来的更新:为Kubernetes建立一个开源市场 - https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
- 8.使用MQTT和Grafana Live将实时传感器数据串联到Grafana上 - https://grafana.com/blog/2021/08/12/streaming-real-time-sensor-data-to-grafana-using-mqtt-and-grafana-live/
- 9.5个原因使Go成为一个好的创业语言 - https://towardsdatascience.com/5-reasons-that-makes-golang-a-good-first-startup-language-28f27356c48a
- 10.Sysdig 2021 容器安全和使用报告 - https://mp.weixin.qq.com/s/KC4BqUffmItfhZGPL3HgSw
- 11.如何在Ubuntu 20.04上使用NFS服务器 - https://www.linode.com/docs/guides/using-an-nfs-server-on-ubuntu2004/
一、Go语言中文网
二、亚军进化史
三、k8s技术圈
四、脑子进煎鱼了
五、Go招聘
六、xueyuanjun
七、章老师说
八、董泽润的技术笔记
九、HHFCodeRv
十、polarisxu
十一、GoUpUp
1.手把手 Golang 实现静态图像与视频流人脸识别 https://blog.csdn.net/agora_cloud/article/details/119522891
2.Golang 中如何正确的使用 sarama 包操作 Kafka? https://www.cnblogs.com/wishFreedom/p/15131600.html
3.nil == nil 是 true 吗? https://www.pixelstech.net/article/1628407126-Will-nil-==-nil-be-true-in-GoLang
4.Golang 实现 RTP https://blog.csdn.net/agora_cloud/article/details/119495522
5.使用 Golang 实践 BDD 风格测试 https://levelup.gitconnected.com/implementation-of-behavioral-driven-development-bdd-using-golang-d33073243722
- 1.Go+ v1.0.0-beta1发布,所有语法都已经实现 - https://github.com/goplus/gop
- 2.用Go实现JIRA云工作流程的自动化 - https://betterprogramming.pub/automate-jira-cloud-workflow-with-golang-2de29828aad6
- 3.netmaker: 安全、快速的私人网络将任何计算机连接在一起,并从一个中央服务器管理多个网络 - https://github.com/gravitl/netmaker
- 4.通过实例学习Go:第5部分–用Go创建一个Game Boy Advance(GBA)游戏 - https://dev.to/aurelievache/learning-go-by-examples-part-5-create-a-game-boy-advance-gba-game-in-go-5944
- 5.Kubernetes存储架构中最大的缺口?- https://thenewstack.io/whats-the-biggest-gap-in-kubernetes-storage-architecture/
- 6.寻找并修复Go中的内存泄漏 - https://dev.to/googlecloud/finding-and-fixing-memory-leaks-in-go-1k1h
- 7.利用合成监控避免Kubernetes集群的中断 - https://www.cncf.io/blog/2021/08/10/avoiding-kubernetes-cluster-outages-with-synthetic-monitoring/
- 8.你是否有成为架构师的意愿 - https://thenewstack.io/do-you-have-the-empathy-to-make-the-move-to-architect/