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

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

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

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

The Latest Microservices Topics

article thumbnail
Mainframe to Serverless Migration on AWS: Challenges and Solutions
This article provides references to resources on mainframe-to-AWS cloud migration, serverless architecture, data migration, performance, and best practices.
December 16, 2024
by Sajith Narayanan
· 10,973 Views · 4 Likes
article thumbnail
Enhancing Security in Kubernetes: A Comparative Analysis of Cosign and Connaisseur
Boost Kubernetes security with Cosign's image signing and Connaisseur's strict verification. Learn how these tools protect your containers from unauthorized access.
December 16, 2024
by Kuppusamy Vellamadam Palavesam
· 4,747 Views · 1 Like
article thumbnail
Dropwizard vs. Micronaut: Unpacking the Best Framework for Microservices
Discover the best option for building efficient and scalable microservices by reading this comparison of Dropwizard and Micronaut frameworks.
December 16, 2024
by Nilesh Jain
· 15,532 Views · 5 Likes
article thumbnail
Evolution of Software Architecture
Software architecture evolution from monolithic and object-oriented to modern microservices and serverless for scalability, flexibility, and resilience demands.
December 13, 2024
by Roshan Mahant
· 5,541 Views · 7 Likes
article thumbnail
Enabling Behavior-Driven Service Discovery: A Lightweight Approach to Augment Java Factory Design Pattern
The Factory Pattern is one of the popular creational design patterns in Java. This post aims to augment the pattern to improve readability and maintainability.
December 13, 2024
by Soham Sengupta
· 6,968 Views · 4 Likes
article thumbnail
Idempotency and Reliability in Event-Driven Systems: A Practical Guide
In this guide, learn how implementing robust idempotent patterns and leveraging tools can mitigate the risks posed by retries and duplicate events.
December 12, 2024
by Vikram Mohanagandhi
· 7,033 Views · 2 Likes
article thumbnail
DevOps Tutorial: Docker, Kubernetes, and Azure DevOps
In this article, we break down everything you need to know about DevOps, so that you can get started building your own CI/CD pipeline.
Updated December 11, 2024
by Ranga Karanam DZone Core CORE
· 43,749 Views · 20 Likes
article thumbnail
Demystifying Kubernetes in 5 Minutes
Take a few minutes to learn about Kubernetes: a powerful container orchestration platform that simplifies the management of applications.
December 10, 2024
by Samarth Shah
· 10,154 Views · 6 Likes
article thumbnail
Building Secure Containers: Reducing Vulnerabilities With Clean Base Images
Reduce container vulnerabilities by using minimal, clean base images like scratch or Alpine and scan tools like Clair, Trivy, and Anchore.
December 9, 2024
by Satyanarayana Raju
· 5,284 Views · 2 Likes
article thumbnail
Microservices vs. Monoliths: Choosing the Right Architecture for Your Project
Analyze the pros and cons of microservices and monolithic architectures with specific use cases. Offer a decision-making framework that developers can apply.
December 6, 2024
by John Akkarakaran Jose
· 11,209 Views · 5 Likes
article thumbnail
Deploying Kafka With Kubernetes: A Complete Guide
Learn how to effectively deploy and manage Kafka on Kubernetes with our comprehensive guide. Discover best practices, tips, and tools to optimize your streaming applications.
Updated December 5, 2024
by Alvin Lee DZone Core CORE
· 53,019 Views · 8 Likes
article thumbnail
A General Overview of TCPCopy Architecture
TCPCopy is a TCP stream replay tool for realistic testing, and its architecture has evolved from a single program into a distributed load-testing framework.
December 4, 2024
by Bin Wang
· 9,668 Views · 4 Likes
article thumbnail
Running Docker Containers in HashiCorp Nomad: A Beginner’s Guide
Learn to seamlessly deploy and orchestrate Docker containers with HashiCorp Nomad using simple configurations and tools.
December 4, 2024
by Nilesh Jain
· 9,757 Views · 1 Like
article thumbnail
Configurable Feign Client Retry With Reusable Library and DRY
Learn how to implement and expose common retry features for Feign clients through application configuration, using the Spring Cloud Framework efficiently.
December 4, 2024
by Jitender Jain
· 6,199 Views · 3 Likes
article thumbnail
Cypress vs. Selenium: Choosing the Best Tool for Your Automation Needs
This guide will help you choose the best automation testing tool between Cypress and Selenium, highlighting their features, advantages, and limitations.
December 4, 2024
by Kailash Pathak DZone Core CORE
· 2,777 Views · 4 Likes
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,363 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,290 Views · 4 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,146 Views · 20 Likes
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
· 8,723 Views · 2 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,758 Views
  • Previous
  • ...
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • ...
  • 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: