Siva Sai has Published 279 Articles

Using Guava's Collectors for Collecting Streams to Immutable Collections in Java

Siva Sai

Siva Sai

Updated on 19-Jul-2023 18:17:01

82 Views

In the world of Java programming, Google's open-source Guava library introduces powerful utilities that bolster the Java developer's toolkit. Among these, Guava's Collectors bring a unique enhancement, enabling a seamless transition of data from streams to immutable collections. This article provides a detailed guide on leveraging Guava's Collectors for collecting ... Read More

Using Busy Spinning as Wait Strategy in Java

Siva Sai

Siva Sai

Updated on 19-Jul-2023 18:14:50

270 Views

In the dynamic world of Java programming, achieving optimal performance is often the central goal of developers. In this realm, different wait strategies, including busy spinning, can play a pivotal role. This article aims to provide a detailed understanding of busy spinning as a wait strategy in Java, why it's ... Read More

Using Above Below Primitive to Test Whether Two Lines Intersect in Java

Siva Sai

Siva Sai

Updated on 19-Jul-2023 18:11:57

67 Views

Geometrical computations play an essential role in various domains of computer science such as computer graphics, gaming, and computational geometry. Among the myriad of geometric operations, determining whether two lines intersect is a fundamental problem. In this article, we'll take an in-depth look at how to test if two lines ... Read More

Using _ (underscore) as Variable Name in Java

Siva Sai

Siva Sai

Updated on 19-Jul-2023 18:10:00

387 Views

In the vast landscape of Java programming, one of the most intriguing aspects is its choice of variable naming. Among these, the use of the underscore (_) is a topic that has sparked much discussion and debate. This article will delve into the usage of underscore as a variable name ... Read More

User Registration in Android using Back4App

Siva Sai

Siva Sai

Updated on 19-Jul-2023 18:07:01

168 Views

User registration is a fundamental part of building interactive and personalized applications. Back4App, an efficient Backend as a Service (BaaS) platform, can streamline this process, making user registration in Android apps an effortless task. In this article, we will take a comprehensive look at how you can implement user registration ... Read More

User Login in Android using Back4App

Siva Sai

Siva Sai

Updated on 19-Jul-2023 18:03:33

114 Views

In the sphere of Android application development, user authentication forms the cornerstone of ensuring app security and personalized user experience. In this arena, a tool that is gaining popularity among developers worldwide is Back4App. This article explores how Back4App can be harnessed to implement user login functionality in Android applications. ... Read More

Locator Strategies in Selenium Python

Siva Sai

Siva Sai

Updated on 18-Jul-2023 18:51:06

153 Views

One of the most frequent tasks in web automation and testing is finding objects on a webpage. There are several ways to locate components with Selenium WebDriver, a potent tool for programmatically managing a web browser. The many locator strategies in Selenium Python will be covered in this post, with ... Read More

Locating single elements in Selenium Python

Siva Sai

Siva Sai

Updated on 18-Jul-2023 18:50:09

190 Views

Selenium is a powerful automation tool that enables programmatic control of a web browser. It is crucial for automating web applications for various functions, including testing. Finding items on a webpage is an essential Selenium feature. In this article, we'll look at utilising Python to find specific Selenium bits. Introduction ... Read More

Locating multiple elements in Selenium Python

Siva Sai

Siva Sai

Updated on 18-Jul-2023 18:49:08

288 Views

Selenium is an effective tool for remotely manipulating a web browser. It works well for testing purposes when automating web applications. Finding items on a webpage is a crucial Selenium feature. In this lesson, we'll concentrate on utilising Python to find numerous Selenium items. Introduction to Selenium A well-known open-source ... Read More

Loan Eligibility Prediction using Machine Learning Models in Python

Siva Sai

Siva Sai

Updated on 18-Jul-2023 18:48:08

679 Views

Predicting loan eligibility is a crucial part of the banking and finance sector. It is used by financial institutions, especially banks, to determine whether to approve a loan application. A number of variables are taken into consideration, including the applicant's income, credit history, loan amount, education, and employment situation. In ... Read More

Advertisements