Tagged articles
4 articles
Page 1 of 1
DevOps Coach
DevOps Coach
Mar 7, 2026 · Cloud Native

Argo CD 3.3 Unveiled: PreDelete Hooks, Source Hydrator & Production‑Ready Enhancements

Argo CD 3.3 introduces a suite of production‑ready features—including native PreDelete hooks for safe resource cleanup, an enhanced Source Hydrator with Git notes and inline parameters, automatic OIDC token refresh, shallow Git cloning for large repos, and built‑in KEDA autoscaling—plus detailed upgrade guidance and best‑practice recommendations.

Argo CDGitOpsKEDA
0 likes · 26 min read
Argo CD 3.3 Unveiled: PreDelete Hooks, Source Hydrator & Production‑Ready Enhancements
MaGe Linux Operations
MaGe Linux Operations
Jul 17, 2023 · Operations

How to Fix Jenkins Build Failures Caused by Large .git Repositories

When Jenkins builds stall at the git clone step due to an oversized .git directory, you can shrink the repository by running Git garbage collection, using tools like BFG Repo‑Cleaner, enabling Git LFS for large files, or configuring a shallow clone with depth 1 to fetch only the latest commit.

BFG Repo-CleanerGitGit GC
0 likes · 4 min read
How to Fix Jenkins Build Failures Caused by Large .git Repositories
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Jun 22, 2017 · Frontend Development

Mastering Deep vs Shallow Cloning in JavaScript and jQuery

This article explains the difference between deep and shallow cloning in JavaScript, illustrates how reference types affect object copies, demonstrates practical implementations using loops, Array.concat, and jQuery.extend, and shows visual examples to help developers avoid common pitfalls when merging objects.

Shallow Clonedeep clonefrontend
0 likes · 4 min read
Mastering Deep vs Shallow Cloning in JavaScript and jQuery