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 Integration Topics

article thumbnail
How to Enhance the Performance of .NET Core Applications for Large Responses
Does your .NET Core 3+ API use Newtonsoft.Json and struggle with performance due to large payloads? Explore solutions in this article.
October 29, 2024
by Rishi Mohan
· 5,361 Views · 2 Likes
article thumbnail
How to Copy Text to Clipboard Using React.js
In this brief tutorial, follow along with a demonstration of how to copy text to the clipboard in React.js applications.
October 29, 2024
by Sanwar Ranwa DZone Core CORE
· 4,448 Views · 4 Likes
article thumbnail
Lifecycle Microservices With GenAI Tools
Using AI tools to help design, develop, modify, and deliver a microservice application requires the collaboration of stakeholders, SMEs, developers, and DevOps.
October 28, 2024
by Tyler Band
· 8,589 Views · 9 Likes
article thumbnail
Refining Automated Testing: Balancing Speed and Reliability in Modern Test Suites
Automated tests are traditionally classified by scope, but focusing on their speed and determinism can help design more effective test suites.
October 28, 2024
by Udbhav Prasad
· 2,902 Views · 3 Likes
article thumbnail
Kumologica Container Inside AWS ECS Fargate
This tutorial shows the steps to build and run a simple hello world API using Kumologica and running it inside AWS ECS Fargate.
October 28, 2024
by Pranav K DZone Core CORE
· 6,108 Views · 2 Likes
article thumbnail
Reactive Kafka With Spring Boot
Learn how to build generic, easily configurable, testable reactive consumers, producers, and DLT with Kotlin, Spring Boot, WebFlux, and Testcontainers.
October 25, 2024
by Ion Pascari
· 14,259 Views · 11 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,438 Views · 3 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,610 Views · 2 Likes
article thumbnail
Web GenAI Microservices Creation: An Overview
Create and run a microservice, with a simple prompt from your browser. Download and customize the system in your IDE with rules and Python, all open source!
October 17, 2024
by Val Huber DZone Core CORE
· 5,936 Views · 6 Likes
article thumbnail
An Interview About Navigating the Cloud-Native Ecosystem
This interview centers around Kubernetes and Cloud Foundry, and how the future of cloud native will involve hybrid approaches that leverage both platforms.
October 16, 2024
by McKinzie Brocail
· 6,165 Views · 4 Likes
article thumbnail
How to Convert HTML to DOCX in Java
Converting HTML to DOCX makes web-based content accessible to a wide audience of non-technical content collaborators; automating this conversion is easy with APIs.
October 16, 2024
by Brian O'Neill DZone Core CORE
· 10,650 Views · 7 Likes
article thumbnail
Introduction to Next.js Middleware: How It Works With Examples
Next.js middleware lets you handle requests before they hit your routes. Use it for tasks like redirects and authentication, with examples to guide you.
October 16, 2024
by Sheraz Manzoor
· 5,839 Views · 2 Likes
article thumbnail
Event-Driven vs Event-Sourced: A Common Misunderstanding
The terms “event-driven” and “event-sourced” are often used interchangeably, while in reality, the two are very different concepts.
October 16, 2024
by Ernest Sak
· 5,935 Views · 9 Likes
article thumbnail
Domain-Driven Design: Manage Data With Jakarta Data and JNoSQL
Learn how to simplify data management in DDD applications through practical examples of using domain-focused repositories and business semantics across databases.
October 15, 2024
by Otavio Santana DZone Core CORE
· 4,706 Views · 4 Likes
article thumbnail
How to Set up OAuth JWT Flow and mTLS in the Salesforce Connector for a MuleSoft App
Walk through the required steps to set up mutual TLS between the Mule app and the Salesforce Connected App we created in the first post of this series.
October 14, 2024
by GONZALO MARCOS
· 3,979 Views · 1 Like
article thumbnail
Serverless Computing and GraphQL: Modern App Development
In this step-by-step guide, learn how to define your GraphQL schema, implement resolvers, and deploy to AWS.
October 14, 2024
by balaji thadagam kandavel
· 5,803 Views · 1 Like
article thumbnail
Introducing the New Dapr Jobs API and Scheduler Service
Learn about the Dapr 1.14 release last month introduced many new features, including the Jobs API and Scheduler control plane service for job management.
October 9, 2024
by Cassie Coyle
· 5,895 Views · 3 Likes
article thumbnail
Understanding the Differences Between Rate Limiting, Debouncing, and Throttling
Learn the differences between rate limiting, debouncing, and throttling, with examples and best practices for managing function execution.
October 8, 2024
by Charly Poly
· 3,627 Views · 3 Likes
article thumbnail
Jenkins in the Age of Kubernetes: Strengths, Weaknesses, and Its Future in CI/CD
Learn why despite the rise of modern, cloud-native CI/CD tools like GitHub Actions and CircleCI, Jenkins remains a heavyweight in the CI and delivery space.
October 8, 2024
by Vishal Raina
· 5,545 Views · 3 Likes
article thumbnail
Integrate Spring Boot With jOOQ, Liquibase, and Testcontainers
Get started with jOOQ, Liquibase, and Testcontainers: Create a basic Spring Boot application and integrate the aforementioned techniques including a test setup.
October 7, 2024
by Gunter Rotsaert DZone Core CORE
· 5,317 Views · 1 Like
  • Previous
  • ...
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • ...
  • 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: