ADAmédée d'Abovilleinamedee.hashnode.dev·Feb 8, 2024 · 2 min readThe fastest way to scan your whole git repoTLDR: git cat-file --unordered --batch-all-objects --buffer --batch | grep 'GITHUB_API_KEY=' Replace grep by whatever command you want to use, it will be piped the entire contents of the repo, every version of every file. What is this? Imagine you w...00
ADAmédée d'Abovilleinamedee.hashnode.dev·Sep 21, 2023 · 3 min readGit Datavis: The Power of Visualizing Your Git RepoOften "senior+" work is about viewing a problem in a new way or bringing a new perspective to a deep-seated issue. The data in your git repository is a gold mine for analysis and sharing, especially for long-running software projects. You can get rea...00
ADAmédée d'Abovilleinamedee.hashnode.dev·Sep 17, 2023 · 5 min readWhere does the "DX movement" go in a Post ZIRP world?Zero Interest Rate Policy (aka ZIRP) was the defining economic policy in the States from 2008 until 2022: Money was stupidly cheap to borrow and as a result easy to invest in tech. ZIRP was one of the main drivers of hypergrowth tech in the last deca...00