Part 1 - Cache Docker, Python, Java(Maven), Node(npm), Go Modules in Github ActionsMay 11, 2023·4 min read·136
Part 2 - Artifacts Attestation for Builds in Github ActionsArtifact attestations help boost your build's supply chain security by showing where and how your software was created. In Github Actions we can acheive this using actions/attest-build-provenance First add permission to your workflows / re-usable wo...Nov 3, 2023·2 min read·105
Beginner's Python: Unveiling Quirky and Useful Functions You Didn't know ExistedOct 14, 2019·2 min read·57
Understanding Memory Leaks in Java JVMFirst of all Memory leak is not sweeping Unused objects, It is Sweeping referenced objects. Definition: Memory leak is a common memory issue that can result in an OutOfMemory error.In Java, memory leaks can occur even with automatic Garbage Collecti...Sep 6, 2019·1 min read·9