Operations | Monitoring | ITSM | DevOps | Cloud

3 Website Monitoring Tools I'm Thankful for in 2022

Thanksgiving can seem like a stereotypical American holiday, filled with images of family and friends gathered around tables overflowing with food. But harvest celebrations are far older than the United States. People have gathered in late autumn to enjoy the fruits of their labors for generations, long before the first Pilgrim arrived in the New World. The annual harvest feast is a time to look back on and enjoy the hard-earned comforts.

What is a bucket in GCP? GCP buckets explained

Google Cloud Provider (GCP) Storage uses buckets to store data. In GCP Storage, you can manage files and folders using the same tools and APIs you use to manage files in a standard container. Using GCP buckets, you can store any type of file, photo, video, or even projects. Essentially, GCP buckets are logical containers for your data. There is no limit to the number of buckets you can create; each bucket can hold any amount of data.

Intelligent Network Monitoring and Visibility - and Why It Matters

As today’s networks grow increasingly complex, your network application and security teams are all struggling with network communications, hidden threats and misconfigurations. Each of these issues allows various vectors, increasing the likelihood of a cybersecurity incident. Often an incident occurs because an organization lacks a single pane of view, the right information sharing, and an automated, inter-departmental workflow.

The ultimate generation of our Dedicated offering is here!

We are delighted to announce the general availability of Dedicated Generation 3 - the latest evolution of our Dedicated offering. We rewrote it from scratch with the objective of making the Dedicated experience as incredible as on the Grid, while providing the same strong guarantees regarding uptime, compliance, and SLAs. And, not to humblebrag, but we succeeded!

ITSM and Observability: Eliminate tool sprawl, accelerate issue resolution, and ensure SLAs while delighting end users

Over the past twenty years I have been working in tech, I have seen a variety of products and solutions come and go. For many, it is because they overly complicate something that should’ve been simple. With SolarWinds, I am thrilled to work with solutions designed from the start to be simple for our customers to use. We focus on providing solutions built to integrate with other elements of your network and complement them, so they become more effective.

JavaScript immediately invoked function expressions

JavaScript Immediately Invoked Function Expressions (IIFEs) are functions that are executed when they are initialized. An IIFE (pronounced “iffy”) can be initialized or defined to achieve a certain purpose. In this tutorial, you will learn about use cases for IIFEs and the benefits of using them over traditional functions. You will also write tests for your functions and integrate CI/CD for these tests.