Sat.Jul 23, 2022 - Fri.Jul 29, 2022

article thumbnail

What Happened to HornetQ, the JMS That Shattered Records?

DZone

HornetQ 2.0 broke records and defeated top-ranked messaging services in benchmark tests. Why wasn't it widely adopted? Software vendors make all kinds of claims about their products, but what developers care about is proof. When testing a new product, it's important to see how it stacks up against its competition. For years, researchers at UT Darmstadt have compared the performance of message-oriented middleware servers based on Java Messaging Service (JMS).

article thumbnail

Forrester Total Economic Impact (TEI) Study: What does it mean for you?

Dynatrace

Dynatrace news. I recently hosted a webinar with guest speakers, Forrester Consultant Chris Layton and former Forrester Consultant Charlie Dorrier, to dive into the recent Forrester TEI Study in more detail. We covered everything from the study findings, how the study was conducted, how the data was collated, and most importantly – what it means for you, our partners, and how you can leverage it to better serve your customers and business.

DevOps 223
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

DevOps Infrastructure as Code: An A-Z IaC Implementation Guide

Simform

A few years ago, servers were the irreplaceable menace that gave developers nightmares. Even if one server experienced downtime, the entire system collapsed and finding out the issue required piecing together every misstep and miscalculation. Let’s not even talk about the business lost during this whole time. Fast forward to the present day: IaC is the messiah that the development world was waiting for all along.

DevOps 59
article thumbnail

July 2022 product update: Web Vitals support, more synthetic test agents & performance heat maps

Speed Curve

It's been another busy month here at SpeedCurve! Check out our latest product updates below. RUM: Performance heat maps. Fixing high-traffic but poorly performing areas of your site will improve your overall metrics – and create a faster, better experience for more of your users. To help you do this, we've added heat maps to your RUM Performance dashboard that let you quickly spot which page labels or paths are experiencing performance issues.

Testing 52
article thumbnail

Compatibility Testing: Checklists and Crucial Things You Need to Know About It

DZone

Development and designing are crucial, yet equally significant is making sure that you have developed the software product as per the necessities. In QA and software testing world, a compatibility test is a kind of test performed to scrutinize whether the software or app is competent of running on multiple OSs, mobile devices, browsers, applications, network environments, and more.

Testing 246
article thumbnail

Dynatrace adds support for AWS Transit Gateway with VPC Flow Logs

Dynatrace

Dynatrace news. Dynatrace has added support for the newly introduced Amazon Virtual Private Cloud (VPC) Flow Logs for AWS Transit Gateway. This new service enhances the user visibility of network details with direct delivery of Flow Logs for Transit Gateway to your desired endpoint via Amazon Simple Storage Service (S3) bucket or Amazon CloudWatch Logs.

AWS 214
article thumbnail

Top 18 DevOps Trends to Watch Out for in 2022 and Beyond

Simform

Over the years, many tech giants have successfully adopted DevOps into their ecosystem, and the key to success is knowing and implementing the latest DevOps Trends of that particular era. This article helps you understand the DevOps trends that will shape the industry and may become the founding stone of your DevOps implementation in 2022 and beyond.

DevOps 59

More Trending

article thumbnail

Escape Analysis in Java 6 Update 14 - Some Informal Benchmarks

DZone

Sun released update 14 of the Java 6 JDK and JRE. As well as the usual collection of bug fixes, this release includes some experimental new features designed to improve the performance of the JVM (see the release notes ). One of these is Escape Analysis. What Is Escape Analysis? Escape analysis is a compiler optimization technique that analyzes an object's access path to determine whether or not it is escaped from its current scope.

Java 198
article thumbnail

What is log analytics? How a modern observability approach provides critical business insight

Dynatrace

Dynatrace news. What is log analytics? Log analytics is the process of viewing, interpreting, and querying log data so developers and IT teams can quickly detect and resolve application and system issues. While an error message or application alert will signal that something has gone wrong, it often requires an investigation to identify what exactly happened, in which part of the system, and how so teams can take action.

Analytics 211
article thumbnail

The State of Containers: Unraveling a Few Mysteries  

Simform

Agility and quick releases have been the foundation on which the IT industry has evolved in the last decade. However, as the size and complexity of the application grew, achieving it became an arduous task. That gave birth to the concept of containers, which has become mainstream in the IT world today. This curated report aims to highlight the current state of containers to unravel a few mysteries that will surprise you.

article thumbnail

Learning Diverse Question Formats to Get Better Insights

Strategic Tech

One thing I’ve been doing a lot this year is thinking about how to ask better questions. It’s not a skill I’ve deliberately tried to develop much in the past so I spend a lot of time thinking about every single question. Learning to ask better questions has definitely been worth all the hours of investment, in particular learning a variety of question formats.

article thumbnail

A Breakdown of Continuous Testing

DZone

In the present world that we live in, software is a vital component. As users, we interact with an ever-increasing amount of software every day. The wheels of innovation are constantly churning out new digital experiences. The old way of testing was based on the waterfall model. The product was passed on from one team to another. A product would have separate development and QA phases.

Testing 189
article thumbnail

Dynatrace SaaS release notes version 1.246

Dynatrace

Dynatrace news. We have released Dynatrace version 1.246. To learn what’s new, have a look at the release notes. The post Dynatrace SaaS release notes version 1.246 appeared first on Dynatrace blog.

205
205
article thumbnail

Multi-region databases:  The why, design principles, and what does AWS offer?

Simform

In 2019, an IT outage at Lloyds Banking Group caused hundreds of thousands of payments to become stranded. Customers had to complain about troubles transferring money on Friday morning, which got annoying. By early afternoon that day, the bank had a backlog of roughly 400,000 unprocessed payments, and it had to request customers not to resend the payments since it could result in duplication.

AWS 52
article thumbnail

Dynatrace Managed release notes version 1.246

Dynatrace

Dynatrace news. New features and enhancements. Operating systems support. Centos 6.x, Red Hat Enterprise Linux 6.x, Oracle Linux 6.x are no longer supported since October 1, 2021. However, we still maintain existing deployments and allow upgrades. We’re informing you that Dynatrace Managed version 1.250 is going to be the last one that you can upgrade to on the unsupported operating systems.

article thumbnail

Why software supply chain attacks are increasing

Dynatrace

Dynatrace news. Software supply chain attacks emerge in full force. The COVID-19 pandemic unleashed massive disruption in the global supply chain. Product and labor shortages, factory shutdowns, geopolitical factors, and extreme weather all dampened the flow of goods through the chain. But today, software supply chain attacks are a key factor in the global movement of goods.

Software 186
article thumbnail

What is log analytics? How a modern observability approach provides critical business insight

Dynatrace

Dynatrace news. What is log analytics? Log analytics is the process of viewing, interpreting, and querying log data so developers and IT teams can quickly detect and resolve application and system issues. While an error message or application alert will signal that something has gone wrong, it often requires an investigation to identify what exactly happened, in which part of the system, and how so teams can take action.

Analytics 178
article thumbnail

Understand the Root Cause of Regressions With Git Bisect

DZone

In this series, I cover a lot of magical tools and git bisect is probably the best example of such magic. The hardest part in debugging is knowing the general area of the bug, bisect literally shines a light on the specific commit that caused it! Before we begin, let’s make one thing clear: bisect is a tool for debugging regressions. It does nothing for regular bugs.

Code 130
article thumbnail

16 Software Development Tools: Key to Enhanced Productivity and Innovation

Simform

The post 16 Software Development Tools: Key to Enhanced Productivity and Innovation appeared first on Simform - Product Engineering Company.

article thumbnail

Scalable CI/CD Pipeline Examples: Improve the Development Churn

Simform

The post Scalable CI/CD Pipeline Examples: Improve the Development Churn appeared first on Simform - Product Engineering Company.

article thumbnail

What is GitOps?

Dynatrace

Dynatrace news. The DevOps playbook has proven its value for many organizations by improving software development agility, efficiency, and speed. DevOps enables developers to rapidly and frequently release new features and services by using continuous integration and continuous delivery (CI/CD) , suites of collaboration tools, and version control practices, most often with the open source Git software at its core.

DevOps 221