Terraform Function - Part 1 [Collection functions] - with examplesTerraform FunctionsDec 31, 2023·5 min read·25
Learning MLOpsWhy MLOps? Just a brief touch on my motivations: With ML solutions becoming increasingly ubiquitous, the need for smooth deployment, monitoring, and scaling of these solutions is paramount. Enter MLOps, which strives to harmonize ML system developmen...Aug 28, 2023·3 min read·25
Day 12: Harnessing the Power of Parallel and Matrix Builds in GitLab CI/CDMaximize Build Efficiency: A Deep Dive into Concurrent Job Execution and Dynamic Job Creation in GitLabAug 23, 2023·2 min read·836
Day 11: Crafting Multi-Stage Pipelines in GitLab CI/CDStreamlining Development: How to Efficiently Organize and Execute Your CI/CD Workflows with GitLab's Multi-Stage Pipelines"Aug 22, 2023·2 min read·43
Day 10: GitLab CI/CD YAML Syntax and BasicsIntroduction In today's article, we'll delve deep into the .gitlab-ci.yml file – the heart of GitLab's CI/CD process. By understanding its structure and syntax, you can create automated pipelines tailored to your project's needs. What is .gitlab-ci.y...Aug 21, 2023·2 min read·31
Day 9: Optimizing Your GitLab CI/CD PipelinesWelcome to Day 9 of our exploration into GitLab CI/CD. As your project grows, it's essential to optimize your CI/CD pipelines for better efficiency and faster execution times. Today, we're focusing on exactly that! 1. Job Parallelization One way to s...Jul 21, 2023·2 min read·14
Day 8: Utilizing GitLab CI/CD Pipelines for Merge RequestsWelcome to Day 8 of our GitLab CI/CD series. Today we're going to discuss a key feature that boosts code quality and collaboration: GitLab CI/CD Pipelines for Merge Requests. What is a Merge Request? A Merge Request (MR) is a request to merge one bra...Jul 21, 2023·2 min read·86