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

article thumbnail
Understanding Escape Analysis in Go
Go uses escape analysis to decide whether values are stored in the stack or heap. Escape to heap happens when a value needs a longer lifespan or exceeds stack size.
March 22, 2024
by Pranoy Kundu
· 4,812 Views · 2 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
· 9,020 Views · 2 Likes
article thumbnail
Securing Cloud Storage Access: Approach to Limiting Document Access Attempts
Explore how to secure cloud documents and images by limiting access attempts using GUIDs, tokens, and tracking, enhancing security for image rendering.
March 21, 2024
by Amol Gote DZone Core CORE
· 4,022 Views · 4 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
· 3,160 Views · 1 Like
article thumbnail
Time Data Series: Working With PHP Zmanim
Calculations you can't get with built-in PHP tools because there are so many ways to calculate the same religiously significant moment.
March 21, 2024
by Leon Adato
· 3,447 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
· 3,058 Views · 2 Likes
article thumbnail
Those Were The Days?! A Humorous Reflection on the Evolution of Software Engineering
Writing software is ever more complicated, but have you ever wondered what it was like before all the tools and technology we have today? You may regret asking!
March 21, 2024
by Scott Sosna DZone Core CORE
· 3,888 Views · 3 Likes
article thumbnail
Vector Tutorial: Conducting Similarity Search in Enterprise Data
Harness the power of word vectors and similarity searches to help discover data correlations with enterprise data to assist with a marketing campaign.
March 21, 2024
by John Vester DZone Core CORE
· 3,393 Views · 3 Likes
article thumbnail
How to Query XML Files Using APIs in Java
With XQuery, quickly filter and aggregate XML content with a simple expression. Learn how to easily query files with XQuery expressions at scale.
March 21, 2024
by Brian O'Neill DZone Core CORE
· 3,621 Views · 3 Likes
article thumbnail
An In-Depth Analysis of GraphQL Functioning Using GenAI Within a Monolithic Application Framework
In a monolithic application, where all components are interwoven into a single software unit, GraphQL offers a unique approach to manage and manipulate data.
March 21, 2024
by Elias Naduvath Varghese
· 2,729 Views · 1 Like
article thumbnail
Debugging Streams With Peek
Learn how to debug Java streams effectively using the peek() method with practical examples and tips for optimizing your code.
March 20, 2024
by Shai Almog DZone Core CORE
· 3,158 Views · 3 Likes
article thumbnail
The Data Streaming Landscape 2024
This article presents a comparison of open-source Apache Kafka and Flink stream processing products, cloud, competition, and market trends.
March 20, 2024
by Kai Wähner DZone Core CORE
· 2,898 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
· 2,770 Views · 1 Like
article thumbnail
Modern Python: Patterns, Features, and Strategies for Writing Efficient Code (Part 1)
The article elucidates pivotal patterns, features, and strategies in contemporary Python programming and offers insights into practical code development techniques.
March 20, 2024
by Anandaganesh Balakrishnan
· 1,634 Views · 2 Likes
article thumbnail
API Appliance for Extreme Agility and Simplicity
Use API Logic Server to create an API-based web app in minutes and add message-based integration, all with little knowledge of frameworks or Python.
March 20, 2024
by Val Huber
· 4,309 Views · 6 Likes
article thumbnail
JUnit, 4, 5, Jupiter, Vintage
Explore how to deal with all versions from JUnit and how to organize your tests in your project to bring more productivity to your team.
March 20, 2024
by Jean Donato
· 3,324 Views · 2 Likes
article thumbnail
Building a Performant Application Using Netty Framework in Java
Netty is an asynchronous, event-driven networking framework for building high-performance applications. Dive deep into Netty's various components.
March 19, 2024
by Prasanna Jatla
· 2,318 Views · 3 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
· 4,437 Views · 1 Like
article thumbnail
Angular vs. React: Which To Choose for Front-End in 2024
Comparing Angular and React involves evaluating performance, maintainability, learning curve, and use cases to determine the best fit for your project needs.
March 19, 2024
by Anita Shah
· 2,221 Views · 1 Like
article thumbnail
Extracting Keywords From Text Using Natural Language Processing
With this article, I would like to help you broaden your understanding of NLP and show how spaCy can be your powerful ally in effective keyword extraction.
March 19, 2024
by Akshay Jain
· 1,436 Views · 2 Likes
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 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: