Ankita Lunawatcloudhub2295.hashnode.dev·Dec 23, 2024Deep Dives for GitLabWhat is GitLab ? GitLab is a web-based DevOps platform that provides comprehensive tools for software development, version control, CI/CD, and collaboration, serving as a popular alternative to GitHub for managing the entire software development life...GitLab
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·567 readssqlcl
Althaf Hussainalthaf-hussain-jenkins-ci-cd.hashnode.dev·Dec 16, 2024Mastering CI/CD with Jenkins: A Complete Guide for BeginnersJENKINS — CI/CD — PIPELINE 👋 Welcome to the CI/CD world! What is CI/CD? CI- Continuos Integration CD — Continuos Deployment CD — Continuos Delivery Continuous Integration: Continuous Integration (CI) is the practice where developers regularly merge...Jenkins
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...monolithic architecture
Rohit Jangradevops-docker.hashnode.dev·Dec 9, 2024Mastering CI/CD: Create a Strong Pipeline with Jenkins, SonarQube, and DockerIn this article, I’ll walk you through the process of creating a complete CI/CD pipeline using Jenkins, SonarQube, Docker, and GitHub webhooks. This pipeline automates the process of pulling code from a repository, performing a code quality scan, bui...CI/CD
Mohammed Umarumarcode.hashnode.dev·Dec 7, 2024Enhancing System Security: Key Initiatives at Alesa AI LtdAt Alesa AI Ltd, security is always a top priority, and this week, I had the privilege of contributing to several key initiatives that have significantly improved the integrity of our systems. Here’s a brief overview of the work completed: 🔒 Firewal...Devops
Prince OnukwiliforfreeCodeCampfreecodecamp.org·Dec 5, 2024The CI/CD Handbook: Learn Continuous Integration and Delivery with GitHub Actions, Docker, and Google Cloud RunHey everyone! 🌟 If you’re in the tech space, chances are you’ve come across terms like Continuous Integration (CI), Continuous Delivery (CD), and Continuous Deployment. You’ve probably also heard about automation pipelines, staging environments, pro...Continuous Integration
Bittu Sharmabittublog.hashnode.dev·Dec 4, 2024Common DevOps Interview Questions and How to Answer ThemWhat is DevOps? DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle and provide continuous delivery with high software quality. Explain the core principles of Dev...1 likeDevops
JAIME ELIAS FLORES QUISPEjaimeelias.hashnode.dev·Dec 3, 2024CircleCI for CI/CD: Comparison with Jenkins and TeamCity1. Introduction Continuous Integration (CI) and Continuous Delivery (CD) tools are essential in the modern software lifecycle, as they allow development teams to automate the execution of tests and application deployment. Among the most widely used t...CircleCI
Santosh Ncsantoshnc.hashnode.dev·Nov 29, 2024Automating the Deployment of a Full-Stack Application with Jenkins and DockerIntroduction In today's fast-paced development environment, automating deployment pipelines is crucial for efficiency and reliability. In this blog, we will walk through setting up a Jenkins CI/CD pipeline for deploying a full-stack application — a R...Jenkins