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

Enterprise AI Trend Report: Gain insights on ethical AI, MLOps, generative AI, large language models, and much more.

2024 Cloud survey: Share your insights on microservices, containers, K8s, CI/CD, and DevOps (+ enter a $750 raffle!) for our Trend Reports.

PostgreSQL: Learn about the open-source RDBMS' advanced capabilities, core components, common commands and functions, and general DBA tasks.

AI Automation Essentials. Check out the latest Refcard on all things AI automation, including model training, data security, and more.

The Latest Languages Topics

article thumbnail
Decoding Large Language Models and How They Work
The article reviews how Large Language and Multimodal Models process text and images using tokenization, embeddings, and architectures like CNNs and ViTs.
February 20, 2024
by Smit Dagli
· 1,691 Views · 1 Like
article thumbnail
Disaster Recovery and High Availability Solutions in SQL Server
Learn about always-on availability groups, database mirroring, log shipping, and replication as methods of disaster recovery and high availability.
February 20, 2024
by Smit Dagli
· 2,274 Views · 1 Like
article thumbnail
Building and Integrating REST APIs With AWS RDS Databases: A Node.js Example
This guide walks through the process of creating a RESTful API that talks to an Amazon Relational Database Service (RDS) instance, complete with examples.
February 19, 2024
by Vijay Panwar
· 4,483 Views · 2 Likes
article thumbnail
Python Function Pipelines: Streamlining Data Processing
Function pipelines allow seamless execution of multiple functions in a sequential manner, where the output of one function serves as the input to the next.
February 19, 2024
by Sameer Shukla DZone Core CORE
· 4,247 Views · 7 Likes
article thumbnail
Recover Distributed Transactions in MySQL
How to identify and troubleshoot distributed (XA) transactions stuck in the prepared state in MySQL using XA recover, XA commit, and XA rollback commands.
February 19, 2024
by Tasos Papadopoulos
· 2,322 Views · 1 Like
article thumbnail
Building a REST Application With Oracle NoSQL Using Helidon
Dive into effortlessly creating a RESTful API with Java using Helidon and Oracle NoSQL in a straightforward manner, perfect for beginners.
February 19, 2024
by Otavio Santana DZone Core CORE
· 2,940 Views · 3 Likes
article thumbnail
The Top .NET Framework Trends in 2024: Insights and Projections
Explore our insights on the top .NET Framework trends in 2024 and beyond.
February 16, 2024
by Shalaka Gadgil
· 6,747 Views · 1 Like
article thumbnail
Automate JBoss Web Server 6 Deployment With the Red Hat Ansible Certified Content Collection for JWS
Learn how to automate the deployment of JBoss Web Server 6 using the Red Hat Ansible Certified Content Collection for JWS 2.0.0.
February 15, 2024
by Romain Pelisse
· 6,265 Views · 1 Like
article thumbnail
Scaling Redis Without Clustering
Explore techniques for scaling Redis without clustering. Discover effective client-side sharding and consistent hashing strategies.
February 15, 2024
by Oded Poncz
· 5,118 Views · 2 Likes
article thumbnail
Mastering Prometheus: Unlocking Actionable Insights and Enhanced Monitoring in Kubernetes Environments
This guide offers a comprehensive overview of setting up and utilizing Prometheus for monitoring Kubernetes environments.
February 15, 2024
by Rajesh Gheware
· 6,452 Views · 3 Likes
article thumbnail
Be Punctual! Avoiding Kotlin’s lateinit In Spring Boot Testing
Make writing code in Kotlin an even more rewarding and fun experience as you explore the benefits of converting Java code to Kotlin and conversion solutions.
February 15, 2024
by Severn Everett
· 5,318 Views · 3 Likes
article thumbnail
Error Management in Rust, and Libs That Support It
As part of learning the Rust ecosystem, the author dedicated the last few days to error management. Here are his findings.
February 15, 2024
by Nicolas Fränkel DZone Core CORE
· 2,498 Views · 2 Likes
article thumbnail
Managing Data Drift With Apache Kafka® Connect and a Schema Registry
In the below article, learn how to use Karapace, an open-source Apache Kafka® schema registry, to prevent data errors by managing the data model across databases.
February 14, 2024
by Francesco Tisiot
· 3,161 Views · 1 Like
article thumbnail
Extensive React Boilerplate to Kickstart a New Frontend Project
In this article, we'll tell you what an Extensive React Boilerplate is and share some of the best practices we implemented in this boilerplate.
February 14, 2024
by Rodion Salnik
· 5,228 Views · 3 Likes
article thumbnail
JS Toolbox 2024: Frameworks and Static Site Generators
JavaScript development comes with an overwhelming array of tools -- so in this series, we analyse the JS tools to watch in 2024. Part two covers the most important frameworks and static site generators in the 2024 JS ecosystem, including React, Vue, Astro, and Hugo.
February 14, 2024
by Ollie Bannister
· 4,358 Views · 3 Likes
article thumbnail
Scaling Java Microservices to Extreme Performance Using NCache
This article will teach you how to scale the Java Microservices to achieve extreme performance using different cache techniques with NCache.
February 14, 2024
by Gowtham K
· 7,988 Views · 7 Likes
article thumbnail
Exploring the Power of the Functional Programming Paradigm
This article discusses functional programming, which uses stateless functions over immutable data for simplified concurrency and reliability.
February 14, 2024
by Igboanugo David Ugochukwu
· 3,998 Views · 2 Likes
article thumbnail
Computer Vision Tutorial 2: Image Basics
This tutorial is Lesson 2 of a computer vision series. It covers the basics of OpenCV functions and image fundamentals.
February 14, 2024
by Kamalesh Thoppaen Suresh Babu
· 1,547 Views · 1 Like
article thumbnail
The Best Way To Diagnose a Patient Is To Cut Him Open
Explore modern debugging beyond print statements, highlighting tools like tracepoints and object marking for efficient problem-solving.
February 13, 2024
by Shai Almog DZone Core CORE
· 3,358 Views · 2 Likes
article thumbnail
Threads, ThreadPools, and Executors: Multi-Thread Processing In Java
This detailed description of how implementations of the Java Executor interface work focuses on relations between all of the Executors and their use cases.
February 13, 2024
by Bartłomiej Żyliński DZone Core CORE
· 3,442 Views · 2 Likes
  • Previous
  • ...
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • ...
  • Next

ABOUT US

  • About DZone
  • Send 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: