What is CI/CD? Automate Your Way to Faster Deployments
By Sailee Shingare | M.S. in Computer Science, Northern Illinois University (NIU) You’ve written your code. You’ve tested it. Now you need to get it t…
Latest AI & ML news from Tech News
By Sailee Shingare | M.S. in Computer Science, Northern Illinois University (NIU) You’ve written your code. You’ve tested it. Now you need to get it t…
Backups Don't Save You. Restores Do. We ran a MongoDB restore drill last quarter. It failed — not the restore itself, but the confidence. Nobody in th…
Understanding Jenkins CI/CD Using a Tiny Java Project Most Jenkins tutorials immediately jump into Docker, Kubernetes, Maven, cloud deployments, and e…
Stop Shipping Secrets in Jenkins: A Look at Secret Guard If you’ve run Jenkins for long enough, you’ve probably seen this happen: a token hardcoded in…
Have you ever pushed code to GitHub and wished your application could automatically build and deploy itself without logging into a server or clicking …
In Part 1 I laid out the Jenkins-as-a-Code setup — JCasC, Job DSL, ephemeral workers, Packer images, all of it. And I said macOS workers were their ow…
Introduction Continuous Integration and Delivery is a key part of any software application. Be it a mobile app, a backend app or a website - everythin…
I've been running Jenkins in one form or another for years now. Different companies, different sizes of teams, but somehow the same story keeps repeat…