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
Strengthening Your Kubernetes Cluster With Pod Security Admission
Learn how to secure your Kubernetes clusters using Pod Security Admission to enforce security standards and protect your containers from potential threats.
December 4, 2024
by VARUNREDDY DEVIREDDY
· 3,387 Views · 2 Likes
article thumbnail
Understanding and Reducing PostgreSQL Replication Lag
Replication lag in PostgreSQL is the delay in synchronizing changes from the primary server to replicas, affecting performance and consistency.
December 4, 2024
by Dr. Ibrar Ahmed
· 1,836 Views · 2 Likes
article thumbnail
Guide to LangChain Runnable Architecture
Understanding the foundations behind the LangChain framework provides universal knowledge that can be applied when building complex agent-based systems.
December 4, 2024
by Pavlo Sobchuk
· 2,328 Views · 4 Likes
article thumbnail
Designing Scalable Java APIs With GraphQL
Learn to build dynamic, high-performance Java APIs with GraphQL. This article explores practical tips and tools like Spring Boot to create scalable solutions.
December 4, 2024
by Neethika Sumesh
· 3,340 Views · 3 Likes
article thumbnail
Karpenter vs. Kubernetes Cluster Autoscaler: Which Is Right for You?
Karpenter: Fast, real-time scaling; great for dynamic workloads and cost optimization. Cluster Autoscaler: Reliable and simple; best for predictable, stable workloads.
December 3, 2024
by Sai Sandeep Ogety DZone Core CORE
· 10,501 Views · 20 Likes
article thumbnail
Deploying Databricks Asset Bundles
This article provides details on the Databricks Asset Bundle, including its benefits and a step-by-step guide for deploying it in the Azure cloud environment.
December 3, 2024
by Soumya Barman
· 1,887 Views · 3 Likes
article thumbnail
Simplify NoSQL Database Integration in Java With Eclipse JNoSQL 1.1.3
Eclipse JNoSQL 1.1.3 simplifies NoSQL for Java with enhanced Redis, ArangoDB, Oracle NoSQL, and more. Easily switch databases using Jakarta specs.
December 3, 2024
by Otavio Santana DZone Core CORE
· 6,676 Views · 1 Like
article thumbnail
Mastering Cloud Containerization: A Step-by-Step Guide to Deploying Containers in the Cloud
Learn to containerize a Node.js app, deploy it on Google Kubernetes Engine, and manage scaling for efficient cloud deployment.
December 3, 2024
by Kuppusamy Vellamadam Palavesam
· 9,071 Views · 2 Likes
article thumbnail
Why ‘mvn install’ May Risk Your Builds
Learn the risks of using 'mvn install' on build servers, how it affects artifacts, and solutions to avoid issues with feature branches and dependencies.
December 3, 2024
by Gunter Rotsaert DZone Core CORE
· 4,185 Views · 1 Like
article thumbnail
Optimizing Fine-Grained GraphQL Access Control and Query Performance
Fine-grained authorization in GraphQL is addressed, along with query optimization at both the GraphQL and database layers.
December 2, 2024
by Kumud Singh
· 2,219 Views · 2 Likes
article thumbnail
AI Copilot Using AWS Multi-Agent Orchestrator
Build a personal AI copilot that can summarize news, interact with the calendar, and provide health tips using AWS Multi-Agent Orchestrator.
December 2, 2024
by Ravi Laudya
· 6,784 Views
article thumbnail
How to Design Event Streams, Part 2
This article covers the degree of normalization when using events created from a relational source, and how to go about denormalizing them.
December 2, 2024
by Adam Bellemare
· 3,764 Views · 2 Likes
article thumbnail
Introducing the MERGE Command in PostgreSQL 15
This article explores the advantages of the MERGE command in PostgreSQL, with real-world use cases, automation techniques, and performance benchmarking results.
December 2, 2024
by Vivek Singh
· 9,151 Views · 9 Likes
article thumbnail
Optimizing CI/CD Pipeline With Kubernetes, Jenkins, Docker, and Feature Flags
Automate build, test, and deploy with Jenkins, Docker, and Kubernetes, using feature flags for flexible, controlled releases. Ideal for rapid CI/CD workflows.
December 2, 2024
by Kuppusamy Vellamadam Palavesam
· 3,795 Views
article thumbnail
How to Benchmark PostgreSQL for Optimal Performance
Learn to benchmark PostgreSQL with pgbench, track metrics like transactions per second (TPS) and latency, and optimize for read, write, and mixed workloads.
December 2, 2024
by ELANGO MUTHUSAMY
· 2,500 Views · 1 Like
article thumbnail
Protecting Your Data Pipeline: Avoid Apache Kafka Outages With Topic and Configuration Backups
Applications that are unable to publish messages to a Kafka topic or be consumed by downstream applications are considered to be experiencing an outage.
November 29, 2024
by Gautam Goswami DZone Core CORE
· 2,540 Views · 1 Like
article thumbnail
How to Test POST Requests With Playwright Java for API Testing
This tutorial teaches how to send POST requests using the Playwright Java framework for API testing, with examples for order creation and handling errors.
November 28, 2024
by Faisal Khatri DZone Core CORE
· 5,727 Views · 5 Likes
article thumbnail
Automate Azure Databricks Unity Catalog Permissions at the Table Level
This article provides steps and scripts to apply permissions at the Unity Catalog table level, reducing manual effort related to permissions at table level.
November 28, 2024
by Soumya Barman
· 1,983 Views · 1 Like
article thumbnail
Achieving Container High Availability in EKS, AKS, and RKS: A Comprehensive Guide
High Availability (HA) ensures Kubernetes workloads stay operational during failures or traffic spikes, and platforms like EKS, AKS, and RKS simplify its implementation.
November 27, 2024
by Sai Sandeep Ogety DZone Core CORE
· 4,308 Views · 29 Likes
article thumbnail
Front-End Debugging Part 2: Console.log() to the Max
Learn advanced front-end debugging: use console log levels, CSS styles, assertions, and more to simplify and enhance your development workflow.
November 18, 2024
by Shai Almog DZone Core CORE
· 2,136 Views · 2 Likes
  • Previous
  • ...
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • ...
  • 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: