- 博客(587)
- 资源 (14)
- 收藏
- 关注
转载 Canary Deployment with NGINX Ingress
【代码】Canary Deployment with NGINX Ingress。
2025-04-15 19:46:27
25
转载 AI-driven Development
From: https://gradientflow.com/vibe-coding-and-chop-what-you-need-to-know/Vibe coding is a programming paradigm where developers describe desired software functionality in natural language.An AI coding assistant then generates the majority of the underlyi
2025-04-12 11:52:45
28
转载 What is Service Discovery in Microservices
From: https://www.geeksforgeeks.org/what-is-service-discovery-in-microservices/Service discovery in microservices is the process of dynamically locating and identifying available services within a distributed system.Service discovery typically works as:
2025-04-07 21:38:18
29
转载 Git squash or not
From: https://www.reddit.com/r/programming/comments/whav9l/should_you_squash_merge_or_merge_commit/Should You Squash Merge or Merge Commit?Depends on what the branch is. Massive feature worked on by multiple people? You probably want that history. Just mer
2025-02-06 14:07:51
44
原创 Convert IO traits between tokio, hyper and futures
【代码】Convert IO traits between tokio, hyper and futures。
2025-01-17 10:13:18
168
转载 Rust integration tests in a separate crate
【代码】Rust integration tests in a separate crate。
2024-12-17 15:44:27
72
原创 Compare smol-hyper and hyper-futures for impl Read
【代码】Compare smol-hyper and hyper-futures for impl Read。
2024-11-29 15:04:12
345
原创 How to set_default() using config-rs crate
【代码】How to set_default() using config-rs crate。
2024-11-07 20:07:06
579
原创 Rust Pin
(Jin Qing’s Column, Sep., 2024)From: https://doc.rust-lang.org/std/pin/index.htmlRust can pin data location in memory, that means its address can not be changed.Pinned data guarantees the memory location is always valid.Safe code can not move pinned data
2024-09-14 12:10:25
606
转载 Debugging or Logging
From: Do you prefer debugging or adding logs? : r/node (reddit.com)Debugging is useful when you know there’s an ongoing issue that’s easy to reproduce and debug.Logging is useful when there’s a small amount of sporadic failure that you can use a trace log
2024-09-05 21:03:32
103
转载 Concurrency Control
From: database replication - Optimistic vs Multi Version Concurrency Control - Differences? - Stack OverflowThere are 2 main concurrency control approaches:One widely known algorithm of pessimistic concurrency control is the 2-phase locking.Two widely know
2024-08-20 10:12:52
114
转载 Developers Should Be Released from Basic Kubernetes O&M Work
From: Why Should I&O Team Be Prepared to Take over Kubernetes Deployment and O&M?Kubernetes, being a relatively new technology, has a steep learning curve. Most developers are responsible for performing basic Kubernetes operation and management (O&M) tasks
2024-08-05 12:11:04
79
转载 Mock, Stub, Spy and other Test Doubles
From: https://medium.com/@matiasglessi/mock-stub-spy-and-other-test-doubles-a1869265ac47
2024-07-26 13:22:08
97
转载 Thou shalt not log too much or too little
From: The 10 commandments of loggingThat might sound stupid, but there is a right balance for the amount of log.One way to overcome this issue is during development to log as much as possible (do not confuse this with logging added to debug the program). T
2024-06-26 14:59:26
68
转载 Logging in the critical path by sampling
From: Logging Wisdom: How to LogA common reason for not logging is request heavy processes where you couldn’t possibly do a bunch of logging for every request. Here, many just skip logging entirely and instead resort to reporting aggregates — such as peri
2024-06-26 13:48:36
77
转载 Naming Conventions for Traits
(Jin Qing’s Column, Jan., 2024)From: https://github.com/rust-lang/api-guidelines/discussions/28If the trait has a single self-explanatory method (or a set of nearly identical methods), name it after the method: Clone, Hash, Default, Into, Write, ToOwned, A
2024-01-17 08:59:48
165
原创 Rust generic type parameter and `impl Trait` parameter
(Jin Qing’s Column, Jun., 2023)See: https://doc.rust-lang.org/reference/types/impl-trait.htmlGeneric type parameter and parameter are almost equivalent: is just a syntactic sugar for generic type parameter.It is a little simpler by omitting the generic
2023-06-20 20:04:18
1142
grpc-lua 代码及示例Windows执行程序
2018-04-13
grpc-lua 示例 CentOS 7.4 执行程序打包
2018-04-13
go1.9.2.windows-amd64.msi
2017-10-26
LuaPbIntf VS2015工程带依赖库
2017-05-26
XMPP测试工具Peek
2016-10-25
gloox_1_0_17_API_Documentation
2016-09-13
gloox 1.0.17 released
2016-09-12
跨服与跨区的设计.ppt
2014-12-05
Wmvcopy的源程序
2011-11-24
Boost.Python中文文档
2008-06-16
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人