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

article thumbnail
Beginner’s Guide to Vector Similarity Search
Let's explore the different techniques of vector similarity search such as Manhattan distance, Euclidean distance, Cosine distance and dot product.
March 4, 2024
by Pavan Belagatti DZone Core CORE
· 2,021 Views · 1 Like
article thumbnail
Modern Microservices, Part 4: Decorator Pattern With gRPC Interceptors
In this guide to interceptors, explore a power gRPC facility for intercepting and modifying requests and responses (and streams) on a gRPC server.
March 4, 2024
by Sriram Panyam
· 3,877 Views · 2 Likes
article thumbnail
Streaming the Super Bowl: The Art of Scaling Across Multiple Cloud Regions
In this tutorial, learn to build multi-region applications that scale and tolerate all sorts of possible outages.
March 4, 2024
by Denis Magda DZone Core CORE
· 1,811 Views · 2 Likes
article thumbnail
Cloud Applications: A Step-By-Step Development Process
The cloud app development process brings a lot of convenience to modern businesses. It helps manage storage and performance issues to improve the end-user experience.
March 4, 2024
by Abhishek kumar
· 1,979 Views · 1 Like
article thumbnail
The Impact of AI on Software Testing
Explore the transformative effects of AI on software testing. From enhancing test automation to improving defect detection. Read how AI-driven testing works.
March 4, 2024
by Nishant Bijani
· 2,099 Views · 2 Likes
article thumbnail
Logging and Monitoring in Google Cloud Platform (GCP)
Explore the importance of logging and monitoring in GCP, various options and best practices for logging and monitoring, and popular GCP services and tools.
March 4, 2024
by Aditya Bhuyan
· 2,704 Views · 2 Likes
article thumbnail
Integrating Software Supply Chains and DevOps: Tips for Effectively Reconciling Supply Chain Management and DevOps
Enacting visibility, input, and accountability for both the development and operations teams ensures secure SSCs and provides an opportunity to strengthen DevOps culture.
March 3, 2024
by Justin Albano DZone Core CORE
· 5,554 Views · 1 Like
article thumbnail
Exploring Python Tools for Generative AI
Python, with its vast ecosystem of libraries and frameworks, serves as a powerful platform for exploring the boundless potential of generative AI.
March 1, 2024
by Apurva Kumar
· 4,348 Views · 2 Likes
article thumbnail
Extractive Summarization With LLM Using BERT
Extractive summarization is a prominent technique in the field of NLP. Learn how you can pull key sentences out of a corpus of text using BERT Summarization.
March 1, 2024
by Kevin Vu
· 4,112 Views · 1 Like
article thumbnail
Making Cloud Simpler: How Tangoe's AI and Patents Streamline FinOps
Simplify complicated cloud cost management with AI that optimizes usage and spending while freeing up architects and developers.
March 1, 2024
by Tom Smith DZone Core CORE
· 4,357 Views · 1 Like
article thumbnail
AI Advancement for API and Microservices
AI advancements in API technology involve enhancing NLP capabilities, improving algorithmic decision-making through reinforcement learning, and expanding AI integration.
March 1, 2024
by Nilesh Charankar
· 4,242 Views · 1 Like
article thumbnail
Introduction To Backtesting Strategy: Historical Data Replay in DolphinDB
Import historical data into a stream table in chronological order as “real-time data” so that the same script can be used both for backtesting and real-time trading.
March 1, 2024
by Davis Zhou
· 2,871 Views · 1 Like
article thumbnail
Securing and Monitoring Your Data Pipeline: Best Practices for Kafka, AWS RDS, Lambda, and API Gateway Integration
Learn how to implement a data pipeline that integrates Apache Kafka with AWS RDS and use AWS Lambda and API Gateway to feed data into a web application.
February 29, 2024
by Vijay Panwar
· 4,925 Views · 1 Like
article thumbnail
Efficient Message Distribution Using AWS SNS Fanout
The article introduces the AWS SNS Fanout architecture as a solution for high-speed message distribution and highlights its scalability, reliability, and cost-efficiency.
February 29, 2024
by Satrajit Basu DZone Core CORE
· 4,266 Views · 1 Like
article thumbnail
The Evolution of Database Architectures: Navigating Big Data, Cloud, and AI Integration
The article discusses how database architectures have evolved to handle Big Data, Cloud, and AI, covering RDBMS, NoSQL, and cloud-based solutions.
February 29, 2024
by Pankaj Zanke
· 4,400 Views · 4 Likes
article thumbnail
Real-Time Communication Protocols: A Developer's Guide With JavaScript
Explore WebSocket for low latency communication, WebRTC for peer-to-peer streaming, and MQTT for IoT while implementing provided JavaScript examples.
February 29, 2024
by Arun Pandey DZone Core CORE
· 6,520 Views · 5 Likes
article thumbnail
Logging and Monitoring in Microsoft Azure
In this article, we will explore the importance of logging and monitoring in Azure, as well as various options and best practices for logging and monitoring.
February 29, 2024
by Aditya Bhuyan
· 4,762 Views · 1 Like
article thumbnail
Swift Predicate: Usage, Composition, and Considerations
Predicate allows developers to filter and evaluate data collections. This article aims to explore the usage, structure, and key considerations of Swift Predicate.
February 29, 2024
by Fatbobman Xu
· 2,264 Views · 1 Like
article thumbnail
Machine Learning at the Edge: Enabling AI on IoT Devices
Implementing ML on IoT devices demands efficient software engineering. Optimize models, use hardware accelerators, manage resources, and prioritize security for success.
February 29, 2024
by Deep Manishkumar Dave
· 2,586 Views · 1 Like
article thumbnail
Exploring Four Unique Key Generation Strategies in GridGain and Apache Ignite
Creating "autoincrement" fields in a distributed system such as Apache Ignite is difficult. In this piece, we explore four different options and their tradeoffs.
February 29, 2024
by Stephen Darlington
· 2,337 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: