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

article thumbnail
Java Reborn: Conquering Cloud-Native and Next-Gen Concurrency
Brace yourself — Java conquers cloud-native microservices, unleashes Loom’s fast concurrency, and soars with Valhalla and Panama — future-ready and fierce!
March 25, 2025
by Alok Tibrewala
· 8,062 Views · 10 Likes
article thumbnail
Mastering Async Context Manager Mocking in Python Tests
Simplify testing complex asynchronous Python code by mastering async context manager mocking with Pytest, ensuring reliable and maintainable test coverage.
March 25, 2025
by Aditya Karnam Gururaj Rao
· 2,729 Views · 2 Likes
article thumbnail
Using KRaft Kafka for Development and Kubernetes Deployment
Simplify Kafka with KRaft—ditch ZooKeeper, streamline configs for Docker and Kubernetes, and integrate easily with Spring Boot for development and deployment.
March 25, 2025
by Sven Loesekann
· 4,430 Views · 5 Likes
article thumbnail
Video Generation With Java: Leverage Nova and Amazon Bedrock
Learn how to generate videos using Amazon Nova on Amazon Bedrock with Java. This step-by-step guide covers AWS setup and Java code for video creation.
March 25, 2025
by Danil Temnikov DZone Core CORE
· 6,013 Views · 4 Likes
article thumbnail
How to Get Word Document Form Values Using Java
This article discusses how the DOCX file structure stores form fields and values and suggests a few Java APIs that simplify retrieving DOCX form content.
March 25, 2025
by Brian O'Neill DZone Core CORE
· 4,538 Views · 1 Like
article thumbnail
Breaking AWS Lambda: Chaos Engineering for Serverless Devs
Our serverless system crashed from traffic surges. With chaos engineering, we purposely broke Lambda, tested failures with AWS FIS, and achieved 99% uptime, 30s MTTR!
March 24, 2025
by Bharath Kumar Reddy Janumpally
· 4,383 Views · 2 Likes
article thumbnail
How to Build a React Native Chat App for Android
In this article, learn to develop a React Native in-app chat and messaging with MirrorFly's SDK, including dependency setup and pre-built UI kit implementation.
March 24, 2025
by Alexander Samuel
· 3,674 Views · 3 Likes
article thumbnail
Supercharging Pytest: Integration With External Tools
Supercharge your Pytest workflow by integrating external tools for better test coverage, mocking, multi-environment testing, and debugging.
March 24, 2025
by Pradeesh Ashokan
· 2,506 Views · 2 Likes
article thumbnail
Leverage Amazon BedRock Chat Model With Java and Spring AI
Learn to use Amazon Bedrock to build an app that sends text prompts to a model with Spring AI. This guide covers AWS setup, Spring AI config, and Bedrock integration.
March 24, 2025
by Danil Temnikov DZone Core CORE
· 7,592 Views · 5 Likes
article thumbnail
Introduce a New API Quickly Using Spring Boot and Gradle
Time to market can make or break any idea or solution. Check out how quickly a RESTful API can be created by leveraging ChatGPT, Spring Boot, Gradle, and Heroku.
March 24, 2025
by John Vester DZone Core CORE
· 35,737 Views · 6 Likes
article thumbnail
Multi-Tenant .NET Applications With Keycloak Realms
I use Keycloak Realms to isolate tenants. My .NET app switches Authority and ClientId dynamically to handle multiple realms with one codebase.
March 21, 2025
by Mikhail Petrusheuski
· 3,661 Views · 1 Like
article thumbnail
Writing DTOs With Java8, Lombok, and Java14+
Learn how newer Java versions and libraries like Lombok can reduce boilerplate code, simplify DTO creation, and improve development efficiency.
March 21, 2025
by Nitesh Gupta
· 7,947 Views · 1 Like
article thumbnail
Graph API for Entra ID (Azure AD) Object Management
Graph REST API for effective administration of user identities, groups, and devices is essential for organizations of all sizes.
March 21, 2025
by Anant Wairagade
· 5,115 Views · 2 Likes
article thumbnail
Concurrency and Parallelism in Node.js for Scalable Apps
Read the post to learn how to build highly performant and scalable Node.js applications by managing concurrency and parallelism in them.
March 21, 2025
by Kaushal Shah
· 4,330 Views · 2 Likes
article thumbnail
Spring Boot Gateway With Spring Cloud and WebFlux
Let's build a gateway application in Spring Boot with the help of Spring Cloud and WebFlux, using Netty as the application server.
March 21, 2025
by Vishnu Viswambharan
· 6,406 Views · 6 Likes
article thumbnail
How Doris SQL Cache Saved My Daily Morning Meetings
Doris SQL Cache can intelligently remember query results and make repetitive queries as smooth as silk, thus significantly improving query performance.
March 21, 2025
by Zen Hua
· 3,575 Views · 3 Likes
article thumbnail
Serverless Kubernetes: The Rise of Zero-Management Container Orchestration
Serverless Kubernetes abstracts infrastructure complexity for developer-first focus to deliver zero-management experiences.
March 20, 2025
by Mahesh Vaikri
· 16,316 Views · 5 Likes
article thumbnail
[Part-1] Text to Action: Build a Smart Calendar AI Assistant
Integrate Google Calendar into your app by setting up OAuth2 authentication and creating an Express endpoint to add events, all in under 50 lines of code.
March 20, 2025
by Vivek Vellaiyappan Surulimuthu
· 5,803 Views
article thumbnail
Mistakes That Django Developers Make and How To Avoid Them
Django mistakes like messy dependencies and logic-heavy views hurt maintainability. Isolate environments, pin dependencies, and shift logic to models for cleaner code.
March 20, 2025
by Sukhwinder Singh
· 2,560 Views · 1 Like
article thumbnail
Migrating from React Router v5 to v6: A Comprehensive Guide
Learn how to migrate from React Router v5 to v6 with key updates, including to , new hooks, nested routes, and streamlined APIs.
March 20, 2025
by Pavan Kothawade
· 4,584 Views
  • Previous
  • ...
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • ...
  • 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: