Clint DovholukforOpenZiti Tech Blogblog.openziti.io·May 15, 2024Signing Executables From GitHub ActionsHopefully, by now, we all know that we shouldn't download and run random, untrusted executables from the internet. Users want to feel good that the code they are executing is authentic and free from malware. Windows Defender is one of the better thin...860 readsSigntool
Olumide Nwosuolumidenwosu.hashnode.dev·Jul 11, 2023Implementing Continuous Integration for Node.js Apps with GitHub ActionsHave you been building and deploying apps without putting Continuous Integration(CI) in place? Well, this is a sign to turn a new leaf. As a developer, it is important to make sure that high-quality code is shipped at all times. As a result, CI is a ...13 likes·60 readsGitHub