
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Mr. Satyabrata has Published 355 Articles

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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

Mr. Satyabrata
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