DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Enterprise AI Trend Report: Gain insights on ethical AI, MLOps, generative AI, large language models, and much more.

2024 Cloud survey: Share your insights on microservices, containers, K8s, CI/CD, and DevOps (+ enter a $750 raffle!) for our Trend Reports.

PostgreSQL: Learn about the open-source RDBMS' advanced capabilities, core components, common commands and functions, and general DBA tasks.

AI Automation Essentials. Check out the latest Refcard on all things AI automation, including model training, data security, and more.

The Latest Maintenance Topics

article thumbnail
Similarity Search for Embedding: A Game Changer in Data Analysis
Oracle has added generative AI functionality to its Cloud data analysis service, to ingest, store, and retrieve documents based on their meaning.
October 2, 2023
by Frederic Jacquet DZone Core CORE
· 1,921 Views · 1 Like
article thumbnail
What Are Tenanted Deployments?
In this post, we'll explore the benefits and problems of tenanted deployments and explain how deployment tools can help solve these issues.
October 2, 2023
by Andy Corrigan
· 1,565 Views · 1 Like
article thumbnail
How to Debug an Unresponsive Elasticsearch Cluster
Master debug an unresponsive Elasticsearch cluster with our simple tutorial guide. Try this efficient solution for buggy or unstable Elasticsearch setups.
October 1, 2023
by Derric Gilling DZone Core CORE
· 5,684 Views · 3 Likes
article thumbnail
Creating a High-Performance DevOps Toolchain
Let's take a deep dive into how to build high-performance DevOps toolchains based on the 2023 State of CD report.
September 28, 2023
by Steve Fenton
· 2,109 Views · 1 Like
article thumbnail
What Is a Flaky Test?
Flaky tests can cause confusion for developers by producing inconsistent results, making it difficult to determine if a failure is due to a bug or a flaky test.
September 27, 2023
by Hugo Escafit
· 1,591 Views · 2 Likes
article thumbnail
Debugging Tips and Tricks: A Comprehensive Guide
Master the art of debugging with strategies like Rubber Ducking, leveraging tools, and systematic checklists. Turn challenges into rewarding puzzles!
September 26, 2023
by Shai Almog DZone Core CORE
· 1,953 Views · 4 Likes
article thumbnail
AWS ECS vs. Kubernetes: The Complete Guide
In a microservices architecture, each service requires a separate container. AWS ECS and Kubernetes are two of the top-rated container orchestration services.
September 26, 2023
by Chase Bolt
· 4,561 Views · 3 Likes
article thumbnail
Future Skills in Cybersecurity: Nurturing Talent for the Evolving Threatscape
The crucial skills for future cybersecurity professionals and strategies to cultivate such talent in response to evolving cyber threats.
September 25, 2023
by Burak Cinar
· 3,006 Views · 3 Likes
article thumbnail
How To Handle Technical Debt in Scrum
Learn how to manage technical debt in Scrum to improve code quality. Choose the right strategy to prioritize and fix tech debt and gain a competitive edge.
September 22, 2023
by Ruth Dillon-Mansfield
· 4,156 Views · 6 Likes
article thumbnail
BSidesAustin 2023: CyberSecurity In The Texas Tech Capital
Austin, Texas, is home to many cybersecurity communities. Read the highlights from when they got together BSides Austin 2023 and shared best practices.
September 21, 2023
by Dwayne McDaniel
· 2,161 Views · 2 Likes
article thumbnail
The Systemic Process of Debugging
Explore the academic theory of the debugging process, focusing on issue tracking, team communication, and the balance between unit-to-integration tests.
September 19, 2023
by Shai Almog DZone Core CORE
· 2,316 Views · 5 Likes
article thumbnail
Revolutionizing Software Testing: Unleashing the Power of AI in Automated Testing
Delve into the profound impact of AI on automated software testing, and explore its capabilities, benefits, and the potential it holds for the future of SQA.
September 18, 2023
by Tuhin Chattopadhyay DZone Core CORE
· 7,838 Views · 4 Likes
article thumbnail
Automated Testing: The Missing Piece of Your CI/CD Puzzle
Deploy faster by automating your software pipelines: cover the importance of automated testing, key adoption techniques, and best practices for automated testing.
September 16, 2023
by Lipsa Das DZone Core CORE
· 5,295 Views · 9 Likes
article thumbnail
How To Repair Failed Installations of Exchange Cumulative and Security Updates
In this article, we will list some common issues that you may encounter when installing CU and SU and the possible solutions to fix them.
September 15, 2023
by Shelly Bhardwaj
· 3,916 Views · 1 Like
article thumbnail
Researcher Finds GitHub Admin Credentials of Car Company Thanks to Misconfiguration
Take a closer look at a security researcher's tale of hacking a car company via their bug bounty program. Learn how to better protect your apps and your org.
September 15, 2023
by Dwayne McDaniel
· 4,120 Views · 3 Likes
article thumbnail
Automated Testing Lifecycle: A Guide To Using Automation to Enhance Application Delivery and Scalability
Enhance application delivery and scalability and curate a process that helps meet specific goals with testing applications in this guide to using automation.
September 14, 2023
by Soumyajit Basu DZone Core CORE
· 5,664 Views · 7 Likes
article thumbnail
Eliminating Bugs Using the Tong Motion Approach
Delve into a two-pronged strategy that streamlines debugging, enabling developers to swiftly pinpoint and resolve elusive software glitches.
September 12, 2023
by Shai Almog DZone Core CORE
· 1,433 Views · 2 Likes
article thumbnail
Exploring Different Continuous Integration Servers: Streamlining Software Development
This article explores the popular CI servers and their features for seamless integration and collaboration in software development.
September 12, 2023
by Aditya Bhuyan
· 2,391 Views · 4 Likes
article thumbnail
Cypress Feature “Test Replay” Launched: Let’s Play With Test Replay
Test Replay is a valuable feature that can help developers debug failed and flaky test runs more effectively. Learn more!
September 6, 2023
by Kailash Pathak
· 2,562 Views · 3 Likes
article thumbnail
API Versioning: URL VS. Header VS. Media Type Versioning
API versioning: URL, header, or media type. Each has pros and cons. Choose based on needs. Consider clean URLs, clear documentation, and migration paths.
September 6, 2023
by Yvonne Parks
· 2,394 Views · 1 Like
  • Previous
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • ...
  • Next

ABOUT US

  • About DZone
  • Send feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: