The definitive guide to feature management.

What is feature management? Feature management is a new class of software development tools and techniques powered by feature flags. A feature flag is a lever of control within your code (an if-else statement) that decouples code deployments from feature releases. Developers have used some variation of feature flags for years. But when it comes to enjoying the full benefits of feature flags, many have only scratched the surface. At...

October 20, 2024 · 7 min · 3416 words · Joey

The definitive guide to feature management.

翻译自 https://launchdarkly.com/the-definitive-guide-to-feature-management/ 什么是特性管理? 特性管理是由特性标志(feature flags)驱动的一类新的软件开发工具和技术。一个特性标志是代码中的一个控制杠杆...

October 20, 2024 · 5 min · 2251 words · Joey

代码分支管理

拆分为两套代码所存在的问题: 使用不同分支后,大型修改的合并将变得极为困难,不论是从上游合并到下游,还是下游合并到上游,都将成为一个耗时巨大的...

September 18, 2024 · 3 min · 1153 words · Joey

NvChad

Ctrl+n 打开/关闭 NvimTree

August 28, 2024 · 1 min · 7 words · Joey

Vim使用小技巧

如何键入真正的Tab字符? 如果你想要在 Vim 中输入真正的 Tab 字符,你可以在插入模式下按 Ctrl-V,然后按 Tab。这将插入一个真正的 Tab 字符,而不是...

August 28, 2024 · 3 min · 1136 words · Joey

Istio Error Flag

HTTP and TCP Long name Short name Description NoHealthyUpstream UH No healthy upstream hosts in upstream cluster in addition to 503 response code. UpstreamConnectionFailure UF Upstream connection failure in addition to 503 response code. UpstreamOverflow UO Upstream overflow (circuit breaking ) in addition to 503 response code. NoRouteFound NR No route configured for a given request in addition to 404 response code or no matching filter chain for a downstream connection....

August 21, 2024 · 2 min · 351 words · Joey

Google I/O connection 2024

进场 Google Cloud 最新动态 在GoogleCloud上用Gemini构建web应用 使用数据库构建生成式AI应用 午餐 使用Ray 超越RAG Firebase

August 8, 2024 · 1 min · 62 words · Joey

bypass chrome Your connection isn't private

How to Bypass Google Chrome show “Your connection isn’t private” step 1. Click a blank section of the denial page. step 2. Using your keyboard, type thisisunsafe. This will add the website to a safe list, where you should not be prompted again.

September 14, 2022 · 1 min · 43 words · Joey