Remove Code Remove Software Remove Software Engineering Remove Testing
article thumbnail

Bringing Software Engineering Rigor to Data

DZone

In software engineering, we've learned that building robust and stable applications has a direct correlation with overall organization performance. The data community is striving to incorporate the core concepts of engineering rigor found in software communities but still has further to go. Posted with permission.

article thumbnail

Nurturing Design in Your Software Engineering Culture

Strategic Tech

There are a few qualities that differentiate average from high performing software engineering organisations. I believe that attitude towards the design of code and architecture is one of them. Martin Fowler argues that internal quality of a software system enables new features and improvements to be delivered more sustainably.

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

What is platform engineering?

Dynatrace

Platform engineering is a practice that outlines how development teams build internal platforms to create self-service capabilities for software engineering teams. The result is a cloud-native approach to software delivery.

article thumbnail

How platform engineering and IDP observability can accelerate developer velocity

Dynatrace

Platform engineering creates and manages a shared infrastructure and set of tools, such as internal developer platforms (IDPs) , to enable software developers to build, deploy, and operate applications more efficiently. They shouldn’t worry about the platform; they should just start writing code.”

article thumbnail

Clean Unit Testing

DZone

It's easy to write "unit test" tests that use JUnit and some mocking library. They may produce code coverage that keeps some stakeholders happy, even though the tests aren't even unit tests and provide questionable value. It is like the test has a negative value.

Testing 204
article thumbnail

Automating Success: Building a better developer experience with platform engineering

Dynatrace

The various presenters in this session aligned platform engineering use cases with the software development lifecycle. Configuration as code is easy to use, update, and understand. Standards are set by the platform engineers and ensured throughout all stages of the software development lifecycle.

article thumbnail

Handling Flaky Unit Tests in Java

Uber Engineering

Introduction to Flaky Tests. Unit testing forms the bedrock of any Continuous Integration (CI) system. It warns software engineers of bugs in newly-implemented code and regressions in existing code, before it is merged. This ensures increased software reliability.

Java 109