Operations | Monitoring | ITSM | DevOps | Cloud

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

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.

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.

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.

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.

What is Defense in Depth and how can you apply it with Ubuntu?

Find out how you can apply a Defense in Depth approach with Ubuntu. Ubuntu’s security offerings are much more than just a collection of tools: they are an ecosystem of layered defenses, each tuned to address specific threat levels and attacker capabilities. By understanding the unique threats each layer counters, you can make informed choices about which defenses are most important for your environment.

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.