Author: drweb

CI/CD was built around a comforting idea: Software should do tomorrow what it did today, assuming the inputs are the same.That assumption sits underneath a lot of modern DevOps. It is why we have build pipelines, test suites, artifact repositories, deployment gates, rollback strategies, infrastructure-as-code and all the other machinery that turned software delivery from an artisanal activity into something closer to an industrial process. We may not always get perfect repeatability, but the goal has been clear. Same source code. Same build process. Same tests. Same artifact. Same deployment path. Same expected result.Agentic AI makes a mess of that…

Read More
SQL

Last week I was honored with a trip to Rome for the Redgate President’s Club. I was awarded this, along with our top people in Sales, for the work I did in 2025. It was a fun trip, but as we prepared to depart Cambridge, one of the rules our Chief Revenue Officer gave us was:Don’t work this weekShe told us that the company should be able to survive a week without us. On Wednesday, I got reminded of this when I replied to a few Slack messages.Thursday I got reminded again.By Friday she had given up.It’s not that I…

Read More

May 12, 2026 Docker AI Governance: Unlock Agent Autonomy, Safely Introducing Docker AI Governance: centralized control over how agents execute, what they can reach on the network, which credentials they can use, and which MCP tools they can call, so every developer in your company can run AI agents safely, wherever they work. Your laptop is the new prod Agents are the biggest productivity unlock… Read now

Read More
SQL

As part of my wider work exploring Claude Code and AI-assisted database engineering, I have been looking at how AI can support SQL Server operations. A failed job, missed backup, full transaction log or blocking issue can quickly become business-critical. … Continue reading ?

Read More
PHP

News For years, PhpStorm has been the go-to IDE for PHP developers – powerful and deeply integrated with the language. But there was one thing many kept asking for: Laravel support out of the box. It should come with built-in— Amdadul Haq (@amdad121) July 30, 2025 Starting with PhpStorm 2025.3, Laravel support is now built in. From the moment you open your project, everything just works – no plugins, no configuration, no extra steps. Discover the story behind this update from PhpStorm Team Lead Roman Pronskiy, PhpStorm Software Developer Maria Filippova, JetBrains Product Lead Artemy Pestretsov, Laravel Idea plugin creator…

Read More
PHP

Releases PhpStorm 2026.1에 오신 것을 환영합니다! 이번 릴리스에는 새로운 PhpStorm MCP 도구, IDE 내에서 사용할 수 있는 새로운 타사 에이전트, Git 워크트리 지원 및 PHP와 Laravel 개발자의 생산성을 향상하는 기타 다양한 기능이 포함되어 있습니다. PhpStorm 2026.1 다운로드 PhpStorm MCP 도구 PhpStorm 2025.2에서는 Claude Code, Windsurf, Codex와 같은 타사 코딩 에이전트가 IDE 도구에 액세스하고 사용할 수 있도록 통합 MCP 서버를 추가했습니다.  2026.1 버전에서는 다음과 같은 PhpStorm 기능을 추가하여 MCP 서버 도구 모음을 확장할 예정입니다. 에이전트가 PhpStorm의 강력한 정적 분석 엔진을 활용할 수 있도록 하는 검사 및 빠른 수정. PhpStorm의 구조 검색 및 코드 패턴에 대한 의미 검색을 포함한 IDE 검색 기능.…

Read More