Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Top 3 Reasons to Migrate from Visual FoxPro to .NET

For companies relying on applications built with Microsoft's Visual FoxPro (VFP) development platform, the time has come to seriously consider modernizing to a more current technology like .NET. Released way back in 1995, FoxPro reached the end of its life a decade ago when Microsoft announced the product's retirement. While VFP apps that work fine today may seem to prevent the need to modernize, under the surface, trouble is brewing. This article examines the most pressing reasons why visual FoxPro migration to .NET should be a priority for forward-thinking IT leaders.

A 7-Step Guide to IT Cost Reduction in 2024

As per the latest forecast by Gartner, worldwide IT spending is projected to amount to $4.6 trillion in 2023, up by 5.1% from 2022. The demand for IT will be strong in 2023 as enterprises launch digital business initiatives to respond to global economic challenges. In a downward economy, conventional wisdom warrants reducing costs.

How to Deploy Applications Using Microsoft Intune Admin Center

Deploying software used to mean traveling to the physical location of each machine and running the executable file. However, with today’s distributed workplaces and remote and hybrid workers, that’s not a feasible solution. Fortunately, your IT team can use remote management tools to deploy apps and software updates without leaving their desks.

Micah Lasseter, Delivery Hero: The Link Between Leadership, Learning and Diversity

Discover how Micah Lasseter, Director of Leadership and Management Development at Delivery Hero is creating a link between leadership, learning and diversity. We’ve all heard the old saying that travel broadens the mind. But Micah Lasseter, Director of Leadership and Management Development at Delivery Hero can confirm that it is absolutely true.

Five improvements to Make Debugging Less Terrible

Over the past year, we released a couple of new offerings, like Session Replay and Cron Monitoring. But in addition to building new products, we’re constantly looking for ways to improve our core platform to help you debug software issues faster. As you hopefully saw during Sentry’s Launch Week, we shipped five quality-of-life improvements addressing the following problems: Here’s the latest.

Present-day IT Challenges Addressed by AIOps

The increasing rise of Artificial Intelligence for IT Operations (AIOps) in information technology (IT) is rapidly emerging as a transforming force that will redefine the operational paradigms. Essentially, AIOps fuses machine learning, big data analytics, and various IT tools to automate and improve IT Operation processes, including event correlation, anomaly detection, and event causality.

Diving into JTAG - Debugging (Part 3)

In the third installment of this JTAG deep dive series, we will talk in-depth about JTAG Boundary-Scan, a method used to test interconnects on PCBs and internal IC sub-blocks. It is defined in the IEEE 1149.1 standard. I recommend reading Part 1 & Part 2 of the series to get a good background on debugging with JTAG before jumping into this one!

Feature Friday #2: $(with)

Ever wanted to manipulate a string - temporarily - for an individual promise? Check out the with attribute and its special, $(with) variable. Sometimes you need some variation on a string for a specific case. Traditionally, to achieve this you’d simply define another variable. Here is a contrived example: I have a string, nginx and I want to emit a report that contains both the string itself and the upper case version of the string.