Operations | Monitoring | ITSM | DevOps | Cloud

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

Your Questions Answered on Simplifying Hybrid and Multicloud Network Connectivity

Dive into the highlights of our webinar Q&A with Aviatrix for expert guidance on how to streamline your network using Aviatrix and Megaport. Co-authored by Tim McConnaughy, Technical Marketing Engineer, Aviatrix In September 2024, we held a webinar with Aviatrix that had our team buzzing for weeks afterwards.

Breaking Silos: Unifying DevOps and MLOps into a Cohesive Software Supply Chain - Part 3

The synergy between DevOps and MLOps is more crucial now than ever. However, merging these two paradigms into a coherent software supply chain poses a unique set of challenges that can leave teams feeling overwhelmed. From the complexities of managing model dependencies to adapting conventional CI/CD tools for advanced machine learning (ML) workflows, the path to integration isn’t without its twists and turns.

Scheduled Resource Recommendations in Azure | Azure Cost Optimization

The video showcases a new feature in Turbo360 that allows users to schedule the turning on and off, as well as rightsizing of their Azure resources. Michael Stephenson (product owner for Turbo360) explains how this feature helps users optimize their resources by automatically scheduling actions such as turning off Virtual Machines (VMs) during non-peak hours and scaling them based on usage.

A comprehensive guide to NIS2 Compliance: Part 1 - Understanding NIS2 and its scope

The EU NIS2 directive, which calls for strengthening cybersecurity across the European Union, is now active in all member states. Join me for this 3-part blog post series in which I’ll explain what it is, help you understand if it is applicable to your company and how you can become NIS2 compliant.

Getting started with Tensor Cores

Technology is advancing rapidly, and with it comes a growing demand for powerful computers, especially in fields such as machine learning (ML), artificial intelligence (AI), and high-performance computing. As these areas develop, the size and complexity of the data they handle also increases. This surge in computing power requirements necessitates new methods for processing large amounts of data efficiently, without sacrificing accuracy or speed.

The Ultimate Guide to Becoming a GitKraken Power User: GitKon 2024

Maximize Your Efficiency with GitKraken: Tips for Power Users from Kevin Bost at GitKon 2024. Join Kevin Bost, Senior Software Architect and GitKraken Ambassador, as he walks you through comprehensive tips to become a GitKraken power user. This session covers essential features like the command palette, navigation shortcuts, branch management, tab handling, and more. Ideal for developers looking to optimize their workflow using GitKraken Desktop.

gRPC vs HTTP vs REST: Which is Right for Your Application?

When building modern applications, choosing the right communication protocol is crucial for performance, scalability, and ease of integration. Among the most common options, gRPC, HTTP, and REST often come up in discussions, each with its strengths and weaknesses. But how do you know which one to use? Let’s break it down in this comprehensive comparison.

How to Set Up and Manage Cron Jobs in Node.js: Step-by-Step Guide

Cron jobs are an essential tool for automating repetitive tasks in backend development. Whether you're running scheduled tasks like sending out emails, cleaning up databases, or performing regular backups, a cron job in Node.js can handle the heavy lifting. In this guide, we’ll walk through everything you need to know about cron jobs in Node.js, from setup to execution.