Mr. Satyabrata has Published 387 Articles

Do’s and Don’t During Agile Sprint Planning

Mr. Satyabrata

Mr. Satyabrata

Updated on 24-Mar-2023 11:34:27

113 Views

What is Sprint Planning? Sprint Planning is a crucial part of the Scrum framework, where the team collaborates to determine what work will be done and how it will be accomplished during the upcoming Sprint. The process revolves around three key elements. Firstly, the Product Owner explains the value ... Read More

Disciplined Agile Delivery (DAD)

Mr. Satyabrata

Mr. Satyabrata

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

220 Views

Agile development is a software development methodology that prioritizes flexibility, collaboration, and rapid iteration. It is a relatively new approach that has rapidly gained popularity in recent years & has fundamentally changed the way software is developed. Often referred to as the art of adapting to change and innovation, Agile ... Read More

Definition of Ready (DoR) in Agile

Mr. Satyabrata

Mr. Satyabrata

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

518 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

332 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

273 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

123 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

253 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

544 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

580 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

759 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

Advertisements