Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Object validation and conversion with Marshmallow in Python

Marshmallow is a Python library that converts complex data types to and from Python data types. It is a powerful tool for both validating and converting data. In this tutorial, I will be using Marshmallow to validate a simple bookmarks API where users can save their favorite URLs along with a short description of each site.

Comparing Cloudflare Workers, Fastly Compute@Edge, Akamai EdgeWorkers

Building serverless applications on the “edge” is becoming a reality. The promise of fast execution and seamless deployment is near, but is it here? The goal: Use an edge platform to build a proof of concept clone of linkz.ai, a tooltip generator for external links (among other things).

We've successfully completed our SOC 2 audit

We're very pleased to announce that incident.io is now SOC 2 compliant, having successfully completed our Type I audit. Put simply, this means an external auditor has looked at how the company is operating, and how our software is managed and operated, and confirmed that we meet a set of high security standards.

What Are The Different Cloud Cost Models? 3 Types You Need To Know

Identifying the best payment plan for cloud services can be a challenge. For one thing, no two businesses are exactly alike. Since each organization faces a unique set of circumstances, it is tough to choose the best option from all the different cloud cost models without taking an in-depth look at business-specific aspects such as demand, spending preferences, and projected revenue over the next few years. On top of that, the payment plans themselves are very often confusing.

Open Source FOMO? Not with Tanzu Application Platform

If you are not familiar with the term, FOMO is short for “fear of missing out,” and some developers are feeling it these days. Developers want to be a part of a technical community and stay current by working on, and with, the most innovative technologies. Open source FOMO comes when they witness their peers getting to explore new technologies that help them get ahead, while they’re bogged down with stale technology and monolithic apps.

Outsourcing Trends For 2022

The pandemic has caused a stir and affected a lot of industries including IT outsourcing. As most of the businesses have gone digital with the new normal of work today. Our world is getting more and more digitised. The last two years of pandemics have proved and modified certain aspects of our life including how outsourcing operates. With the rapid growth in technology, the demand for custom software development outsourcing from organizations has increased.

Your Log4shell Remediation Cookbook Using the JFrog Platform

Last week, a researcher from the Alibaba Cloud Security Team dropped a zero-day remote code execution exploit on Twitter, targeting the extremely popular log4j logging framework for Java (specifically, the 2.x branch called Log4j2). The vulnerability was originally discovered and reported to Apache by the Alibaba cloud security team on November 24th. MITRE assigned CVE-2021-44228 to this vulnerability, which has since been dubbed Log4Shell by security researchers.

Stop Using Branches for Deploying to Different GitOps Environments

In our big guide for GitOps problems, we briefly explained (see points 3 and 4) how the current crop of GitOps tools don’t really cover the case of promotion between different environments or how even to model multi-cluster setups. The question of “How do I promote a release to the next environment?” is becoming increasingly popular among organizations that want to adopt GitOps.