Operations | Monitoring | ITSM | DevOps | Cloud

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

HAProxy Enterprise WAF protects against Microsoft SharePoint CVE-2025-53770 / CVE-2025-53771

Critical vulnerabilities in Microsoft SharePoint (CVE-2025-53770 and CVE-2025-53771) are currently being exploited in the wild. Disclosed on July 19, 2025, these vulnerabilities have CVSS scores of 9.8 and 7.1 respectively, indicating severe and high risk. CVE-2025-53770 affects on-premises Microsoft SharePoint Servers, allowing unauthorized attackers to execute code over a network. CVE-2025-53771 affects Microsoft Office SharePoint, allowing authorized attackers to perform spoofing over a network.

Build Smarter With Cloud-Native Tools: Your 2025 Guide

Cloud-native tools promise speed, scalability, and resilience. The catch is you have to pick the right ones and use them well. Without the right foundation, they can mean more complexity, hidden costs, and a false sense of control. In this guide, we’ll help you avoid that trap. From infrastructure to observability and CI/CD tools, we’ll cover the solutions shaping modern cloud stacks.

Stop Scrolling Through Git History Forever!

Trying to find when a specific function changed — or disappeared? In this episode of Wait… Git Can Do That?, we show you how to use git log -S'string' to search your Git history for code-level changes. Use -S to find string adds/removals Add -p to view the diffs Bonus: In GitKraken Desktop, search visually and jump straight to changes Less guessing.

Core Values for a Better Developer Experience

What does dev onboarding look like after 17 acquisitions? At Appfire, it's not chaos, it's a unified developer experience that actually scales. In this GitKon session, CTO Ed Frederici shares how Appfire integrates 60+ teams and 160+ products without losing developer velocity or culture. For dev leads, managers, and anyone building a better onboarding playbook...this one's gold.

Why Appfire's Onboarding Process is So Fast

How do you onboard 800+ developers, integrate 17 acquisitions, and still keep dev velocity high? Ed Frederici, CTO of Appfire, shares how their unified developer experience scales productivity and preserves team culture. Whether you're leading a team or just joining one, this talk will change how you think about onboarding, autonomy, and dev growth. GitKraken Desktop: gitkraken.com/git-client GitKraken CLI: gitkraken.com/cli.

Tech Lead Journal: The CTO playbook for engineering excellence

Engineering excellence is more than code quality or tool choice. It’s about aligning engineering with business goals, improving systems systematically, and building a culture of continuous progress. In a recent episode of the Tech Lead Journal podcast, Cortex CTO and co-founder Ganesh Datta shared lessons from his engineering career.

Speed up PR reviews with actionable code suggestions

Hello, Bitbucket fans It’s Dave from the Bitbucket Cloud product team. We’re happy to introduce another enhancement to help your team better collaborate around code reviews, saving you valuable time – the ability to propose specific code suggestions within a pull request. Code authors can view and apply the proposed code changes without switching contexts, helping teams get pull requests completed even more efficiently. This feature is available today to all teams using Bitbucket Cloud.

Accelerate Your Deployment Frequency: Strategies to Remove Bottlenecks

Is slow deployment hindering your mid-size organization? This guide tackles common deployment bottlenecks like manual processes and inconsistent environments head-on. Discover actionable strategies for faster, safer releases, including CI/CD automation, Infrastructure-as-Code (IaC), GitOps, and cultivating a strong DevOps culture.

Monitor Nginx with OpenTelemetry Tracing

At 3:47 AM, your NGINX logs show a 500 error. Around the same time, your APM flags a spike in API latency. But what's the root cause, and why is it so hard to correlate logs, traces, and metrics? When API response times cross 3 seconds, identifying whether the slowdown is at the NGINX layer, the application, or the database shouldn't require guesswork. That's where OpenTelemetry instrumentation for NGINX becomes essential.