Mr. Satyabrata has Published 355 Articles

Definition of Ready (DoR) in Agile

Mr. Satyabrata

Mr. Satyabrata

Updated on 24-Mar-2023 11:33:08

808 Views

Out of all the Agile Framework Scrum is been widely popular. Scrum is a framework for Agile project management and software development. It provides a simple, yet effective approach to delivering complex projects in an adaptive and flexible manner. Scrum was first introduced in the 1990s and has since become ... Read More

Context Switching in Agile and How to Avoid It?

Mr. Satyabrata

Mr. Satyabrata

Updated on 24-Mar-2023 11:31:47

591 Views

Context switching is a term used to define the switching focus process from one task to another. It often occurs in agile environments. In agile environments, the team is working on numerous tasks simultaneously. So, it becomes part of the system. Here, in this article, let's discuss the details of ... Read More

Agile Software Development Life Cycle

Mr. Satyabrata

Mr. Satyabrata

Updated on 24-Mar-2023 11:30:13

535 Views

Currently, in the fast-paced world, organizations are under immense pressure. As they have a purpose to provide high-quality software fast & in and efficient way. Traditional software development life cycles (SDLC) were rigid, slow, & inflexible. It led to project delays, cost overruns & a lack of alignment between business ... Read More

Agile Marketing and Its Importance

Mr. Satyabrata

Mr. Satyabrata

Updated on 24-Mar-2023 11:29:14

246 Views

Agile advertising is best described as a method for acting quickly to respond to events as they happen. Its objective is to make it possible for teams and businesses to work rapidly thru and deliver at various points throughout a project. Agile marketing relies heavily on data and analytics. In ... Read More

How to Check Orientation of 3 Ordered Points in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 10-Mar-2023 16:36:28

369 Views

In this article we are going to find the orientation of 3 ordered points. Here orientation means that the given points form clockwise, anticlockwise or collinear shape in space. In the above diagram a, b, c are the three points which check the orientation of shape in space. We find ... Read More

Rotate the matrix 180 degree in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 09-Mar-2023 12:13:59

983 Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. As per the problem statement we have to rotate the given matrix to 180 degrees. ... Read More

Replace the Matrix Elements by Its Square in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 09-Mar-2023 12:07:03

843 Views

Matrices are nothing but it’s more than a collection of data elements arranged in a rectangular layout that is two-dimensional. In Java, an array with two dimensions can be considered as a matrix. As per the problem statement the task is replace the matrix elements by its square. Let’s deep ... Read More

How to Get File Owner’s Name in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 09-Mar-2023 12:02:15

1K+ Views

As per the problem statement, we are going to find the file owner name in Java. The owner’s name here represents the owner of the PC in which file is being runned. To find the file owner in Java we will use the getOwner() method of the FileOwnerAttributeView class. FileOwnerAttributeView ... Read More

How to Homogenize a Point in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 09-Mar-2023 11:59:15

189 Views

In this article we will see how to homogenize a point. Any point in the projective plane is represented by a triple (X, Y, Z), called homogeneous coordinates or projective coordinates of the point, where X, Y and Z are not all 0. The point represented by a given set ... Read More

How to Find Single Digit Array Elements in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 09-Mar-2023 11:21:50

3K+ Views

In a given array with some random integer values, we have to find out the single digits available in the given array and print those single digit values as output. An array can contain positive or negative numbers irrespective of the number of digits in a number. As here all ... Read More

Advertisements