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 Coding Topics

article thumbnail
Develop XR With Oracle, Ep 7: Teleport Live 3D Objects From Ray-Bans to Magic Leap, Quest, Vision Pro, and 3D Printers
Share live 3D objects captured with Ray-Bans with XR (AR, VR, or MR) and/or 3D printers with a similar experience as what exists today for 2D pictures/printers.
April 29, 2024
by Paul Parkinson
· 3,293 Views · 2 Likes
article thumbnail
HTTP Response Codes in Mule 4
When you are working with an application and suddenly an error occurs the console page displays a message that tells you about the root cause of the crash.
April 29, 2024
by Amrutha TESR
· 3,127 Views · 1 Like
article thumbnail
Uber's Success With Apache Pinot: Cost Savings and Performance Boost
Uber migrated from Elasticsearch to Apache Pinot and saw a 70% reduction in costs, an 80% reduction in CPU cores, and a decrease in page load times and query timeouts.
April 29, 2024
by Kristin Crosier
· 1,641 Views · 3 Likes
article thumbnail
How To Create Auto Scaling in AWS
This blog post will help you create Auto Scaling in AWS, a collection of Amazon Ec2 instances with similar characteristics among them in just a group.
April 29, 2024
by Alfonso Valdes
· 1,455 Views · 1 Like
article thumbnail
Gain Lightning Fast Reads and Writes Without Changing Your PostgreSQL Application
Walk through how the YugabyteDB distributed database lowers read and write latency and (most importantly) runs an existing PostgreSQL application with no costly rewrite.
April 29, 2024
by Jim Knicely
· 944 Views · 1 Like
article thumbnail
Multiplatform Directory Bookmarks on the Command Line
This article discusses how to manage directory bookmarks on the command line for efficient use of the character terminal.
April 29, 2024
by Pavel Ponec
· 1,322 Views · 1 Like
article thumbnail
Adjusting Data Before Sending It to Kentik NMS
Sometimes, you want to modify data before displaying it in your network monitoring system. So strap in and let’s get mathy!
April 29, 2024
by Leon Adato
· 1,262 Views · 1 Like
article thumbnail
How To Use Retrieval Augmented Generation (RAG) for Go Applications
In this article, learn how to implement RAG (using LangChain and PostgreSQL) to improve the accuracy and relevance of LLM outputs.
April 29, 2024
by Abhishek Gupta DZone Core CORE
· 2,894 Views · 2 Likes
article thumbnail
Turbocharge Innovation With Automated API Generation: Leveraging Automated API Generation for a Competitive Advantage
Amplify the potential of generative AI and low- and no-code platforms in API generation by highlighting their roles in fostering innovation and expediting time to market.
April 28, 2024
by Pratik Prakash DZone Core CORE
· 3,235 Views · 4 Likes
article thumbnail
Kubernetes: Future or Fad?
I don't think Kubernetes is yet another fad, but I strongly hope it's not going to be our future either. At least not in its current incarnation.
April 26, 2024
by Christoph Engelbert
· 2,510 Views · 2 Likes
article thumbnail
Solving PostgreSQL Indexes, Partitioning, and LockManager Limitations
Read this blog to learn how to avoid the scalability limitations of PostgreSQL's partition-based approach by leveraging automatic sharding and global indexing.
April 26, 2024
by Franck Pachot
· 1,391 Views · 1 Like
article thumbnail
Protecting Go Applications: Limiting the Number of Requests and Memory Consumption
Let's discuss how you can limit the number of requests to your Go application on the application side or Istio side, and how to limit the amount of memory consumed.
April 26, 2024
by Kirill Parasotchenko
· 24,146 Views · 56 Likes
article thumbnail
Understanding API Technologies: A Comparative Analysis of REST, GraphQL, and Asynchronous APIs
Learn about the advantages vs. disadvantages and ideal use cases for REST, GraphQL, and Async APIs in this concise guide.
Updated April 26, 2024
by Saurabh Dashora DZone Core CORE
· 6,447 Views · 7 Likes
article thumbnail
Enhancing Web Scraping With Large Language Models: A Modern Approach
Explore the integration of Large Language Models (LLMs) with web scraping and the use of LLMs to efficiently transform complex HTML into structured JSON.
April 25, 2024
by Nacho Corcuera
· 5,703 Views · 3 Likes
article thumbnail
How To Analyze Node.js Garbage Collection Traces
Explore the process of enabling GC traces, interpreting the trace data, and the right tools and knowledge needed to study the Garbage Collection behavior.
April 25, 2024
by Ram Lakshmanan DZone Core CORE
· 1,232 Views · 1 Like
article thumbnail
Abusing Kubernetes Resources to the Moon
This article provides a practical guide to enforcing resource constraints and monitoring resource abuse in cloud-native workloads.
April 25, 2024
by Nigel Douglas
· 1,748 Views · 3 Likes
article thumbnail
Salesforce Development: VS Code, Scratch Orgs, and Code Analysis
This article helps you by providing a step-by-step guide to setting up VS Code, Salesforce CLI, Scratch Org creation, and integrating Code Analyzer.
April 25, 2024
by Swaran Kumar Poladi
· 1,564 Views · 2 Likes
article thumbnail
Handling Vectors in AI Context via PostgreSQL pgVector
An introduction to PostgreSQL pgVector extension and its supported metrics — L2 squared distance (Euclidian), dot product, cosine distance/similarity.
April 25, 2024
by Horatiu Dan
· 1,281 Views · 1 Like
article thumbnail
Compress RabbitMQ Messages
A step-by-step guide to enable payload compression for RabbitMQ messages in existing Spring Boot applications and improve performance.
April 25, 2024
by Tasos Papadopoulos
· 2,671 Views · 1 Like
article thumbnail
The Try Block in Rust
I wrote previously about libs for error management in Rust. This week, I want to write about the try block, an experimental feature.
April 25, 2024
by Nicolas Fränkel DZone Core CORE
· 1,352 Views · 1 Like
  • Previous
  • ...
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • ...
  • 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: