DevOps

Migrating to the Cloud? Here’s Why 9 Out of 10 Clients Stick with TO THE NEW for DevOps

Introduction When companies move to the cloud, most think the hardest part is the migration itself. Truth is — that’s just the start. Over the past few years, we’ve worked with startups, large-scale platforms, and everything in between. What have we learned? Cloud without solid DevOps is like buying a sports car but never changing...

by Karandeep Singh
Tag: CI/CD
28-Aug-2025

DevOps

Upgrading the Terraform AWS Provider: Painful, But Worth It

Introduction If you're using Terraform for IAAC with AWS, you might have probably declared the provider like this in your code: provider "aws" {  region = "us-west-2" } [caption id="attachment_73692" align="aligncenter" width="625"] terraform + aws[/caption] And it worked. So you left it alone. Then one day, someone tries to use...

by Karandeep Singh
Tag: CI/CD
20-Aug-2025

JS

Automating Cron Jobs & Email Alerts with GitHub Actions + JavaScript

Introduction You probably already know how powerful GitHub Workflows are. They can transform the way you consume software and significantly boost your productivity. With them, you can automate almost anything. If you’re new to GitHub Actions or want to understand them in depth, I highly recommend Sudarshan’s excellent post,...

by Amit Singh Bhandari
Tag: CI/CD
05-Aug-2025

DevOps

Backup Like a DevOps Pro: 8 mysqldump Tips You Probably Didn’t Know

Introduction If you have worked with databases, you might have definitely crossed paths with MySQL, and probably used mysqldump at some point. It’s a go-to utility for backing up MySQL databases. But let’s be honest — most of us use it in its basic form and forget about it. Here’s the thing: MySQLdump is way more powerful than we...

by Karandeep Singh
Tag: CI/CD
04-Jul-2025

DevOps

Terraform 1.5 Import Block: Eliminate Manual Imports and Streamline IaC

Introduction We know that sometimes the cloud infrastructure is already set up before we start using Terraform. Traditionally, if we wanted to import these resources into Terraform and control them, we had to run some manual import commands. It was a pain and made it tricky to keep things smooth when working in a collaborative...

by Karandeep Singh
Tag: CI/CD
26-May-2025

DevOps

The Ultimate guide to choosing the right cloud migration service provider for your business

Introduction to Cloud Migration In 2023, the value of the Cloud computing market was touching $600 billion and is expected to quadruple to touch ~$2300 billion by 2032. The growth is not only driven by cloud-born businesses but by far the existing large legacy enterprises that are actively in action to migrate their existing...

by Navjot Singh
Tag: CI/CD
29-Apr-2025

iOS

iOS: CI/CD Integration via FastLane & Firebase using Gitlab : Part – 3

In the second part of the blog, we covered the Code Signing approach via the match import command and created a separate repository and uploaded the private keys and certificates in a Gitlab repo for syncing them across the machines. Now we are moving to the next part of this series where we will use CI/CD workflow via Fastlane &...

by Sandeep Kumar
Tag: CI/CD
30-Mar-2025

DevOps

The Automation-First Approach: Why Businesses Must Evolve Beyond Traditional CI/CD

Introduction In today's fast-paced software landscape, automation isn't just a luxury—it’s a necessity. Organizations need to ship features faster, scale effortlessly, and ensure rock-solid reliability—all without drowning in operational overhead. The solution? A unified, fully automated CI/CD pipeline that does it all. Many...

by Navjot Singh
Tag: CI/CD
27-Mar-2025

DevOps

Optimizing Nexus Deployment in Jenkins: Best Practices for DevOps Teams

Introduction In today’s fast-paced software development environment, DevOps teams must ensure that their deployment processes are streamlined, secure, and efficient. Nexus, a robust artifact repository, plays a crucial role in managing software dependencies and ensuring that teams have swift and dependable access to necessary...

by Karandeep Singh
Tag: CI/CD
07-Jan-2025

DevOps

Terraform Mastery Part 2: Advanced Techniques for Pro Infrastructure

Introduction Welcome back to the exciting adventure through the Terraform Mastery blog series! In Part 1 of this series, we revealed some basic and advanced tips to decorate your IAC management capabilities. Now, in this part, we’re going to dive deep into some other important tips that may in addition streamline your workflow,...

by Karandeep Singh
Tag: CI/CD
13-Dec-2024

DevOps

Terraform Mastery Part 1: Tips for Pro Infrastructure

Introduction Welcome to the magical world of Terraform, where cloud infrastructure meets innovation! While many people know the basics, there are hidden gems buried deep inside this powerful tool just waiting to be discovered. This blog is your guide to some unique tips and tricks that can supercharge your Terraform skills, increase your...

by Karandeep Singh
Tag: CI/CD
05-Dec-2024

DevOps

Strategic Approach to Automation in DevOps: Knowing When and What to Automate

Automation is the backbone of DevOps as it streamlines our work, reduces repetitive tasks, and helps us scale. However, automating every task indiscriminately can be more costly than beneficial. The key lies in understanding what to automate and when not to, plus also understanding that sometimes, the manual way is actually the best...

by Sanyam Munjal
Tag: CI/CD
18-Nov-2024