All Medium Articles
There are three concepts in Object-Oriented Programming Object, Class, and Methods. ES6 JavaScript supports Object-Oriented programming components.  Object: A real-time object entity means the presentation… Read More
Learning a first programming language is always special for everyone. We get attached to it and it sticks with us forever. You might have been… Read More
Developers dealing with a real-time web application often have to manage a large amount of data. For instance, if we have a table presenting a… Read More
The HTTP header Set-Cookie is a response header and used to send cookies from the server to the user agent. So the user agent can… Read More
Design is not just what it looks like and feels like. Design is how it works. -Steve Jobs   Within just 10-15 seconds, a visitor landing on… Read More
Sometimes, while working with records, we may have a problem in which we need to remove duplicates based on Kth element of a tuple in… Read More
Given an integer N and an infinite table where ith row and jth column contains the value i *j. The task is to find the… Read More
Given a floating-point number N, the task is to check whether it is palindrome or not.  Input: N = 123.321 Output: YesInput: N = 122.1 Output: No  … Read More
Round 1:  1- Maximum water that can be stored between two building. Maximum water that can be stored between two buildings 2 – Sort linked… Read More
Given an array arr[] of size N, the task is to check if it is possible to make the array non-decreasing by applying the given… Read More
Amazon Chennai conducted drive for SDE 1 and SDE 2 recently on 28th September in Delhi Initially there was a written round where we were… Read More
Given an array arr[] of size N. The task is to find maximum element among N – 1 elements other than arr[i] for each i… Read More
When the job scheduler accepts a job, it creates the job’s PCB (Process Control Blocks) and updates it throughout the execution. These PCBs, and not… Read More
Android ChronoMeter is user interface control which shows timer in the view. We can easily start up or down counter with base time using the… Read More
In C#, a readonly keyword is a modifier which is used in the following ways: 1. Readonly Fields: In C#, you are allowed to declare… Read More
Given an odd integer N, the task is to find the magic square of order N. Examples:  Input: N = 3 Output: 6 1 8 7 5 3 2… Read More
Whenever you listen to the name software, one question comes in your mind, that is “how software is made and how the software development process… Read More
With the help of np.ma.concatenate() method, we can concatenate two arrays with the help of np.ma.concatenate() method. Syntax : np.ma.concatenate([list1, list2]) Return : Return the… Read More
This article explains how to modify the content of a Binary File. Given a binary file that contains the records of students, the task is… Read More
Ubuntu is a widely used operating system because of its versatile features and security. Most of the professional programmers like to work on it but… Read More