jsoup: A Powerful Java Library for Working With HTML and XML Documents

jsoup is a popular open-source Java library that enables developers to parse, manipulate, and extract data from HTML and XML documents. In this article, we will explore the basics of using jsoup, including parsing HTML documents, selecting and manipulating elements, and updating content in HTML. We’ll provide code snippets along the way to help illustrate … Read more

Guided Tours Solution for Your Web Application

Creating a user-friendly and engaging onboarding experience is crucial for ensuring that new users can effectively navigate any web application. Guided tours are an excellent way to help new users familiarize themselves with the various features of the application. In this article, we will compare five popular JavaScript libraries used for building guided tours in … Read more

Datafaker: Simplifying Test Data Generation for Java and Kotlin

In the world of software development, effective testing is crucial to ensure the reliability and functionality of applications. A significant aspect of robust testing is the use of representative and reliable test data. Datafaker, a powerful library for Java and Kotlin, simplifies the process of generating test data. In this article, we’ll explore Datafaker and … Read more

Passay – The password generation and validation library

Applications and websites that allow users to sign-up mostly have restrictions of password like Passwords should be 8 characters or more Passwords must contain alphabets, numbers and special characters Passwords cannot be any of the previous 3 or 5 passwords Passwords cannot be easily guessed and so on… Implementing these is not trivial in an … Read more