Author: drweb

If you’re building tools and platforms for the DevOps and platform engineering community—or you’re on the buying side, trying to decide which ones to adopt—you’ve probably noticed a frustrating truth: most market analyst reports don’t keep up with the pace of the software delivery world.We’re in an era where a new CI/CD integration, a Kubernetes operator, or an AI-driven deployment pipeline can drop this week and materially shift a vendor’s value proposition. Yet, the analyst industry is still largely built on static Magic Quadrants, Waves, and similar reports—snapshots frozen in time.Futurum Signal changes that. It’s a real-time, AI-powered, predictive evaluation…

Read More

You: You’re all about creating experiences that hit the right notes, both for fans and the team. You bring ideas to life with code, always eager to experiment, iterate, and level up. You’re proactive, thrive on solving complex challenges, and enjoy working in a fast-paced environment where you can have a real impact.Us: A rapidly growing ticket marketplace that is making waves, a huge amount of positive impact and changing the game in the live entertainment space. We’re on a mission to become the world’s most trusted live event marketplace. Our tech connects fans with their favourite events and creators,…

Read More
SQL

Photo by Element5 Digital on UnsplashI realized I never created a post to show how to deploy Terraform from VS Code. I haven’t done that in a while because I don’t do it at work. We have Azure DevOps pipelines to handle that, but I like to test my code on the side in my personal environment because I don’t have a pipeline set up to push the code. I don’t need a pipeline in my personal environment. Now, I feel rusty on Terraform commands and how to run them from VS Code, so I’m writing this blog post so…

Read More

What That Means for Devs and AI App Companies When GPT-5 dropped, OpenAI killed off a bunch of older APIs without much warning. A whole lot of apps face-planted overnight. If your app hard-codes itself to one provider, one API shape, or one model, this is the nightmare scenario. This is also different from losing a service because most AI applications are not just the AI but also stacks of prompts, training, and other customizations on top. Remove or modify the primary AI service and the Jenga tower falls. The truth is, this incident underscores a fundamental challenge with the…

Read More
SQL

I’m late to the party this month. Taiob Ali has a great invite for a topic that is likely on most people’s minds: AI and your career. I constantly hear people asking about this (well not lately, I’ve been on sabbatical).I love the T-SQL Tuesday blog party and hope more people participate. Spread the word, ask others to write, and help promote this on socials.AI and My CareerI’ve been a bit skeptical that AI would really help me. For the last 15-20 months I’ve been using AI in different ways, experimenting with things and seeing where it might be useful.…

Read More
SQL

Imagine this situation, someone edits a stored procedure on a production server to “fix” something. However, they broke the procedure and you find out the next day. How do you fix this?We’ll use SQL Compare since most of you don’t have version control (according to surveys), but you do (hopefully ) have backups. Let’s see how SQL Compare can help.This is part of a series of posts on SQL Compare. The ScenarioI get a call one morning that we have problems with a report. This report wasn’t producing the expected values. A user said they saw this:However,the value the day…

Read More

AI is everywhere in cloud security right now. Nearly every product claims to be “AI-powered,” and copilots and chatbots promise to help teams interpret issues faster. But for most platform teams, understanding the problem isn’t the hard part.The real challenge is resolution.Cloud environments change quickly, and the backlog of security findings grows just as fast. Teams aren’t struggling with awareness; they’re buried in alerts, tickets, and rework. What they need isn’t more explanation. They need help fixing things.That’s where most AI tools fall short. They summarize and suggest, but rarely act. What’s missing is AI that understands infrastructure, aligns with…

Read More
SQL

This month’s TSQL Tuesday invite is from my good friend, long standing MVP and community volunteer Taiob Ali – Taiob’s call is to blog on how AI, (the biggest invention since the internet, according to some) is changing our careers.The place I work is passionate about AI adoption. We are exploring many tools in that regard. I may not be able to share details of exact usage for privacy reasons. These are my personal experiences.How I use it personallyI have not played with many AI tools. I use a paid version of ChatGPT, which I find helpful for the following…

Read More

When I started my journey in DevOps nearly a decade ago, things were very different. CI/CD was barely catching on in enterprise environments, and Kubernetes felt like something only a few elite engineers could master. Over the years, I’ve worked across different kinds of organizations — startups, mid-sized teams and large-scale enterprises — and realized that many DevOps challenges are universal. Whether it’s wrangling outdated infrastructure, optimizing deployments or improving system observability, the fundamentals don’t change. Here are a few lessons I’ve picked up along the way — some from success, many from hard-earned failures. 1. Expect Failures — and Prepare for Them Proactively I…

Read More

A survey of 300 mobile engineers in the U.S and the United Kingdom (UK) working for organizations with 500 to 10,000 employees finds, on average, respondents are spending five hours per release on low-value tasks involving manual steps, coordination issues and approval bottlenecks, translating into 130 wasted engineering hours annually per developer.Published by Runway, a provider of a software-as-a-service (SaaS) platform for managing mobile application releases, the survey finds more than three-quarters (77%) said their teams experience incidents requiring delays or hotfixes every three to five releases. Most teams (86%) spend a significant amount of time firefighting instead of building…

Read More