Mon.Feb 20, 2023

article thumbnail

Bringing Software Engineering Rigor to Data

DZone

This is a recording of a breakout session from AWS Heroes at re:Invent 2022, presented by AWS Hero Zainab Maleki. Posted with permission. 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.

article thumbnail

Dynatrace Managed release notes version 1.260

Dynatrace

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

224
224
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

Testing Challenges Related to Microservice Architecture

DZone

If you are living in the same world as I am, you must have heard the latest coding buzzer termed “ microservices ”—a lifeline for developers and enterprise-scale businesses. Over the last few years, microservice architecture emerged to be on top of conventional SOA (Service Oriented Architecture). This much more precise and smaller architecture brought in many benefits.

article thumbnail

Feedback Wanted: Making EXPLAIN Require Less Privileges for INSERT/UPDATE/DELETE Statements

Percona

Introduction/TLDR: We are considering changing EXPLAIN in Percona Server for MySQL to require less privileges for providing execution plans for INSERT/UPDATE/DELETE statements (and possibly changing the behavior for EXPLAIN SELECT as well), to make it more convenient and safer to use with monitoring and query analysis tools. We would like to get feedback from the Community about the different approaches for achieving this.

article thumbnail

C# Coding Convention: Coding Standard in C#

DZone

Coding conventions are a set of guidelines for writing code that is consistent, readable, and comprehensible. They are also sometimes called programming conventions, style guides, or coding standard. These conventions cover various aspects of the code, such as naming conventions, indentation, commenting, and formatting. By following these conventions, developers can quickly understand the structure and purpose of the code, which makes it easier to debug and maintain the code.

Code 225
article thumbnail

The impact of 5G on mobile app development

Tech News Gather

Introduction With the recent rollout of the 5G network across the world, it is ensured that the mobile industry will revolutionize and the way we interact will completely change. With some unique advantages like low latency and faster speed, 5G aims to give birth to a new era of mobile application development with some innovations. In this article, we would discuss the impact of 5 GP technology on mobile application development and how developers can leverage this amazing technology to create im

Mobile 40
article thumbnail

Deploy a Kubernetes Application With Terraform and AWS EKS

DZone

When it comes to infrastructure provisioning, including the AWS EKS cluster, Terraform is the first tool that comes to mind. Learning Terraform is much easier than setting up the infrastructure manually. That said, would you rather use the traditional approach to set up the infrastructure, or would you prefer to use Terraform? More specifically, would you rather create an EKS cluster using Terraform and have Terraform Kubernetes deployment in place, or use the manual method, leaving room for hum

AWS 235

More Trending

article thumbnail

Retesting Tutorial: A Comprehensive Guide With Examples and Best Practices

DZone

Retesting is a process of validating a specific feature whose function failed during the previous test. It is done to verify whether the test cases reported with some bugs during the execution time are fixed. In the software development lifecycle, the major crucial elements are testing the software's functionality, performance, security, and other aspects, which involves checking the software for any errors.

article thumbnail

How To Set up a Multi-Account Dashboard

DZone

Disclaimer: All the views and opinions expressed in the blog belong solely to the author and not necessarily to the author's employer or any other group or individual. This is not a promotion of any service, feature, or platform. Amazon Web Services ( AWS Cloud ) released a new feature related to multi-account observability using CloudWatch in November 2022.

AWS 253