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 Data Engineering Topics

article thumbnail
Cosmos DB Disaster Recovery: Multi-Region Write Pitfalls and How to Evade Them
Learn how multi-region writes ad managed in Cosmos DB, key considerations to steer clear or, and best practices to architect a resilient system.
May 14, 2025
by Yash Gautam
· 3,352 Views · 3 Likes
article thumbnail
Developers Beware: Slopsquatting and Vibe Coding Can Increase Risk of AI-Powered Attacks
Slopsquatting and vibe coding are fueling a new wave of AI-driven cyberattacks, exposing developers to hidden risks through fake, hallucinated packages.
May 14, 2025
by Aminu Abdullahi
· 3,844 Views · 2 Likes
article thumbnail
FIPS 140-3: The Security Standard That Protects Our Federal Data
Learn how FIPS 140-3, NIST's latest cryptographic standard, enhances security with zero trust and encryption for protecting sensitive federal data.
May 14, 2025
by Gireesh Punathil
· 3,390 Views · 1 Like
article thumbnail
Why Database Migrations Take Months and How to Speed Them Up
Database migrations are more than just moving data. With proper planning, preparation, and testing, you can reduce migration time to days or hours.
May 14, 2025
by Alexander Komyagin
· 3,064 Views · 1 Like
article thumbnail
MySQL to PostgreSQL Database Migration: A Practical Case Study
In this case study, learn how migrating MySQL to PostgreSQL boosted query speed, optimized JSON and JOINs, and improved scalability for an e-commerce platform.
May 14, 2025
by Vlad Bilyak
· 3,226 Views · 2 Likes
article thumbnail
Understanding IEEE 802.11(Wi-Fi) Encryption and Authentication: Write Your Own Custom Packet Sniffer
Learn about the most common encryption and authentication methods per the IEEE 802.11 standards, how to write your own packet sniffer and use Wireshark.
May 14, 2025
by Rahul Nagraj
· 3,262 Views · 1 Like
article thumbnail
Unlocking AI Coding Assistants: Generate Unit Tests
This blog post instructs on creating qualitative unit tests for a Spring Boot application using an AI coding assistant and its capabilities and limitations.
May 14, 2025
by Gunter Rotsaert DZone Core CORE
· 3,360 Views · 2 Likes
article thumbnail
Beyond Code Coverage: A Risk-Driven Revolution in Software Testing With Machine Learning
Machine learning-driven, risk-based testing targets critical risks, automates test selection, and improves software reliability.
May 14, 2025
by Gopinath Kathiresan
· 2,751 Views · 1 Like
article thumbnail
A Simple, Convenience Package for the Azure Cosmos DB Go SDK
Learn about cosmosdb-go-sdk-helper: Simplify Azure Cosmos DB operations with Go. Features auth, queries, error handling, metrics, and Azure Functions support.
May 14, 2025
by Abhishek Gupta DZone Core CORE
· 2,939 Views · 1 Like
article thumbnail
Intro to RAG: Foundations of Retrieval Augmented Generation, Part 1
Retrieval-augmented generation (RAG) retrieves relevant information from external sources to improve the accuracy and reliability of responses, making it a powerful tool.
May 14, 2025
by Jennifer Reif DZone Core CORE
· 2,717 Views · 2 Likes
article thumbnail
Performing and Managing Incremental Backups Using pg_basebackup in PostgreSQL 17
PostgreSQL 17 adds incremental backups with pg_basebackup and pg_combinebackup, saving time and storage by capturing only changed data since the last backup.
May 14, 2025
by arvind toorpu DZone Core CORE
· 2,219 Views · 1 Like
article thumbnail
Ethical AI in Agile
Learn all about ethical AI integration for Agile teams with four key guardrails: Data Privacy, Human Value, Output Validation, and Transparent Attribution.
May 14, 2025
by Stefan Wolpers DZone Core CORE
· 2,110 Views · 2 Likes
article thumbnail
A Deep Dive Into Firmware Over the Air for IoT Devices
Dive into FOTA, its importance, and best practices to design reliable and efficient FOTA services for IoT devices.
May 13, 2025
by Shweta Agarwal
· 2,136 Views · 1 Like
article thumbnail
Agentic AI for Automated Application Security and Vulnerability Management
Explore how agentic AI enables several agents to jointly detect, fix, and verify security vulnerabilities in your codebase.
May 13, 2025
by Vamsi Kavuri DZone Core CORE
· 4,195 Views
article thumbnail
Ensuring Configuration Consistency Across Global Data Centers
Global data centers need consistent configurations, but engineers misalign across regions. This paper explores the problem, existing solutions, and a proposed approach.
May 13, 2025
by Shubham Jindal
· 1,725 Views · 6 Likes
article thumbnail
Fraud Detection Using Artificial Intelligence and Machine Learning
AI/ML is revolutionizing fraud detection with automated, adaptive, real-time anomaly detection, despite challenges like interpretability.
May 13, 2025
by Nikhil Kapoor
· 2,145 Views · 2 Likes
article thumbnail
How AI Agents Are Transforming Enterprise Automation Architecture
AI agents enhance enterprise automation through multi-layered architectures, improving efficiency and handling complex tasks across various sectors.
May 13, 2025
by Nishant Bijani
· 2,162 Views
article thumbnail
Unmasking Entity-Based Data Masking: Best Practices 2025
Master entity-based data masking with best practices in identifying sensitive data, defining clear policies, preserving relationships, and auditing access.
May 13, 2025
by Yash Mehta
· 2,396 Views
article thumbnail
Scaling DevOps With NGINX Caching: Reducing Latency and Backend Load
Are repeated requests killing your backend? NGINX caching can quietly absorb the load, cut latency, and keep your pipelines flowing — no code changes needed. Here's how!
May 13, 2025
by Jyostna Seelam
· 4,443 Views · 3 Likes
article thumbnail
The Role of Retrieval Augmented Generation (RAG) in Development of AI-Infused Enterprise Applications
Explore how RAG enhances enterprise AI apps by improving contextual accuracy, relevance, and response quality across real-world use cases.
May 13, 2025
by Ram Ravishankar
· 1,837 Views
  • Previous
  • ...
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • ...
  • 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: