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
Kconnect: Simplifying Kubernetes Connectivity With a Powerful CLI
Kconnect is a simple CLI tool that quickly connects to Kubernetes clusters like EKS, AKS, and RKS, saving time by generating kubeconfig files instantly.
November 27, 2024
by Sai Sandeep Ogety DZone Core CORE
· 1,481 Views · 27 Likes
article thumbnail
Choosing the Right Caching Strategy
This article explores different caching strategies, such as in-memory, distributed, and hybrid approaches, for optimizing performance in microservices or mono.
November 27, 2024
by Ilia Ivankin
· 4,421 Views · 2 Likes
article thumbnail
Automate Azure Databricks Unity Catalog Permissions at the Schema Level
Steps and scripts to apply permissions at the Unity Catalog schema level, reducing manual effort related to permissions at schema level.
November 27, 2024
by Soumya Barman
· 1,623 Views
article thumbnail
The Inverted MoSCoW Framework
Understand the inverted MoSCoW and learn how this framework prioritizes exclusions to reduce scope creep, improve focus, and align teams with Agile principles.
November 27, 2024
by Stefan Wolpers DZone Core CORE
· 1,725 Views · 3 Likes
article thumbnail
Enhancing Software Governance and Quality With jMolecules: Fighting Software Erosion
jMolecules uses annotations to enforce architectural rules, prevent software erosion, and simplify validation with tools like ArchUnit. It supports DDD, CQRS, and more.
November 27, 2024
by Otavio Santana DZone Core CORE
· 2,807 Views · 2 Likes
article thumbnail
A Simplified Guide to Deploying Kubernetes Clusters
We will discuss the steps for deploying a Kubernetes cluster, delving into the complexities involved, and offering troubleshooting tips to address common issues.
November 26, 2024
by Abhishek Gupta
· 3,030 Views · 4 Likes
article thumbnail
Applying Machine Learning for Predictive Capacity Planning in PostgreSQL Databases
Using LSTM machine learning models for PostgreSQL databases can effectively predict resource usage, helping to prevent bottlenecks and improve efficiency.
November 26, 2024
by ELANGO MUTHUSAMY
· 1,287 Views · 1 Like
article thumbnail
Why We Use FreeBSD Over Linux: A CTO’s Perspective
The CTO of E-Card discusses his open-source operating strategy, including the approach to large-scale workloads, ZFS storage, and security architecture.
November 26, 2024
by Rumen Palov
· 11,174 Views · 6 Likes
article thumbnail
Writing and Reading Files Using Slices in Go
The gfu package in Go provides methods to read, write, and append file content as slices of strings, enabling efficient processing of template source code line by line.
November 26, 2024
by Michael Ushakov
· 1,684 Views · 1 Like
article thumbnail
A Practical Guide to Augmenting LLM Models With Function Calling
Learn how to build a more dynamic AI application using a no-code tool, enabling integration of external functions with OpenAI LLM.
November 26, 2024
by Javier Teso
· 1,815 Views · 2 Likes
article thumbnail
Using Java Class Extension Library for Data-Oriented Programming
Discover an OOP approach to effectively separate data from domain-specific logic in data-oriented programming, utilizing the Java Class Extension Library.
November 26, 2024
by Gregory Ledenev
· 4,778 Views · 3 Likes
article thumbnail
Elasticsearch Query and Indexing Architecture
This article breaks down Elasticsearch's core architecture by explaining how search queries and indexing requests flow through the system.
November 26, 2024
by Udbhav Prasad
· 4,305 Views · 6 Likes
article thumbnail
Golang: Is It a Memory Leak?
Figuring out where memory went in Go is tricky. This article explores lessons learned and how to pinpoint the exact allocations in a 3rd party library.
November 26, 2024
by Alexander Komyagin
· 2,848 Views · 7 Likes
article thumbnail
Primer on Distributed Parallel Processing With Ray Using KubeRay
Learn what distributed parallel processing is and how to achieve it with Ray using KubeRay in Kubernetes to handle large-scale, resource-intensive tasks.
November 25, 2024
by Sudhanshu Prajapati
· 1,285 Views
article thumbnail
Automate Developer Routine With Swift in iOS Development
As dev teams continue to implement more Agile methodologies and AI-driven processes, automation with Swift will be a strategy in staying competitive.
November 25, 2024
by Siarhei Misko
· 1,728 Views · 14 Likes
article thumbnail
A Beginner’s Guide to GraphQL Interfaces and Unions
Learn about Interfaces and Unions in GraphQL, key concepts that simplify API development by allowing flexible data querying and improving query efficiency.
November 25, 2024
by Sugandha Singh
· 1,486 Views · 2 Likes
article thumbnail
Managing Persistent Storage in Kubernetes With PVs and PVCs
This article explores the concepts of Persistent Volumes (PVs) and Persistent Volume Claims (PVCs), the essential abstractions to handle storage resources.
November 25, 2024
by Abhishek Gupta
· 1,205 Views · 2 Likes
article thumbnail
Building a Voice-Powered Smart Kitchen App Using LLaMA 3.1, Firebase, and Node.js
A step-by-step guide to creating a hands-free kitchen assistant with voice commands, real-time grocery list management, and recipe suggestions.
November 25, 2024
by Vaibhavi Tiwari
· 2,772 Views · 7 Likes
article thumbnail
Dust Actors and Large Language Models: An Application
Use Dust Java Actors to create a pipeline that automatically finds, reads, and extracts specific info from news articles based on your topic of interest.
November 25, 2024
by Alan Littleford
· 3,988 Views
article thumbnail
Kubernetes Add-On Setup: A Step-by-Step Guide to Node Problem Detector
Ensure Kubernetes cluster health with NPD. This guide walks you through setting up NPD to detect node issues like kernel errors and resource exhaustion.
November 25, 2024
by Sai Sandeep Ogety DZone Core CORE
· 1,495 Views · 28 Likes
  • Previous
  • ...
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • ...
  • 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: