Operations | Monitoring | ITSM | DevOps | Cloud

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

Streamline code quality: Integrating SonarCloud and SonarQube scanning with Kosli for automated compliance

Static code analysis is an important part of testing your software to ensure it is release-ready. In contrast to dynamic testing, which involves executing your code to find errors, static analysis uses automated tools to “look” through the code, without executing it, to find potential errors (including potential security issues) and bugs. Since the code does not need to be executed, static testing can begin much earlier in development than dynamic testing.

How to Build an Effective DevOps Roadmap: A CTO Guide

As a CTO stepping into the fast-paced world of startups or scaling tech organizations, one of your first and most critical tasks is to chart a clear DevOps roadmap. This roadmap isn’t just a technical guideline—it’s a strategic blueprint that aligns your tech initiatives with your business goals. To succeed, your approach needs to be systematic, focusing on immediate wins while building a foundation for long-term scalability and resilience.

Introducing Statusy - An Open Source Status Page Aggregator

A quick walkthrough of Statusy—an open-source status page aggregator that centralizes service monitoring for your team. Created by Yash Jain at Squadcast, Statusy simplifies tracking with a unified dashboard and flexible notifications. Set up in minutes and keep your team informed! Statusy is fully open source.

Overcoming the ClickOps Era

In today’s digital-first world, the demand for network connectivity is at an all-time high. With everyone across the enterprise—from business units to individual employees—relying on the network to accomplish their tasks, the Infrastructure & Operations (I&O) team is constantly under pressure to deliver. They need to manage everything from spinning up new network resources to ensuring those resources are optimized for performance and security.

BEGIN TRY/BEGIN CATCH vs GOTO in SQL Server

When handling errors in SQL Server, SQL developers have several options for resolving issues that arise during query execution. Two commonly used methods are BEGIN TRY/BEGIN CATCH and GOTO. While both serve to manage and respond to errors, they do so in distinct ways. In this article, we’ll compare BEGIN TRY/BEGIN CATCH and GOTO, exploring their use cases, advantages, and potential drawbacks to help you choose the best approach for your SQL Server error-handling needs.

OpenTelemetry Filelog Receiver: Collecting Logs from Kubernetes

Master log collection in Kubernetes with OpenTelemetry's filelog receiver. Learn to configure, optimize, and troubleshoot log collection from various sources including syslog and application logs. Discover advanced parser operator techniques for robust observability.