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
Understanding the Differences Between Repository and Data Access Object (DAO)
DAO focuses on database operations (insert, update, delete), while Repository aligns with business logic in DDD. Learn the differences with a Java example.
October 24, 2024
by Otavio Santana DZone Core CORE
· 7,914 Views · 7 Likes
article thumbnail
High-Speed Real-Time Streaming Data Processing
The article discusses the need for streaming data processing and evaluates available options. It explains that one size fits all is approach is not appropriate.
October 24, 2024
by Ashish Karalkar
· 10,035 Views · 3 Likes
article thumbnail
Accelerating Connection Handshakes in Trusted Network Environments
Follow an overview of methods like TCP FastOpen, TLSv1.3, 0-RTT, and HTTP/3 to reduce handshake delays and improve server response times in secure environments.
October 24, 2024
by Maksim Kupriianov
· 17,761 Views · 20 Likes
article thumbnail
Will GenAI Force Coders to Switch Careers?
Some suggest that devs may stop coding within 2 years as AI takes over coding tasks. Is this accurate? Will GenAI force coders to abandon their careers?
October 23, 2024
by Venu Moola
· 4,204 Views · 3 Likes
article thumbnail
Automate Web Portal Deployment in Minutes Using GitHub Actions
Automating deployment is crucial for maintaining efficiency and reducing human error. Learn how to leverage GitHub Actions to deploy a feedback portal.
October 23, 2024
by Siddartha Paladugu
· 8,346 Views · 5 Likes
article thumbnail
Data Architectures With Emphasis on Emerging Trends
This article gives you a thorough rundown of the newest data architectures, tools, and technologies with an emphasis on emerging trends.
October 23, 2024
by Vidyasagar (Sarath Chandra) Machupalli FBCS DZone Core CORE
· 5,046 Views · 4 Likes
article thumbnail
Minimizing Latency in Kafka Streaming Applications That Use External API or Database Calls
Tired of latency slowing down your Kafka consumers? Learn how async operations, batching, and reactive frameworks like Spring WebFlux can help.
October 23, 2024
by Abhishek Goswami
· 3,474 Views · 3 Likes
article thumbnail
Microservices Design Patterns: Essential Architecture and Design Guide
Learn about the design patterns of microservice software architecture to overcome challenges like loosely coupled services, defining databases, and more.
Updated October 23, 2024
by Rajesh Bhojwani
· 675,056 Views · 222 Likes
article thumbnail
RAG Systems: A Brand New Architecture Tool
Discover how RAG systems boost AI by combining real-time data retrieval with language models for accurate, relevant responses.
October 23, 2024
by Pier-Jean MALANDRINO DZone Core CORE
· 4,877 Views · 5 Likes
article thumbnail
Understanding Server Error (5XX) in Azure Services: A Deep Dive Into Azure Logic Apps
Encountering 5XX errors in Azure services? Read on to focus on how design challenges in workflows can lead to 5XX response codes and the steps to mitigate them.
October 23, 2024
by Shipra Nigam
· 3,063 Views · 2 Likes
article thumbnail
Leveraging Event-Driven Data Mesh Architecture With AWS for Modern Data Challenges
Explore event-driven data mesh architecture, and how when combined with AWS, it becomes a robust solution for addressing complex data management challenges.
October 23, 2024
by Sunil Sharma
· 7,423 Views · 11 Likes
article thumbnail
Building Predictive Analytics for Loan Approvals
Here, explore various techniques for loan approvals, using models like Logistic Regression and BERT, and applying SHAP and LIME for model interpretation.
October 23, 2024
by Akmal Chaudhri DZone Core CORE
· 4,567 Views · 1 Like
article thumbnail
How to Use Retrieval-Augmented Generation (RAG) Locally
This article explores how to use Retrieval-Augmented Generation (RAG) for building more effective and engaging conversational AI applications.
October 22, 2024
by Shamim Bhuiyan
· 4,717 Views · 2 Likes
article thumbnail
Implement Hibernate Second-Level Cache With NCache
Set up a Java application with Hibernate, configure NCache as the second-level cache, and test the implementation to see how caching reduces the DB load.
October 22, 2024
by Abhinav Pandey
· 7,438 Views · 3 Likes
article thumbnail
Calling a Client Via Spring @schedule Cron Job
In this article, a cron job will be set up that will run parametrically in a certain period using Spring's scheduling feature.
October 22, 2024
by Erkin Karanlık
· 4,257 Views · 2 Likes
article thumbnail
PHP Opcode: Improve Application Performance Without Changing Your Code
Learn how little syntax tips can automatically optimize the PHP code execution performance without the need of complex refactoring.
October 22, 2024
by Valerio Barbera
· 4,767 Views · 1 Like
article thumbnail
Symbolic and Connectionist Approaches: A Journey Between Logic, Cognition, and the Future Challenges of AI
Explore the strengths and limitations of symbolic and connectionist AI as well as the challenges AI faces in replicating human experience and reasoning.
October 22, 2024
by Frederic Jacquet DZone Core CORE
· 3,205 Views · 1 Like
article thumbnail
AI/ML Innovation in the Kubernetes Ecosystem
Recent innovations like the Model Registry, ModelCars feature, and TrustyAI are delivering manageability, speed, and accountability for AI/ML workloads
October 22, 2024
by Yuan Tang
· 5,361 Views · 4 Likes
article thumbnail
Serverless NLP: Implementing Sentiment Analysis Using Serverless Technologies
Learn how to build a serverless application to perform sentiment analysis using AWS lambda, API Gateway, and NLTK's Vader library.
October 21, 2024
by Vamsi Kavuri DZone Core CORE
· 21,615 Views · 2 Likes
article thumbnail
How to Implement Client-Side Load Balancing With Spring Cloud
In this article, you will learn how to perform client-side load balancing in microservices by Spring Cloud Load Balancer.
October 21, 2024
by Mario Casari
· 9,902 Views · 5 Likes
  • Previous
  • ...
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • ...
  • 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: