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
Please enter at least three characters to search
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

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

The Latest Testing, Tools, and Frameworks Topics

article thumbnail
Workload Protection in the Cloud: Why It Matters More Than Ever
Protecting cloud workloads is crucial as threats evolve and environments become more complex. Learn about effective Cloud Workload Protection (CWP) here.
September 3, 2024
by Josephine Eskaline Joyce DZone Core CORE
· 4,241 Views · 4 Likes
article thumbnail
From Zero to AI Hero, Part 1: Jumpstart Your Journey With Semantic Kernel
Follow the steps outlined in this multi-part series to start with Semantic Kernel and integrate intelligent, context-aware functionalities into your projects.
September 3, 2024
by Aneesh Gopalakrishnan
· 7,091 Views · 8 Likes
article thumbnail
Go: Unit and Integration Tests
Explore tests in Go: unit tests test individual functions in isolation, while integration tests test component interactions and involve external systems.
August 29, 2024
by Suleiman Dibirov DZone Core CORE
· 5,965 Views · 6 Likes
article thumbnail
Effortless Concurrency: Leveraging the Actor Model in Financial Transaction Systems
Learn challenges of financial transaction systems and implement robust mechanisms to handle concurrency effectively to ensure system integrity and reliability.
August 28, 2024
by Nikita Melnikov
· 29,968 Views · 6 Likes
article thumbnail
Are You Tired of Fragile Tests? Meet data-testid
Explore the data-testid attribute, which is specifically designed for testing purposes, and offers numerous advantages, particularly from a QA perspective.
August 27, 2024
by Shivam Bharadwaj
· 3,839 Views · 3 Likes
article thumbnail
Debugging Low Cache Hit Ratio
Explore debug scenarios where we can’t utilize cached data and need to read from the physical drive, why it's important, what to look for, and helpful tools.
August 27, 2024
by Adam Furmanek DZone Core CORE
· 2,305 Views · 3 Likes
article thumbnail
Methodcentipede
See an example of an antipattern that can lead to difficulties in maintaining and testing code and approaches that allow you to structure your work in a preventative way.
August 26, 2024
by Anton Belyaev
· 8,825 Views · 3 Likes
article thumbnail
Efficient and Fault-Tolerant Solutions for Distributed Mutual Exclusion
Explore the tree quorum algorithm for mutual exclusion in distributed systems, its reduced communication overhead, fault tolerance, and more.
August 26, 2024
by Nakul Pandey
· 3,850 Views · 2 Likes
article thumbnail
Setting Up CORS and Integration on AWS API Gateway Using CloudFormation
Learn about the significance of CORS, authorization including bearer tokens, and the advantages of selecting optional methods in place of standard GET requests.
August 22, 2024
by Vijay Panwar DZone Core CORE
· 7,115 Views · 2 Likes
article thumbnail
Day in the Life of a Developer With Google’s Gemini Code Assist: Part 1
Explore Gemini Code Assist, its usage, and its impact beyond basic code generation for phases like bootstrapping, development, testing, deployment, and more.
August 22, 2024
by Aakash Sharma
· 8,127 Views · 6 Likes
article thumbnail
Using SQS With JMS for Legacy Applications
In this article, take an in-depth look at the steps to integrate a legacy Java application with SQS through JMS.
August 21, 2024
by Balaji Nagarajan
· 9,878 Views · 9 Likes
article thumbnail
OpenShift Data Foundation on IBM Cloud Using Terraform, Part 1: Deployment
Automated workloads often have difficulty in using CLI or UI way to deploy ODF. Explore the use of Terraform for deploying ODF which can be used for automation.
August 20, 2024
by Aayush Subramaniam
· 4,551 Views · 2 Likes
article thumbnail
In-Depth Understanding of Vector Search for RAG and Generative AI Applications
Learn how to enhance LLMs with RAG using vector-based search and embeddings for more accurate responses, featuring tools like Azure AI Search.
August 20, 2024
by Mohammed Talib
· 8,087 Views · 6 Likes
article thumbnail
Construct Azure Shared Access Signature URL to Download File From Azure Blob Storage
Learn how to construct an Azure Shared Access Signature URL to download a particular file from the Azure Blob Storage container.
August 20, 2024
by Chaitanya Kapure
· 5,519 Views · 1 Like
article thumbnail
Understanding PolyBase and External Stages: Making Informed Decisions for Data Querying
Explore the differences and strengths of PolyBase and Snowflake external tables to optimize data querying strategies and achieve efficient data integration.
August 19, 2024
by Harshavardhan Yedla
· 3,784 Views · 2 Likes
article thumbnail
Essential Guidelines for Building Optimized ETL Data Pipelines in the Cloud With Azure Data Factory
Discover how to optimize Azure Data Factory pipelines by selecting the right activities and managing resources for reliable data processing.
August 14, 2024
by Aravind Nuthalapati DZone Core CORE
· 36,611 Views · 5 Likes
article thumbnail
Enhance Your Communication Strategy: Deliver Multimedia Messages With AWS Pinpoint
Incorporate AWS Pinpoint in communication microservice to send multimedia messages with attachments like images and PDFs.
August 14, 2024
by Amol Gote DZone Core CORE
· 7,337 Views · 5 Likes
article thumbnail
Our Shift From Cypress to Playwright in Testing
Explore why we migrated e2e tests from Cypress to Playwright in our extensive-react-boilerplate update. Discover the benefits, challenges, and performance gains.
August 13, 2024
by Rodion Salnik
· 5,916 Views · 2 Likes
article thumbnail
DynamoDB: How to Move Out
Cover specific characteristics related to DynamoDB migrations and strategies employed to integrate with and migrate data seamlessly to other databases.
August 12, 2024
by Felipe Mendes
· 6,061 Views · 4 Likes
article thumbnail
The Need for Application Security Testing
Application security testing is an integral part of the development process. It is aimed at revealing and addressing security issues earlier rather than later.
August 12, 2024
by Vidyasagar (Sarath Chandra) Machupalli FBCS DZone Core CORE
· 3,620 Views · 7 Likes
  • Previous
  • ...
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • ...
  • Next

ABOUT US

  • About DZone
  • Support and 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: