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

Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.

Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.

Threat Detection: Learn core practices for managing security risks and vulnerabilities in your organization — don't regret those threats!

Managing API integrations: Assess your use case and needs — plus learn patterns for the design, build, and maintenance of your integrations.

Avatar

Dhiraj Ray

Joined Dec 2016

https://www.devglan.com

About

I am a technology savvy professional with an exceptional capacity to analyze, solve problems and multi-task. I love blogging and spends most of my free time in learning and implementing new technologies. You can visit my blog at https://www.devglan.com Technical expertise in highly scalable distributed systems, self-healing systems, and service-oriented architecture. Technical Skills: Java/J2EE, Spring, Hibernate, Reactive Programming, Microservices, Hystrix, Rest APIs, Java 8, Kafka, Kibana, Elasticsearch,etc. twitter: @only2dhir

Stats

Reputation: 700
Pageviews: 514.4K
Articles: 4
Comments: 2
  • Articles
  • Comments

Articles

article thumbnail
Getting Started With Spring Cloud Gateway
In this article, we will integrate spring cloud gateway with a microservice-based architecture application using spring cloud.
June 14, 2019
· 34,986 Views · 3 Likes
article thumbnail
Password Encryption and Decryption Using jBCrypt
Looking to create a great password for your sensitive files? Read on to learn how to generate a random password and and how to hash that password.
May 20, 2017
· 48,743 Views · 1 Like
article thumbnail
Spring Boot Actuator: A Complete Guide
If you want enhanced control over your endpoints, including tuning sensitivity and security, you should familiarize yourself with Spring Boot Actuator and its tools.
Updated February 27, 2017
· 126,996 Views · 31 Likes
article thumbnail
Welcome to Spring Boot (With Embedded Tomcat Features)
Spring Boot, Maven, and Tomcat can form a powerful alliance. This sample web app shows the interplay between them and how you can easily configure them for your needs.
Updated January 30, 2017
· 145,708 Views · 32 Likes

Comments

Using Google reCaptcha With Spring Boot Application

Jul 09, 2018 · Duncan Brown

Good point. It's handled here - https://www.devglan.com/angular/spring-boot-angular-captcha

Generate a Random Alpha Numeric String

May 03, 2017 · Kunal Bhatia

I found an existing library for password validation and generation library for Java under apache license.Its worth sharing it - random password generator in java

Following is an example code snippet

public String generateRandomPassword() {

List rules = Arrays.asList(new CharacterRule(EnglishCharacterData.UpperCase, 1),new CharacterRule(EnglishCharacterData.LowerCase, 1), new CharacterRule(EnglishCharacterData.Digit, 1),new CharacterRule(EnglishCharacterData.Special, 1));

PasswordGenerator generator = new PasswordGenerator();

String password = generator.generatePassword(8, rules);return password;}

User has been successfully modified

Failed to modify user

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: