Prem Shindeshindeprem.hashnode.dev·5 hours agoJenkins + 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...Discusscicd
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...Discuss⚙️ DevOps Masterycicd
Syed Azher Aliprojects-devops.hashnode.dev·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 ...DiscussDevops
Ahmad W Khanblog.ahmadwkhan.com·Dec 10, 2024Migrating a Python Django DRF Monolith to Microservices - Part 4: Setting Up a CI/CD Pipeline for Kubernetes Deployment Using GitLabWith our microservices deployed on Kubernetes, the next step is to automate the process of building, testing, and deploying updates. Continuous Integration and Continuous Deployment (CI/CD) pipelines streamline these workflows, ensuring consistent an...Discussmonolithic architecture
Ronika Kashyapronika.hashnode.dev·Dec 9, 2024Test Automation Frameworks- The Complete GuideTest automation frameworks offer an ideal solution for developers seeking an efficient, reliable way to get their software product out to market sooner. They can significantly reduce development costs and boost ROI, making them an obvious choice for ...DiscussTesting
Rafal Grzegorczykrafal.hashnode.dev·Dec 7, 2024Oracle's SQLcl Project - the only CI/CD tool for APEX you will ever need.Introduction In my previous article, I covered the basics of Oracle’s SQLcl Project, including versioning and releasing Oracle database changes. Please read it before reading further. Now, I’ll cover how to organize the CI/CD process for Oracle APEX ...Discuss·1 like·588 readsOracle APEXorclapex
ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·Dec 6, 2024Getting Started with Jenkins (01) : Day - 39Table of contents -: Overview of Jenkins:- Jenkins: Jenkins used for what? Why Jenkins came into the picture? Continuous Integration: Continuous Deployment: Continuous Delivery: 📌Tasks: -: Overview of Jenkins:- Jenkins: Jenkins is a Java...Discuss·1 likeJenkins
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 5, 2024Managing Infrastructure with GitLab CI/CD for Terraform: Plan,Validate, Apply, DestroyPrerequisites - Step1: create an IAM user Step2:Create S3 Bucket Step3: Create Gitlab Account Step4: Variables setup in Gitlab (Secrets) Step5: Terraform Files Step6: GitLab CI/CD configuration Step7: .gitlab-ci.yml Step8: Destroy GitLab: ...DiscussGitLab
Vinay Tiladaembarking-on-my-devops-journey.hashnode.dev·Dec 3, 2024Week 1: Building the Basics – Starting with AWS Cloud EssentialsThis week, I explored the fundamentals of cloud computing and its essential benefits. Cloud computing provides scalable, flexible, and cost-effective resources compared to traditional on-premises infrastructure. AWS is a leading provider in this doma...DiscussDevops
JHK Infotechdigital011.hashnode.dev·Nov 29, 2024Beginner's Android fuzzing step-by-step guide revealedWhat is Android fuzzing? Android fuzzing is a sophisticated testing methodology designed to uncover vulnerabilities and anomalies within Android applications. At its core, fuzzing involves feeding invalid, unexpected, or random data into a program to...Discussandroid fuzzing