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

Low-Code Development: Leverage low and no code to streamline your workflow so that you can focus on higher priorities.

DZone Security Research: Tell us your top security strategies in 2024, influence our research, and enter for a chance to win $!

Launch your software development career: Dive head first into the SDLC and learn how to build high-quality software and teams.

Open Source Migration Practices and Patterns: Explore key traits of migrating open-source software and its impact on software development.

The Latest Frameworks Topics

article thumbnail
"Top" Reporting Accurate Metrics Within Containers
“Top” may not accurately report information when executed within a Docker container. This post aims to bring this issue to your attention.
February 20, 2024
by Ram Lakshmanan DZone Core CORE
· 3,644 Views · 1 Like
article thumbnail
Distributed Task Synchronization: Leveraging ShedLock in Spring
In this article, learn how to execute tasks in distributed systems using ShedLock, a useful tool for coordinating tasks in complex Spring applications.
February 19, 2024
by Viacheslav Shago
· 3,266 Views · 4 Likes
article thumbnail
Spring Boot 3.2: Replace Your RestTemplate With RestClient
This Spring Boot 3.2 tutorial explores an addition built upon WebClient called RestClient, a more intuitive and modern approach to consuming RESTful services.
February 19, 2024
by Fernando Boaglio
· 21,819 Views · 10 Likes
article thumbnail
NIST AI Risk Management Framework: Developer’s Handbook
The NIST AI Risk Management Framework offers a comprehensive approach to addressing the complex challenges associated with managing risks in AI technologies.
February 19, 2024
by Josephine Eskaline Joyce DZone Core CORE
· 4,136 Views · 11 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
· 7,321 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,492 Views · 1 Like
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
· 6,055 Views · 3 Likes
article thumbnail
How To Install Live Chat and Chatbot Using PhoneGap SDK
Here, you can learn the steps to set up a chatbot via PhoneGap SDK with the help of Kommunicate. Also, get access to our Document Guide.
February 15, 2024
by Adarsh Kumar
· 2,436 Views · 1 Like
article thumbnail
Running and Optimizing Sidekiq Workloads With Dragonfly
Unlock the power of Sidekiq with Dragonfly for efficient job processing. Learn integration tips and optimize your workflow effortlessly.
February 14, 2024
by Kostas Kyrimis
· 3,989 Views · 1 Like
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
· 6,119 Views · 3 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
· 4,346 Views · 2 Likes
article thumbnail
Road to Cloud Maturity
Establishing a well-structured and effectively governed cloud footprint demands thorough planning and early investment.
February 13, 2024
by Mandeep Kaur
· 2,916 Views · 5 Likes
article thumbnail
Recognizing Music Genres With the Raspberry Pi Pico
In this article, we will deploy the TensorFlow Lite model to recognize the music genre from audio clips recorded with the microphone connected to the microcontroller.
February 13, 2024
by Gian Marco Iodice
· 2,405 Views · 2 Likes
article thumbnail
Optimizing User Experience in React Native
How do you make your app faster and improve the overall quality of it? Consider problems and practical solutions to increase the efficiency of the React Native app.
February 13, 2024
by Olga Kiba
· 8,523 Views · 1 Like
article thumbnail
Leveraging Java's Fork/Join Framework for Efficient Parallel Programming: Part 1
Delve into the intricacies of the Fork/Join framework, specifically designed to make parallelizing tasks more efficient and straightforward.
February 12, 2024
by Andrei Tuchin DZone Core CORE
· 4,512 Views · 9 Likes
article thumbnail
Norm of a One-Dimensional Tensor in Python Libraries
Learn how to calculate the Euclidean (norm/distance) of a single-dimensional (1D) tensor in NumPy, SciPy, Scikit-Learn, TensorFlow, and PyTorch.
February 12, 2024
by Vidyasagar (Sarath Chandra) Machupalli FBCS DZone Core CORE
· 2,657 Views · 4 Likes
article thumbnail
Achieving Inheritance in NoSQL Databases With Java Using Eclipse JNoSQL
Explore Eclipse JNoSQL and MongoDB to streamline NoSQL database interactions in Java applications, making it easier to manage and manipulate diverse data sets.
February 12, 2024
by Otavio Santana DZone Core CORE
· 4,958 Views · 3 Likes
article thumbnail
Implementation Best Practices: Microservice API With Spring Boot
In this article, I share some useful tips for implementing Microservices API with Java and Spring Boot, along with a sample code to refer to.
February 12, 2024
by Amritendu De
· 6,942 Views · 6 Likes
article thumbnail
Generative AI With Spring Boot and Spring AI
This tutorial is a preview of how Spring AI can be integrated into a Spring Boot application and programmatically interact with Open AI LLMs.
February 9, 2024
by Horatiu Dan
· 6,237 Views · 1 Like
article thumbnail
Dockerize a Flask Python App: Step-by-Step
Dockerizing is the process of creating Docker images of your applications, deploying them, and running your applications using Docker containers.
February 8, 2024
by Rahul Shivalkar
· 4,715 Views · 2 Likes
  • Previous
  • ...
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • ...
  • 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: