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

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

The Latest DevOps and CI/CD Topics

article thumbnail
Kotlin Clean Architecture and CQRS
Explore the implementation of Clean Architecture and CQRS microservice using Kotlin, Spring WebFlux with coroutines, PostgreSQL, MongoDB, and Kafka.
March 27, 2024
by Alexander Bryksin
· 1,815 Views · 2 Likes
article thumbnail
Automating AWS Infrastructure: Creating API Gateway, NLB, Security Group, and VPC With CloudFormation
In modern cloud environments, Infrastructure as Code (IaC) has become a cornerstone for managing and provisioning resources efficiently
March 26, 2024
by Vijay Panwar DZone Core CORE
· 1,330 Views · 2 Likes
article thumbnail
Harnessing the Power of Observability in Kubernetes With OpenTelemetry
This article provides a thorough guide on implementing OpenTelemetry in a Kubernetes environment, showcasing how to enhance observability.
March 26, 2024
by Rajesh Gheware
· 2,064 Views · 1 Like
article thumbnail
Mastering Daily Kubernetes Operations: A Guide To Useful kubectl Commands for Software Engineers
Learn about a variety of commands in kubectl, a critical tool for software engineers for managing and troubleshooting Kubernetes environments.
March 26, 2024
by Elias Naduvath Varghese
· 2,009 Views · 2 Likes
article thumbnail
Deploying Heroku Apps To Staging and Production Environments With GitLab CI/CD
Today we'll learn how to automatically deploy your app to the correct environment any time code is merged into your dev or main branches.
March 25, 2024
by Tyler Hawkins DZone Core CORE
· 3,617 Views · 2 Likes
article thumbnail
Service Mesh Unleashed: A Riveting Dive Into the Istio Framework
This article presents an in-depth analysis of the service mesh landscape, focusing specifically on Istio, one of the most popular service mesh frameworks.
March 25, 2024
by Pramodkumar Nedumpilli Ramakrishnan
· 2,553 Views · 3 Likes
article thumbnail
Bridging IoT and Cloud: Enhancing Connectivity With Kong's TCPIngress in Kubernetes
Kong's TCPIngress bridges IoT devices with cloud-native applications, offering secure, scalable connectivity. Essential for real-time data processing and analytics.
March 25, 2024
by Rajesh Gheware
· 875 Views · 1 Like
article thumbnail
The Future of Kubernetes: Potential Improvements Through Generative AI
Generative AI, a technology that generates new data similar to the original ones, could enhance Kubernetes' efficiency, usability, and functionality.
March 25, 2024
by Elias Naduvath Varghese
· 19,211 Views · 2 Likes
article thumbnail
An Explanation of Jenkins Architecture
This blog delves into the intricate architecture of Jenkins, breaking down its core components and how they orchestrate the automation magic.
March 22, 2024
by Ruchita Varma
· 27,686 Views · 2 Likes
article thumbnail
Integration of AI Tools With SAP ABAP Programming
This article delves into the groundbreaking integration of AI with SAP ABAP programming, exploring how this fusion is revolutionizing SAP development processes.
March 22, 2024
by Jayapal Vummadi
· 26,393 Views · 8 Likes
article thumbnail
Getting Started With NCache Java Edition (Using Docker)
Learn how to get started with NCache Java Edition using Docker with step-by-step processes involving the creation of a clustered cache server.
March 22, 2024
by Gowtham K
· 39,309 Views · 2 Likes
article thumbnail
Three Mechanisms To Protect Your Git Repositories
You can automate your way to more consistent and reliable security in your Git repositories using built-in mechanisms you might not have known were there.
March 21, 2024
by Greg Bulmash
· 18,437 Views · 1 Like
article thumbnail
Deploying to Heroku With GitLab CI/CD
In this article, learn how you can deploy your Heroku app automatically any time code is merged into your main branch by using GitLab CI/CD.
March 21, 2024
by Tyler Hawkins DZone Core CORE
· 10,558 Views · 2 Likes
article thumbnail
PostgresML: Streamlining AI Model Deployment With PostgreSQL Integration
By embracing PostgresML, organizations can tap into the power of AI-driven insights and gain a competitive edge in today's data-centric landscape.
March 20, 2024
by Pankaj Zanke
· 9,223 Views · 2 Likes
article thumbnail
AWS Fargate: Deploy and Run Web API (.NET Core)
Explore this simple step-by-step guide to deploying a .NET Core Web API to AWS ECS Fargate serverless container service.
March 19, 2024
by Jawad Hasan Shani DZone Core CORE
· 18,794 Views · 1 Like
article thumbnail
The Cost of Ignoring Static Code Analysis
Unit testing is an unmissable part of the development process. But too many forget static code analysis plays just as vital a role in creating quality software.
March 19, 2024
by Peter McKee
· 4,848 Views · 1 Like
article thumbnail
Virtual Network Functions in VPC and Integration With Event Notifications in IBM Cloud
Explore Virtual Network Functions (VNFs) for VPC in IBM Cloud, VNF High Availability solutions, standalone and HA VNF installation, and its integration.
March 19, 2024
by Malarvizhi Kandasamy
· 12,953 Views · 4 Likes
article thumbnail
Using My New Raspberry Pi To Run an Existing GitHub Action
Experiment with self-hosted runner Raspberry Pi, using it to run an existing GitHub action. Read more about the author's findings!
March 18, 2024
by Nicolas Fränkel DZone Core CORE
· 6,948 Views · 2 Likes
article thumbnail
Cilium: The De Facto Kubernetes Networking Layer and Its Exciting Future
Discover why Cilium, the first CNCF-graduated cloud-native networking project, is revolutionizing Kubernetes networking, security, and observability.
March 18, 2024
by Tom Smith DZone Core CORE
· 11,147 Views · 2 Likes
article thumbnail
Simplify, Process, and Analyze: The DevOps Guide To Using jq With Kubernetes
Master `jq` for efficient Kubernetes JSON data handling with our expert guide. Gain insights and streamline your DevOps workflow with practical examples.
March 18, 2024
by Rajesh Gheware
· 10,559 Views · 1 Like
  • Previous
  • ...
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • ...
  • 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: