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
Oracle Advanced Queue: A Guide
In this article, we'll look at what oracle advanced queue (AQ) is, explore some of the use cases, and consider common best practices while implementing queue.
July 18, 2024
by Hemant Kulkarni
· 9,642 Views · 5 Likes
article thumbnail
Precision Python: Leveraging mypy and Pylint for Type Safety
Python's dynamic typing is flexible but error-prone. Static type checking with mypy and Pylint enhances code reliability and maintainability.
July 18, 2024
by Pavan Vemuri
· 2,766 Views · 4 Likes
article thumbnail
Feature Flag Tools to Confidently Release New Features
Looking for the best feature flag tools to organize and manage all your feature flags? We made a list of all the best ones.
July 17, 2024
by Bhavin Gandhi
· 5,596 Views · 5 Likes
article thumbnail
AWS CDK: Infrastructure as Abstract Data Types, Part 2
In part 2 of this journey into the CDK world, explore how to use basic building blocks like constructs by taking advantage of Quarkus features.
July 17, 2024
by Nicolas Duminil DZone Core CORE
· 7,852 Views · 4 Likes
article thumbnail
A Comprehensive Guide to MLflow for Machine Learning Lifecycle Management
Master MLflow from basics to advanced with practical examples and an end-to-end project for managing ML lifecycles using this comprehensive guide.
July 17, 2024
by Harsh Daiya DZone Core CORE
· 4,283 Views · 1 Like
article thumbnail
How To Use WebComponents Inside Phoenix LiveView
What if building consistent UIs across your Phoenix LiveView app could be simplified? Freshcode’s blog post reveals how WebComponents can help.
July 17, 2024
by Oleksii Topolianskyi
· 5,240 Views · 3 Likes
article thumbnail
Mastering Full-Stack Development: A Comprehensive Beginner’s Guide to the MERN Stack
From setting up your environment to building dynamic web applications: a step-by-step journey through MongoDB, Express.js, React, and Node.js.
July 17, 2024
by Nitesh Upadhyaya DZone Core CORE
· 5,761 Views · 5 Likes
article thumbnail
Dynamic Watermarking With IMGProxy and Apache APISIX
In this post, we implement a watermarking feature with the help of imgproxy. The more I think about it, the more I think they make a match made in Heaven.
July 17, 2024
by Nicolas Fränkel DZone Core CORE
· 5,499 Views · 1 Like
article thumbnail
How To Convert Common Documents to PNG Image Arrays in Java
Learn how to convert Office documents, PDFs, and 100+ images to an array of PNG images, and review some of the benefits of making PNG conversions over other formats.
July 17, 2024
by Brian O'Neill DZone Core CORE
· 5,854 Views · 3 Likes
article thumbnail
An Introduction to GraphQL: Simplifying Data Fetching With Real-World Examples
Understanding the basics of GraphQL: How to define schemas, set up a server, and integrate with front-end applications for efficient data management.
July 17, 2024
by Nitesh Upadhyaya DZone Core CORE
· 4,862 Views · 4 Likes
article thumbnail
How To Find and Fix Goroutine Leaks in Go
Learn how to identify and fix goroutine leaks in Go applications using different techniques like monitoring, profiling, and tools like Prometheus and Grafana.
July 17, 2024
by Suleiman Dibirov DZone Core CORE
· 2,920 Views · 2 Likes
article thumbnail
How To Change an Ansible Namespace With the FQCN Migration Tool
Learn how to migrate an Ansible collection to a completely different namespace, whether for renaming purposes or to release a productized version of a community project.
July 17, 2024
by Romain Pelisse
· 4,380 Views · 1 Like
article thumbnail
When Not to Choose Google Apache Kafka for BigQuery
When not to choose Google Apache Kafka for BigQuery — a review, comparison with Confluent Cloud, and data streaming landscape outlook.
July 16, 2024
by Kai Wähner DZone Core CORE
· 4,783 Views · 1 Like
article thumbnail
Oracle SQL: Understanding Execution Plan and Performance Tuning
In this article, we will explore how each database generates and utilizes "explain" plans, highlighting the strengths and potential pitfalls of their approaches.
July 16, 2024
by Raosaheb Ghule
· 11,508 Views · 8 Likes
article thumbnail
Understanding Big O Notation in Python
Learning Big O notation is crucial because it helps us understand the current efficiency of our code and guides us in optimizing it further.
July 16, 2024
by Shital Kat
· 3,524 Views · 1 Like
article thumbnail
Virtual Threads: A Game-Changer for Concurrency
In this blog, we'll explore Java Virtual Threads, compare them to traditional platform threads, and provide example code to highlight the differences.
July 16, 2024
by Gautham Krishnan
· 13,321 Views · 6 Likes
article thumbnail
Datafaker Gen: Leveraging BigQuery Sink on Google Cloud Platform
The simplest way to enrich a BigQuery table with realistic data. This guide describes how to define a schema for Datafaker Gen.
July 16, 2024
by Roman Rybak
· 5,781 Views · 2 Likes
article thumbnail
Argo Rollout and Deployment Strategies
Argo Rollouts is a Kubernetes controller and a part of the Argo project that provides advanced deployment capabilities for Kubernetes.
July 15, 2024
by Gaurav Shekhar
· 6,607 Views · 1 Like
article thumbnail
Faster Startup With Spring Boot 3.2 and CRaC, Part 1: Automatic Checkpoint
Learn about a 10-fold improvement in startup performance, i.e., a 90% reduction in startup time, when using automatic checkpoint/restore at startup.
July 15, 2024
by Magnus Larsson
· 10,934 Views · 6 Likes
article thumbnail
Questioning an Image Database With Local AI/LLM on Ollama and Spring AI
In this article, the reader will learn how to query an image database with natural language. Read further to learn more!
July 15, 2024
by Sven Loesekann
· 4,164 Views · 2 Likes
  • Previous
  • ...
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • ...
  • 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: