GET UNLIMITED DOWNLOADS
Join Telegram
DMCA -Urgent Content Remove
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max
No Result
View All Result
PSDLY.COM
No Result
View All Result
Home Programming

Udemy – GitLab CI/CD: Pipelines, CI/CD and DevOps for Beginners

March 18, 2026
in Programming, Free Course, Tutorials
GitLab CI/CD: Pipelines, CI/CD and DevOps for Beginners
File Name:GitLab CI/CD: Pipelines, CI/CD and DevOps for Beginners
Content Source:https://www.udemy.com/course/gitlab-ci-pipelines-ci-cd-and-devops-for-beginners/
Genre / Category:Programming
File Size :6.5 GB
Publisher:Valentin Despa
Updated and Published:March 10, 2026
Product Details

This course is neither endorsed by, nor in partnership, nor affiliated with GitLab, Inc.

SPECIFIC SKILLS YOU WILL LEARN:

  • Pipeline Development – Create multi-stage GitLab CI/CD pipelines using YAML configuration. Configure automated unit testing with JUnit reports. Implement parallel job execution. Use conditional job execution with rules. Manage job dependencies and artifacts. Configure before_script and after_script hooks. Troubleshoot pipeline failures using exit codes.
  • Continuous Integration Practices – Configure merge request workflows with branch protection. Implement code review processes before merging. Add automated code linting for quality enforcement. Run unit tests before allowing merges. Generate and publish test reports. Implement smoke tests for deployment verification. Configure end-to-end testing with Playwright.
  • Docker Integration – Select appropriate Docker images for build environments (Alpine, slim variants). Create custom Dockerfile for applications. Build and tag Docker images in GitLab pipelines. Push images to GitLab Container Registry and Amazon ECR. Use Docker containers as pipeline job execution environments.
  • Deployment Strategies – Create deployment pipelines for multiple environments. Configure environment-specific variables and secrets. Implement manual approval gates for production deployments. Create dynamic review environments for merge requests. Deploy applications to remote servers using SSH, SCP, and rsync. Configure SSH key authentication and host verification. Run deployment scripts on remote servers.
  • AWS Cloud Deployment – Install and configure AWS CLI for infrastructure automation. Deploy static websites to Amazon S3 with bucket configuration and file syncing. Create and manage AWS IAM users and roles for secure credential management. Deploy containerized applications to Amazon ECS using Fargate and EC2 launch types. Create ECS task definitions and services. Update ECS deployments using AWS CLI. Store Docker images in Amazon ECR.
  • Pipeline Optimization – Implement caching strategies to speed up builds. Configure cache keys (static, dynamic, file-based). Manage artifact dependencies between jobs. Use stageless pipelines with the needs keyword. Skip repository cloning when not needed using GIT_STRATEGY. Optimize Docker image selection for faster execution.
  • Security and Secrets Management – Store credentials securely using GitLab CI/CD variables. Scope variables to specific environments. Follow best practices for handling sensitive data. Configure SSH private keys for deployment. Manage AWS access keys and secret keys safely.

COURSE STRUCTURE:

  • Section 1 (21 lectures) – GitLab CI/CD fundamentals, DevOps concepts, pipeline architecture, YAML syntax, first pipeline creation, GitLab Runner understanding, Linux shell basics, exit codes.
  • Section 2 (25 lectures) – Continuous Integration with Docker build environments, automated testing, parallel execution, JUnit reports, merge request workflows, code linting, artifact publishing.
  • Section 3 (33 lectures) – Continuous Deployment to multiple environments, environment variables, secrets management, deployment strategies (manual, staging, production), review environments, Playwright E2E testing, HTML reports.
  • Section 4 (9 lectures) – Docker for DevOps including Dockerfile creation, Docker CLI in GitLab, building and pushing images, GitLab Container Registry, scheduled pipelines.
  • Section 5 (11 lectures) – AWS deployment using S3 static hosting, AWS CLI usage, IAM credential management, file uploading and syncing to S3.
  • Section 6 (12 lectures) – SSH deployment to Amazon EC2, Nginx web server setup, SSH connection configuration, SCP and rsync file transfers, remote script execution.
  • Section 7 (15 lectures) – Amazon ECS deployment including cluster creation, task definitions, service configuration, ECR integration, automated deployment updates, sed for file templating.
  • Section 8 (11 lectures) – Advanced features including job retry, allow_failure, YAML anchors and aliases, job templates, extends keyword, includes for configuration reuse, CI/CD components, multi-line scripts, background processes, GitLab Pages, runner tags.
  • Section 9 (12 lectures) – Performance optimization including GIT_STRATEGY options, disabling artifact downloads, stageless pipelines with needs, cache configuration (keys, policies, troubleshooting), cache vs artifacts comparison.
  • Section 10 (1 lecture) – User questions and specific topics.
  • Section 11 (3 lectures) – Course conclusion and bonus content.
AVvXsEg7fuwUVWvRLG3u6eiDuYuJMik9r9VIDCqAqaa9GlGFojlmXxiIfldWolD76plHGofRxcPsLgWSNb99G3jnabcymuN9JT6Bvst6 H59BnbZMxBfLt1cHxH204liqZFevFH9loi9a DkWW1hntwCgov4LXNKV5VY7B9hI3O3vIcOWVyJoU6D rGJWfLHK9I=s16000

DOWNLOAD LINK: GitLab CI/CD: Pipelines, CI/CD and DevOps for Beginners

GitLab_CI_CD_Pipelines_CI_CD_and_DevOps_for_Beginners.part1.rar – 1000.0 MB
GitLab_CI_CD_Pipelines_CI_CD_and_DevOps_for_Beginners.part2.rar – 1000.0 MB
GitLab_CI_CD_Pipelines_CI_CD_and_DevOps_for_Beginners.part3.rar – 1000.0 MB
GitLab_CI_CD_Pipelines_CI_CD_and_DevOps_for_Beginners.part4.rar – 1000.0 MB
GitLab_CI_CD_Pipelines_CI_CD_and_DevOps_for_Beginners.part5.rar – 1000.0 MB
GitLab_CI_CD_Pipelines_CI_CD_and_DevOps_for_Beginners.part6.rar – 1000.0 MB
GitLab_CI_CD_Pipelines_CI_CD_and_DevOps_for_Beginners.part7.rar – 578.1 MB

FILEAXA.COM – is our main file storage service. We host all files there. You can join the FILEAXA.COM premium service to access our all files without any limation and fast download speed.

Tags: free courseprogrammingTutorials
Download Alerts & Free Assets on Telegram
Join

More Download

Complete Node.js & Express.js Backend Web Development
Programming

Udemy – Complete Node.js & Express.js Backend Web Development

...

Professional Diploma in Business Cost Reduction & Control
Other Tutorials

Udemy – Professional Diploma in Business Cost Reduction & Control

...

Rust for Beginners: Start Coding Instantly in the Playground
Programming

Udemy – Rust for Beginners: Start Coding Instantly in the Playground

...

LangGraph Mastery: Build AI Agents, RAG & Multi-Agent System
Ai Courses

Udemy – LangGraph Mastery: Build AI Agents, RAG & Multi-Agent System

...

Load More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *


Creative Search

No Result
View All Result
FILEAXA
🔥 SPRING OFFER
Save More on
Premium Storage
Get extra days on all FileAXA plans.
Offer ends March 21
Premium Lite 10% EXTRA
Premium Plus 15% EXTRA
BEST Premium Max 25% EXTRA
00
DAYS
00
HRS
00
MIN
00
SEC
Upgrade Now

About us.

You Can Download Free Thousands of Premium Quality Graphics Resource Mockups, Videohive, Templates, Fonts, Course, Add-Ons, Web Theme for Personal use

Follow us

Free GFX Pack

  • Free Mockups
  • Free Logo Mockups
  • Free T-Shirt Mockups
  • Free Product Mockups

Free VFX Pack

  • Free Footage
  • Free Premiere Pro
  • After Effect Template
  • Free Videohive Download

Free Add-Ons

  • Brushes And Gradient
  • Free Lightroom Preset
  • Free Photoshop Actions

Free Web Pack

  • Free Wp Theme
  • Free Wp Plugin
  • Free HTML Theme
  • Free Blogger Template
  • Home
  • Donate
  • About us
  • Contact
  • DMCA – Content Removal

© 2019 - 2026 Psdly.com. All rights reserved.

No Result
View All Result
  • Photoshop
    • Mockups
      • Logo Mockups
      • T Shirt Mockups
      • Business Card
      • Branding Mockups
      • Stationery Mockups
      • Flyer/Poster Mockups
      • Bill-Board Mockups
      • Product Mockups
      • Brochure Mockups
      • Device Mockup
    • Lightroom Preset
    • Photoshop Actions
    • Brushes & Gradient
    • Patterns
    • Objects
    • Textures
    • Templates
    • Magazine
  • Videohive
    • After Effect
      • Broadcast Packages
      • Elements
      • Infographics
      • Logo Stings
      • Titles
      • Openers
      • Product Promo
    • Premiere Pro
    • DaVinci Resolve
    • Footage
    • Apple Motion
    • VIP Templates
  • Fonts
  • Luts
  • Sounds
    • Loops
    • Sound Effect
    • Sound FX
    • Refills
  • Courses
    • After Effects Tutorials
    • WSO Tutorials
    • 3D Tutorials
    • Drawing & Painting
    • Film & Media
    • Flash Tutorials
    • Music Learning
    • Photoshop Tutorials
    • Photography
    • Programming
    • Sound & Production
    • Game Devolopment
    • Ai Courses
    • Web Design Tuts
    • Other Tutorials
  • 3D Models
    • 3ds Max
    • Maya
    • Daz 3D poser
    • Game Assets
    • Cinema 4D
  • Plug-ins
    • AE Plugin
    • Photoshop
    • Illustrator
    • Cinema 4D
    • 3D Max