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

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

SBOMs are essential to circumventing software supply chain attacks, and they provide visibility into various software components.

The Latest Coding Topics

article thumbnail
CORS Misconfigurations: The Simple API Header That Took Down Our Frontend
CORS misconfig in a Node.js backend broke an Angular frontend; this article explains the cause, fix, and how to avoid it.
June 30, 2025
by Bhanu Sekhar Guttikonda
· 1,008 Views
article thumbnail
A Beginner’s Guide to Playwright: End-to-End Testing Made Easy
Learn Playwright for reliable, cross-browser E2E testing. Modern, fast, and developer-friendly with TypeScript support, smart selectors, and parallel runs.
June 27, 2025
by Rama Mallika Kadali
· 1,707 Views · 2 Likes
article thumbnail
Containerizing AI: Hands-On Guide to Deploying ML Models With Docker and Kubernetes
Containerize your ML model with Docker and deploy it on AWS EKS using Kubernetes in this hands-on guide. Learn to build, serve, and scale your models with ease.
June 27, 2025
by Bhanu Sekhar Guttikonda
· 1,893 Views · 3 Likes
article thumbnail
Advanced Argo Rollouts With Datadog Metrics for Progressive Delivery
The article defines and explores how progressive delivery in Kubernetes environments can be enhanced using Argo Rollouts in combination with Datadog metrics.
June 27, 2025
by Karthik Bojja
· 1,821 Views
article thumbnail
My Dive into Local LLMs, Part 1: From Alexa Curiosity to Homegrown AI
I set up Ollama on Ubuntu to run LLMs locally. CPU performance was a drag, but when GPU acceleration kicked in, it was a total "whoa" moment.
June 27, 2025
by Praveen Chinnusamy
· 1,422 Views · 1 Like
article thumbnail
Serverless Machine Learning: Running AI Models Without Managing Infrastructure
The article empowers developers to deploy and serve ML models without needing to manage servers, clusters, or VMs, reducing time-to-market and cognitive overhead.
June 26, 2025
by Bhanu Sekhar Guttikonda
· 2,143 Views · 4 Likes
article thumbnail
Serverless vs Containers: Choosing the Right Architecture for Your Application
Compare serverless vs. container-based architectures for cost, performance, and scalability. Learn key differences and choose the best fit for your app.
June 26, 2025
by Srinivas Chippagiri DZone Core CORE
· 2,118 Views · 4 Likes
article thumbnail
How to Monitor and Optimize Node.js Performance
Optimize Node.js apps with tools and techniques for better performance, learn monitoring, reduce memory leaks, and improve scalability and responsiveness easily.
June 26, 2025
by Anubhav D
· 1,343 Views · 2 Likes
article thumbnail
The Unreasonable Effectiveness of the Actor Model for Creating Agentic LLM Applications
Large language models are, in effect, actors. We exploit this fact to develop a system to easily create composable agentic applications.
June 25, 2025
by Alan Littleford
· 1,434 Views · 2 Likes
article thumbnail
Design Guards: The Missing Layer in Your Code Quality Strategy
Design guards catch deep code issues like complexity and coupling before they grow costly. Use them to keep code maintainable as teams scale.
June 25, 2025
by Narendran Solai Sridharan
· 1,449 Views · 3 Likes
article thumbnail
IBM App Connect Enterprise 13 Installation on Azure Kubernetes Service (AKS)
This article provides a step-by step guide which shows how to install IBM App Connect Enterprise 13 in an Azure Kubernetes Service Cluster.
June 25, 2025
by JEAN PAUL TABJA
· 1,494 Views · 1 Like
article thumbnail
Essential JVM Tools for Garbage Collection Debugging
This article explores several tools for analyzing Java GC performance, including built-in utilities like jstat, jcmd, and jvisualvm.
June 25, 2025
by Jill Thornhill
· 1,974 Views · 6 Likes
article thumbnail
Building an AI-Powered Text Analysis App With React: A Step-by-Step Guide
Build an AI-powered text analysis app using React, Vite, and OpenAI GPT-3.5, featuring sentiment analysis, topic extraction, summarization, and language detection.
June 25, 2025
by Raju Dandigam
· 1,660 Views · 1 Like
article thumbnail
Advanced Java Garbage Collection Concepts: Weak References, Finalization, and Memory Leaks
Weak references are not always the answer to memory leaks, unless combined with good programming practices. What happens when there's an issue with the finalize() method?
June 24, 2025
by Jill Thornhill
· 1,629 Views
article thumbnail
Kubernetes Admission Controllers: Your First Line of Defense
Admission Controllers enforce security and compliance in Kubernetes by validating or mutating requests before resources are created.
June 24, 2025
by Kuppusamy Vellamadam Palavesam
· 1,607 Views · 4 Likes
article thumbnail
Distributed Rate Limiting in Java: A Deep Dive into Bucket4j + PostgreSQL
Bucket4j for Java enables distributed rate limiting with PostgreSQL, ensuring consistency via database locks. There is, as it works.
June 24, 2025
by Arkadii Osheev
· 2,002 Views · 5 Likes
article thumbnail
How to Test Multi-Threaded and Concurrent Java
This tutorial teaches how to test multi-threaded, concurrent Java using VMLens. An open-source tool to test concurrent Java code in a deterministic and reproducible way.
June 24, 2025
by Thomas Krieger
· 1,821 Views · 6 Likes
article thumbnail
Modern IT Incident Management: Tools, Trends, and Faster Recovery
Modern IT systems need advanced incident management using AI, automation, and real-time monitoring to handle complex failures.
June 23, 2025
by Joydeep Bhattacharya DZone Core CORE
· 1,133 Views · 2 Likes
article thumbnail
From Java 8 to Java 21: How the Evolution Changed My Developer Workflow
Learn how upgrading from Java 8 to Java 21 transformed my workflow with features like records, virtual threads, and text blocks. A must-read for Java developers.
June 23, 2025
by Akhil Sabu
· 8,533 Views · 10 Likes
article thumbnail
Building an SQL to DataFrame Converter With ANTLR
ANTLR is a powerful tool that lets you define grammars and build translators. Migrating SQL to DataFrames is tough. ANTLR helps by automating the conversion.
June 23, 2025
by Sandeep Bishnoi
· 954 Views · 1 Like
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 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
  • [email protected]

Let's be friends: