DevOps

Why Regular Upgrades Are Non-Negotiable in Modern DevOps

Introduction In DevOps, upgrades are rarely exciting. They don’t ship new features (most of the time). They don’t impress clients. They don’t always get leadership applause. And yet, over the years at To The New, one thing has become very clear to us: DevOps teams that do upgrades regularly move faster, stay safer,...

by Karandeep Singh
Tag: CI/CD
15-Jan-2026

DevOps

DevOps Is Not a One-Time Setup: First-Year Lessons from the Field

Introduction When teams start on their DevOps journey, the excitement is real. CI/CD pipelines, faster deployments, cloud-native tools, automation everywhere - it feels like everything is finally going to be smooth. But in reality, the first year of DevOps is rarely smooth. It’s messy, experimental, and full of learning. [caption...

by Karandeep Singh
Tag: CI/CD
14-Jan-2026

DevOps

How DevOps Automation Accelerates Software Delivery: A Leadership Perspective

Recently we realized something. Some companies just move differently, when they figure out this whole DevOps automation thing before everyone else did. As, one of our clients just pushed their fourth feature update this week. Fourth! And we're thinking... their main competitor is still stuck planning some big quarterly release that...

by Sanyam Munjal
Tag: CI/CD
10-Oct-2025

Quality Engineering

Introduction to Mabl

Introduction to Mabl  If you’ve ever been stuck fixing broken Selenium tests at 2 a.m., you know the pain of traditional test automation. A small CSS change or a renamed element ID, and suddenly half your regression suite is red. The team wants to ship. Product is pushing. And QA is caught in the middle.This is the reality for many...

by Tanuj Sunil Rasane
Tag: CI/CD
29-Sep-2025

DevOps

EC2 Image Builder in Action: From AMI Creation to Cross-Account Sharing

Introduction EC2 Image Builder is an AWS service that automates creating, updating, and deploying your Amazon Machine Images (AMIs). EC2 Image Builder creates a pipeline for Linux or Windows Server images for use with Amazon EC2. The pipeline manages all stages, including image creation, maintenance, validation, sharing, and...

by Kushagra Bansal
Tag: CI/CD
05-Sep-2025

DevOps

Packer Alternative: Migrating to AWS EC2 Image Builder for Automated AMI Pipelines

Introduction HashiCorp Packer is one of the most popular open-source machine image builders. It helps engineers define infrastructure as code, installing software and layering security updates into AWS Machine Images, or AMIs. Packer is focused on image building. It has no capabilities around testing, scheduling, AWS notifications, or...

by Kushagra Bansal
Tag: CI/CD
02-Sep-2025

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

From Chaos to Clarity: How We Fixed Jenkins Without Starting Over

Introduction At To The New, we help customers across various industries develop cutting-edge, scalable infrastructure. However, you must first tame the beast before you can scale anything. And in this case, the beast was Jenkins. Jenkins setups that have grown disorganized over time are a problem for many organisations. Engineers spend...

by Karandeep Singh
Tag: CI/CD
26-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