Mon.Sep 16, 2019

article thumbnail

Explore Autonomous Cloud Management at an Autonomous Cloud Lab

Dynatrace

Dynatrace news. The path to Autonomous Cloud Management (ACM) and NoOps is a transformational journey that reaches all parts of an organization. It fundamentally changes how teams and tools work together with a common goal: deliver software faster, more frequently and with a higher degree of quality. If you want to read more about what ACM is and how it came to be, please check my other blog post where I talk about the concepts and Dynatrace’s own journey.

Cloud 136
article thumbnail

Smashtest Tutorial: Run Your Automation Script 10x Times Faster

DZone

Soon your automation will be running at top speed! When it comes to automated website testing, one extremely important parameter is the intellect gathered from the output of your automation test execution i.e. the number of bugs reported, percentage of pass/failed test cases, test coverage, etc. If there are frequent releases in your project, the throughput achieved via testing can be adversely affected if the tests are performed frequently.

Website 117
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

LATAM Partner Awards and Partner Summit 2019

Dynatrace

Dynatrace news. The Dynatrace LATAM team were delighted to host the third successful Partner Summit in MedellĂ­n, Colombia for more than 80 partners from 7 different countries. At the Partner Awards dinner, we recognized and celebrated the contribution and success of all our LATAM partners. It was quite the celebration! In keeping with the theme of Autonomous Cloud, we awarded special recognition to a select group of partners who are building practices and services offerings to help enterprises a

Cloud 127
article thumbnail

How to Develop a Solid Regression Testing Strategies

DZone

Another activity that requires strategy. Regression Testing. Regression testing is a process that continues throughout the life cycle of an application. When we talk about regression testing, our vision should ideally be focused on the long term goals that take into account the various aspects of software application sustenance. Each time a new feature is developed, existing feature improved or any UI updates made, there is a need to perform a regression test to ensure that the changes do not im

Strategy 113
article thumbnail

5G Will Definitely Make the Web Slower, Maybe

CSS - Tricks

Scott Jehl has written this wonderful piece about how 5G is on the horizon and how it could cause problems for users. But first, he starts by talking about the overwhelming positive news about it: [.] as it matures 5G is predicted to improve network speeds dramatically. Carriers are predicting download speeds in 2019 for anywhere from 100Mb to 1 Gbit per second on average.

Network 84
article thumbnail

TPDP Episode #31: Developer Education through Books, Video Courses, and Conferences

The Polyglot Developer

I’m pleased to announce that the 31st episode of The Polyglot Developer Podcast, featuring Adrienne Tacke and Alex Ziskind , has published to all of the popular podcast networks. This episode, titled Developer Education through Books, Video Courses, and Conferences , shares the personal stories of three developers when it comes to how they learn and expand their skill arsenal, as well as how they use their knowledge to produce content for other developers to consume in the format of books

article thumbnail

Which Is the Best PostgreSQL GUI? 2019 Comparison

Scalegrid

PostgreSQL graphical user interface (GUI) tools help these open source database users to manage, manipulate, and visualize their data. In this post, we discuss the top 5 GUI tools for administering your PostgreSQL deployments. PostgreSQL is the fourth most popular database management system in the world, and heavily used in all sizes of applications from small to large.

article thumbnail

Multi-tenancy support in SQL Persistence

Particular Software

Multi-tenant systems are a popular way to use the same codebase to provide services to different customers while minimizing the effect they have on each other. In a distributed message-based system you need to partition customer information and segregate messages from different customers as well. Additionally, you have to make sure different system components are tenant-aware.