Prabin PoudelforThe Zero Config Rails Blogblog.zeroconfigrails.com·Oct 5, 2024Setup RSpec Tests in Rails with Gitlab CIAt Zero Config Rails, I (Prabin) am constantly working on automating configurations and boring setups like “Setup RSpec Tests in Rails with Gitlab CI”. CI integrations helps in improving the code quality in projects. It can help in automating code re...DiscussRails
Alexander PanovforRoyalZSoftwareroyalzsoftware.de·Oct 3, 2024Self-Hosted GitLab Runner for iOS: Rent, Buy, or Hack?Managing GitLab CI/CD can be overwhelming, especially when it comes to deploying iOS/macOS applications. Recently, we released a comprehensive Udemy course covering everything about GitLab CI/CD pipelines, from beginner to advanced topics. Whether yo...Discuss·40 readsGitLab
Ayush Tripathiayush-t02.hashnode.dev·Sep 29, 2024Industry Ready CICD : A Practical GuideIn this blog, I’ll explain the process to make a complete industry ready DevOps project. This project will contain complete CICD implementation on a local setup. In a real setup, we would use a cloud provider for kubernetes and a few additional tools...Discuss·10 likes·74 readscicd
Prabin PoudelforThe Zero Config Rails Blogblog.zeroconfigrails.com·Sep 26, 2024Configure Minitest with Gitlab CI and RailsAt Zero Config Rails, I (Prabin) am constantly working on automating configurations and boring setups like “Configure Minitest with Gitlab CI”. 💡 You can configure the Gitlab CI for Minitest with a single command using Zero Config Rails. Just hit t...Discuss·191 readsRails
ferozekhanhighcloud.hashnode.dev·Sep 24, 2024Automatically deploy your Resume Web Application to an AWS Static Website with Gitlab CI/CD PipelineFor the purpose of this demo, I have already created a simple HTML based Resume App that is available HERE. Feel free to download the GitLab repository and modify as per your own requirements and profiling. You may use any other similar HTML project ...DiscussAWS
ferozekhanhighcloud.hashnode.dev·Sep 17, 2024Automatically deploy your Resume App to Azure Static Website with Gitlab CI/CD PipelineFor the purpose of this demo, I have already created a simple HTML based Resume App that is available HERE. Feel free to download the GitLab repository and modify as per your own requirements and profiling. You may use any other similar HTML project ...Discussazure_storage_account
OLUWASEUNseunayolu.hashnode.dev·Sep 15, 2024Overview of GitLab's CICD pipeline and its benefitsINTRODUCTION In modern software development, Continuous Integration and Continuous Deployment (CI/CD) are essential for delivering reliable and scalable applications. GitLab, a leading DevOps platform, integrates CI/CD capabilities directly into its ...Discuss·1 likeGitLab CICDgitlab-cicd
Anasanasmansuri.hashnode.dev·Sep 12, 2024Mastering GitLab for DevOps: A Comprehensive GuideWhat is GitLab? GitLab is an open-source DevOps platform that provides a comprehensive suite of tools for version control, CI/CD, project management, and security. It enables teams to collaborate on code, manage projects, and deploy applications seam...Discussgitlabproject
Alberto Eusebialbeus.hashnode.dev·Sep 11, 2024Integrating Gitlab and Hashicorp Vault: A Complete OverviewHere is a clarification on how GitLab authenticates to HashiCorp Vault and how to set up a CI/CD pipeline to access secrets. You can find this information in the official Vault and GitLab guides. Since these details are scattered across various guide...DiscussGitLab
sachin maharjanmaharjansachin.com.np·Sep 8, 2024Streamlining .NET Development: Building a CI/CD Pipeline with GitLab Runner, Docker Swarm, and PortainerContainerizing Dotnet Web Application The .NET application was containerized using Docker to ensure consistency across development and production environments. A Dockerfile was created at the root of the project directory. This Dockerfile defined a m...Discuss·42 readscicd