Subhanshu Mohan Guptablogs.subhanshumg.com·16 hours agoThe Future of DevSecOpsIn today’s hyper-connected world, building software often involves diverse, distributed teams collaborating across multiple organizations. Traditional DevSecOps pipelines rely on centralized tools and services, which can introduce single points of fa...AI powered DevOpsDevSecOps
Dan McGhandanmcghan.hashnode.dev·Dec 20, 2024An Overview of the Oracle SQLcl Projects Development ProcessSQLcl Projects is a new feature of SQLcl that aims to standardize and streamline the development lifecycle of Oracle Database and APEX applications. This post provides a high level overview of what the development process looks like. Here are a coupl...12 likes·403 readssqlcl
Shaik Mustafadevops-cicd.hashnode.dev·Dec 20, 2024From Code to Deployment: The Power of Jenkins in CI/CDJenkins is a powerful tool that simplifies the software delivery process. It’s a flexible platform used for a variety of software engineering tasks, but its main focus is managing CI/CD pipelines. Jenkins ensures that code changes are tested, validat...42 readsJenkins
Malik Muneeb Asgharmuneebcloudeng.hashnode.dev·Dec 19, 2024Week #09: DevOps Learning Journey - Full Stack CICD DevOps Project | Virtual Browser DevOps ProjectThis week, I embarked on an exciting full-stack DevOps project focusing on a Virtual Browser setup. Below is a step-by-step breakdown of the process, from setting up an AWS instance to deploying a fully functional virtual browser application using Je...neko
vikas bhaskar vooradidevjourney.co.in·Dec 18, 2024Running Jenkins on Docker for WindowsA Step-by-Step Guide to Running Jenkins in Docker on Windows Running Jenkins using Docker on Windows simplifies its installation and ensures a clean, isolated environment. Here's how I achieved this setup Prerequisites Docker for Desktop: Make sure D...Devops
vansh bhardwajvansh.tech·Dec 15, 2024Step-by-Step Guide: Deploying Django on Kubernetes with Jenkins CI/CDIn this blog post, I will demonstrate a complete CI/CD pipeline to deploy a Django application to a Kubernetes cluster using Jenkins. The pipeline includes automated code testing, Docker image creation, and deployment to Kubernetes using Jenkins stag...73 readsDevops
vikas bhaskar vooradidevjourney.co.in·Dec 14, 2024How I Triggered a Jenkins Job via CURL commandA Step-by-Step Guide to Triggering Jenkins Jobs with CURL Commands on Windows Install Jenkins on Windows Ensure Jenkins is installed and configured on your Windows machine. Download CURL Executable File By default, Windows comes with CURL. If it's...curl
Prem Shindeshindeprem.hashnode.dev·Dec 12, 2024Jenkins + Docker Hub: Automate Build & Push EffortlesslySo far, we've explored various Docker concepts like how Docker works, Docker images, building images, Dockerfiles, Docker Hub, networks, volumes, layers, and caching. In this article, we'll take it a step further by automating the entire process. Ima...cicd
Sahil Patilsahil-patil.hashnode.dev·Dec 11, 2024How to Set Up a CI/CD Pipeline Using JenkinsSetting up a CI/CD (Continuous Integration/Continuous Delivery) pipeline using Jenkins can transform how you develop and deploy software. It helps automate repetitive tasks, improves code quality, and reduces deployment time. In this guide, we'll wal...⚙️ DevOps Masterycicd
Syed Azher Aliblog.azher.site·Dec 11, 2024CICD using BASH ScriptCI/CD with a Single Bash Script for Static Website Hosting GitHub This document demonstrates a streamlined CI/CD workflow using a single Bash script for managing your static website's deployment. It highlights key steps, configuration variables, and ...Devops