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
Deploy a Session Recording Solution Using Ansible and Audit Your Bastion Host
Learn how to record SSH sessions on a Red Hat Enterprise Linux VSI using in-built packages. The RHEL packages are installed using Ansible automation.
September 16, 2023
by Vidyasagar (Sarath Chandra) Machupalli FBCS DZone Core CORE
· 6,314 Views · 6 Likes
article thumbnail
AI for Web Devs: Project Introduction and Setup
In this post, begin bootstrapping a web development project using Qwik and get things ready to incorporate AI tooling from OpenAI.
September 16, 2023
by Austin Gil DZone Core CORE
· 6,035 Views · 5 Likes
article thumbnail
Unraveling Lombok's Code Design Pitfalls: Exploring Encapsulation Issues
Lombok simplifies Java coding but can breach encapsulation. Java 8's Objects.requireNonNull and IDE support are alternatives. Choose wisely.
September 16, 2023
by Otavio Santana DZone Core CORE
· 8,937 Views · 8 Likes
article thumbnail
Next.js vs. Gatsby: A Comprehensive Comparison
In this blog post, we embark on a deep dive into the world of Next.js and Gatsby and a comprehensive comparison between them.
September 15, 2023
by Atul Naithani
· 6,041 Views · 3 Likes
article thumbnail
Difference Between High-Level and Low-Level Programming Languages
Explore high-level vs. low-level programming languages: abstraction, performance, and more. Choose the right one for your coding needs.
September 15, 2023
by Rishi Patel
· 7,166 Views · 1 Like
article thumbnail
Helm Dry Run: Guide and Best Practices
This article will take a closer look at Helm dry run concepts, including related Helm commands and how to use Helm dry run to troubleshoot templates.
September 15, 2023
by Vishal Padghan
· 6,298 Views · 4 Likes
article thumbnail
Best 9 Angular Component Libraries in 2023
With so many Angular libraries available on the market today, how do you choose the best one for your project? Read our list of the top 9 Angular component libraries.
September 15, 2023
by Katie Mikova
· 4,101 Views · 1 Like
article thumbnail
Apache Flink
This tutorial will show you step-by-step how to use Astra as a sink for results computed by Apache Flink, an open-source framework.
September 15, 2023
by Patrick McFadin
· 4,690 Views · 1 Like
article thumbnail
Microservices With Apache Camel and Quarkus (Part 5)
After learning how to run our microservices in Minikube in part three of this series, let's look at how to do the same in OpenShift.
September 15, 2023
by Nicolas Duminil DZone Core CORE
· 8,394 Views · 7 Likes
article thumbnail
Securing Your Applications With Spring Security
Spring Security secures Java apps with authentication, authorization, and protection features, shown in an online banking example.
September 15, 2023
by Arun Pandey DZone Core CORE
· 12,677 Views · 4 Likes
article thumbnail
Mastering Persistence: Why the Persistence Layer Is Crucial for Modern Java Applications
Ignoring the persistence layer in software can cause data problems, slow performance, maintenance issues, and limited adaptability. It's vital for secure, efficient, and flexible applications.
September 15, 2023
by Otavio Santana DZone Core CORE
· 7,187 Views · 2 Likes
article thumbnail
Researcher Finds GitHub Admin Credentials of Car Company Thanks to Misconfiguration
Take a closer look at a security researcher's tale of hacking a car company via their bug bounty program. Learn how to better protect your apps and your org.
September 15, 2023
by Dwayne McDaniel
· 4,395 Views · 3 Likes
article thumbnail
Streamlining Development: Exploring Software Tools for Build Automation
In this article, we will discuss a few build automation tools which are extensively used in modern software development teams.
September 15, 2023
by Aditya Bhuyan
· 4,339 Views · 4 Likes
article thumbnail
How To Use ChatGPT With Python
Are you looking forward to knowing how you can empower ChatGPT with Python? Learn step-by-step how to set up an account in the Kommunicate platform using Python.
September 14, 2023
by Devashish Mamgain
· 2,431 Views · 1 Like
article thumbnail
Automated Testing Lifecycle: A Guide To Using Automation to Enhance Application Delivery and Scalability
Enhance application delivery and scalability and curate a process that helps meet specific goals with testing applications in this guide to using automation.
September 14, 2023
by Soumyajit Basu DZone Core CORE
· 6,485 Views · 7 Likes
article thumbnail
Cutting Big Data Costs: Effective Data Processing With Apache Spark
In this article, we will delve into strategies to ensure that your data pipeline is resource-efficient, cost-effective, and time-efficient.
September 14, 2023
by Leonid Chashnikov
· 19,496 Views · 5 Likes
article thumbnail
Choosing the Appropriate AWS Load Balancer: ALB vs. NLB
Learn the key differences between Application Load Balancer (ALB) and Network Load Balancer (NLB) to make the right choice for your application.
September 14, 2023
by Satrajit Basu DZone Core CORE
· 7,199 Views · 6 Likes
article thumbnail
Lua Metatables
Metatables are a powerful feature of Lua that allows you to customize the behavior of tables. They can be used to add new methods to tables.
September 14, 2023
by Dev matt
· 1,595 Views · 1 Like
article thumbnail
16 K8s Worst Practices That Are Causing You Pain (Or Will Soon)
The article emphasizes the importance of understanding and implementing best practices to avoid pitfalls and ensure efficient and secure Kubernetes operations.
September 14, 2023
by Augustinas Stirbis
· 3,912 Views · 2 Likes
article thumbnail
Getting Started With Prometheus Workshop: Instrumenting Applications
Interested in open-source observability? Learn about instrumenting your applications for customized business metrics in cloud-native environments.
September 14, 2023
by Eric D. Schabell DZone Core CORE
· 4,450 Views · 6 Likes
  • Previous
  • ...
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • ...
  • 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: