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

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workkloads.

Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

The Latest Software Design and Architecture Topics

article thumbnail
Object Store Connector in Mulesoft
Object Store Connector is a Mule component that allows the storage of key-value. It stores data in the form of Key-Value pair and provides 7 types of operation.
Updated March 31, 2021
by Anand Joshi
· 24,245 Views · 6 Likes
article thumbnail
Company Internal Frameworks; Good, Bad, Boring
Software companies' internal frameworks sometimes contain the whole software development life cycle, and sometimes it just boils down to a few tools and utilities.
March 31, 2021
by Reza Ganji DZone Core CORE
· 7,696 Views · 7 Likes
article thumbnail
How to Protect Against XSS Attacks in Java
Detects and removes XSS (Cross-Site-Scripting) attacks from text input through normalization.
March 29, 2021
by Brian O'Neill DZone Core CORE
· 9,286 Views · 1 Like
article thumbnail
SLA and Its Impact on REST API Architectural Styles
As systems are evolving and the wide adoption of microservices, the number of dependencies for a given microservice is ever-increasing, thus impacting the overall SLA.
March 28, 2021
by Awkash Agrawal
· 13,519 Views · 2 Likes
article thumbnail
How to Scale for Reliability and Trust
Dealing with increased expectations and challenges of reliability as you scale is difficult. You need to maintain development velocity and build customer trust through transparency.
March 28, 2021
by Emily Arnott
· 7,670 Views · 3 Likes
article thumbnail
Execute Spark Applications on Databricks Using the REST API
Let's get your Spark apps up and running on Databricks.
March 28, 2021
by Bipin Patwardhan
· 11,880 Views · 2 Likes
article thumbnail
How Is Cloud Computing Impacting the Healthcare Sector?
Cloud Computing makes the data available to everyone and allows patients to have control over their own health. We discuss how it all works.
March 25, 2021
by Akash Takyar
· 7,710 Views · 2 Likes
article thumbnail
9 Reasons Why Data Quality and Data Governance Initiatives Fail
A Gartner survey revealed that more than 90% of all data governance initiatives fail. Let’s take a look at some of the most common reasons.
March 25, 2021
by Muhammed Akheel
· 10,961 Views · 5 Likes
article thumbnail
Distributed Lock Implementation With Redis
Many libraries use Redis for distributed locking, but some of these good libraries haven't considered all of the pitfalls that may arise in a distributed environment.
March 25, 2021
by Javad Alimohammadi
· 21,100 Views · 5 Likes
article thumbnail
Amazon Virtual Private Cloud (VPC) Basics
In this post, we will learn about VPC, Subnets, and some of the components like CIDR blocks, etc. We will create two subnets using an AWS web console to setup this VPC.
March 25, 2021
by Jawad Hasan Shani DZone Core CORE
· 10,109 Views · 6 Likes
article thumbnail
What Is a CI/CD Pipeline?
We explore the various stages in a CI/CD process and why a CI/CD pipeline is essential for your organization to deliver code at speed and scale.
Updated March 25, 2021
by Jyoti Sahoo
· 28,227 Views · 17 Likes
article thumbnail
Audio Analytics: An Important Technology for Autonomous Cars
Audio analytics has changed car companies' focus on their products to improve customer satisfaction. Voice and speech recognition have become integral in the industry.
March 25, 2021
by Priyanshu Makhiyaviya
· 6,264 Views · 4 Likes
article thumbnail
Create a Kubernetes Cluster With Centos
Let's stand up some clusters.
March 24, 2021
by Anupam Gogoi
· 11,400 Views · 8 Likes
article thumbnail
How to Ensure Your RDP Is Secure From MitM Attacks
Remote Desktop Protocol is a network communications protocol developed by Microsoft mainly for remote access. It will help you stay safe from MitM attacks.
March 24, 2021
by frederik veyrie
· 6,519 Views · 3 Likes
article thumbnail
Use KubeKey To Set Up a Kubernetes and KubeSphere Cluster With NFS Storage
How to install KubeSphere, a container platform running on top of Kubernetes with streamlined DevOps workflows, unified multi-cluster management, and more.
March 24, 2021
by Sherlock Xu
· 4,265 Views · 5 Likes
article thumbnail
How To Use Business Process Management for Orchestration of Micro-Services, People, and Robots
If your DevOps team is planning process automation, here are a few key things to know about the flexibility of BPM engines and how to implement them properly.
March 24, 2021
by Miguel Valdes
· 10,991 Views · 5 Likes
article thumbnail
MuleSoft APIkit Router - QueryParam and Header Strict Validation Configuration
Hello Muleys, Here's another interesting article on how to restrict additional queryParams and headers that are sent other than those defined in RAML. We all do the test if the required parameters are working fine or not but we forget to test if unnecessary parameters sent along with required parameters. What happens if unwanted parameters are sent? There are chances that attackers might send some thousands of queryParams and Headers with large content. In that case, your application will crash. So what to do? Here's the solution: I have designed a basic RAML with the below resource : When you download the RAML and generate flows, There's an option to restrict additional parameters or headers in APIkit Router Module configuration : By default the configuration is disabled. You have to enable the strict validation config as below: Now your application will not be allowed to pass additional fields: Removing unnecessary fields will give a successful response: Check out this video for the live demo:
March 24, 2021
by Sravan Lingam DZone Core CORE
· 11,375 Views · 3 Likes
article thumbnail
Hibernate Naming Strategies: JPA Specification vs Spring Boot Opinionation
In this article, look at Hibernate naming strategies.
March 23, 2021
by Aleksey Stukalov
· 4,706 Views · 20 Likes
article thumbnail
The Data Access Layer in Jmix: JPA on Steroids
With Jmix JPA metadata, you get advanced security, soft delete and generic REST and GraphQL out-of-the-box almost without coding.
Updated March 23, 2021
by Andrey Belyaev DZone Core CORE
· 5,873 Views · 17 Likes
article thumbnail
Health Monitoring of Mule Applications
All APIs developed using Mule must be built with a health check endpoint. This template will help you maintain a uniform structure across all the APIs and their layers.
March 23, 2021
by Mukesh Thakur DZone Core CORE
· 14,262 Views · 3 Likes
  • Previous
  • ...
  • 366
  • 367
  • 368
  • 369
  • 370
  • 371
  • 372
  • 373
  • 374
  • 375
  • ...
  • 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: