Thu.Feb 13, 2020

article thumbnail

Perform 2020: Transform the way you work – Product update

Dynatrace

Dynatrace news. Across both his day one and day two mainstage presentations, Steve Tack, SVP of Product Management, described some of the investments we’re making to continue to differentiate the Dynatrace Software Intelligence Platform. Echoing John Van Siclen’s sentiments from his Perform 2020 keynote, Steve cited Dynatrace customers as the inspiration and driving force for these innovations.

article thumbnail

Testing Asynchronous Operations in Spring With Spock and Byteman

DZone

This is the second article that describes how to test asynchronous operations with the Byteman framework in an application using the Spring framework. The article discuss how to implement the Spock framework, while the first, "Testing Asynchronous Operations in Spring With JUnit and Byteman" , focuses on implementing tests with JUnit4. It's not necessary to read the previous article because all of the essentials are going to be repeated.

Testing 184
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

When CSS Blocks

Tim Kadlec

The other day I was auditing a site and ran into a pattern that I’ve seen with a few different clients now. The pattern itself is no longer recommended, but it’s a helpful illustration of why it’s important to be careful about how you use preload as well as a useful, real-world demonstration of how the order of your document can have a significant impact on performance (something Harry Roberts has done an outstanding job of detailing ).

Network 145
article thumbnail

Programs, life cycles, and laws of software evolution

The Morning Paper

Programs, life cycles, and laws of software evolution , Lehman, Proc. IEEE, 1980. Today’s paper came highly recommended by Kevlin Henney and Nat Pryce in a Twitter thread last week, thank you both! The footnotes show that the manuscript for this paper was submitted almost exactly 40 years ago – on the 27th February 1980. The problems it describes though (and that the community had already been wrestling with for a couple of decades) seem as fresh and relevant as ever.

article thumbnail

Push Zone Supports Image Processing

KeyCDN

Push Zones are now seamlessly supporting Image Processing ! This allows global image hosting without having the images hosted on another origin server. The complete feature set of Image Processing is now also available for Push Zones. It only takes a few steps to upload and transform images. Our edge servers are directly linked to our global storage cluster, which ensures faster loading times of images.

article thumbnail

Service virtualization: How this misunderstood tech could save you millions

TechBeacon Testing

Despite the proven benefits of service virtualization for software development, the technology often gets underutilized. That's because organizations either haven't heard of it or misunderstand what it is and how to use it.

article thumbnail

A Day in the Life of… the Director of Sales

Tasktop

This week, we had the opportunity to speak with one of our Director of Sales, Laura Horner! She discussed the importance of staying engaged with customers, the very first time Dr. Mik Kersten shared the Flow Framework with her, and her top three accomplishments at Tasktop. . How do you start your day before work? . We have a hectic morning in our home!

Energy 52

More Trending

article thumbnail

Reduce MySQL CPU Usage Through Dynamic Binary Optimization

DZone

Dynimize, a dynamic binary optimizer, has been shown to improve MySQL performance in CPU intensive workloads. This post explores how Dynimize can be used to instantly reduce MySQL CPU usage without altering a single line of your application code or my.cnf. You notice that the Linux top command shows that MySQL is consuming a lot of CPU resources, and you're worried that you're not leaving this server with enough breathing room.

Servers 217
article thumbnail

AVIF for Next-Generation Image Coding

The Netflix TechBlog

By Aditya Mavlankar, Jan De C**k¹, Cyril Concolato, Kyle Swanson, Anush Moorthy and Anne Aaron TL; DR We need an alternative to JPEG that a) is widely supported, b) has better compression efficiency and c) has a wider feature set. We believe AV1 Image File Format (AVIF) has the potential. Using the framework we have open sourced, AVIF compression efficiency can be seen at work and compared against a whole range of image codecs that came before it.

Code 212
article thumbnail

SQL Server BDC Hints and Tips: VDI Seeding for High Availability

SQL Server According to Bob

SQL Server BDC Hints and Tips: VDI Seeding for High Availability A high availability SQL Server BDC uses the Virtual Device Interface (VDI) to seed databases to secondary replicas. ( [link] ) ​​ VDI History -​​ [link] VDI ​​ was introduced to SQL Server allowing custom providers to backup/restore data to/from SQL Server like a file interface would.

Servers 40
article thumbnail

Different Functional Testing Types Explained in Detail

Testsigma

According to Wikipedia , “Functional testing is a quality assurance process and a type of black-box testing that bases its test cases on the specifications of the software component under test. Functions are tested by feeding them input and examining the output, and the internal program structure is rarely considered.”. Functional testing is a Black Box technique in which the output is validated against the input provided to the application.

Testing 52