Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

An Easy Guide to OpenFeature Flagging

In software development, feature flags have become an essential tool for teams looking to deploy code with more control and agility. OpenFeature flagging, in particular, stands out as an open-source standard that’s revolutionizing how teams manage feature rollouts, experiments, and toggling. In this guide, we’ll understand what OpenFeature flagging is, its key benefits, how to implement it, and best practices to help you get the most out of it.

What is DynamoDB Throttling and How to Fix It

When you're working with DynamoDB, one of the most critical things you need to keep an eye on is throttling. If you're not careful, throttling can severely impact your database's performance. It’s not just about slower response times—throttling can lead to system failures or unexpected downtime if not addressed properly.

Building Cloud Excellence: How JFrog Supports the AWS Well-Architected Framework

In today’s hybrid infrastructure landscape, migrating applications to the cloud unlocks significant financial and technological benefits. Whether internal or external, these applications require robust, efficient infrastructure. Cloud providers like Amazon Web Services (AWS), Google Cloud, and Microsoft Azure offer frameworks to help organizations build better systems.

Top Cloud Deployment Tools And How To Choose The Right One

For DevOps teams, ideal cloud deployment tools mean automation, consistency, and operational reliability. For CTOs, they ensure faster time to market, scalability, and efficiency. And for CFOs, cost-effectiveness and healthy margins are the name of the game. This is our hand-picked list to help you choose the right cloud deployment tools for your organization’s specific needs.

Redgate's new PostgreSQL book is now available for free download

Redgate's new book, 'Introduction to PostgreSQL for the data professional', is now available for free download. Hear from authors Ryan Booz & Grant Fritchey about their inspiration for the book and the challenges they faced along the way. While the documentation around PostgreSQL is detailed and technically rich, finding a simple, clear path to learning what it is, what it does, and how to use it can be challenging.

Guide: Assessing the ROI of an Internal Developer Portal (IDP)

When considering or advocating for an Internal Developer Portal (IDP) within your organization, assessing potential impact is an exciting, but sometimes challenging endeavor, especially considering the broad set of use cases IDPs support and the lack of context and visibility before the presence of an IDP. Maybe you understand the inherent value of an IDP, but need to quantify the estimated savings/impact to justify the spend.

GitKraken Desktop: Visualize Git, Simplify Version Control

Explore the future of version control with GitKraken Desktop on Windows, Linux, and Mac! Embrace a clear, user-friendly interface that simplifies Git and enhances developer collaboration. With intuitive features like the Commit Graph and Focus View, tracking changes and managing pull requests has never been easier.

Top Picks: 8 Software Deployment Tools For 2025

Software deployment isn’t always as simple as it sounds. Keeping applications up to date, avoiding disruptions, and managing deployments efficiently requires the right approach. Some tools automate the process, making frequent releases easier, while others focus on security, compliance, and stability across different environments. The best software deployment tool depends on how you work.

High Cardinality Explained: The Basics Without the Jargon

Cardinality refers to the number of unique values in a dataset column. A column with many distinct values—like a user ID or timestamp—has high cardinality, while a column with limited distinct values—like a boolean flag (true/false) or a category with a few possible options—has low cardinality. For example, consider a database of an e-commerce platform.