All Basic Articles
The hottest and trending cross-platform framework, Flutter is Google’s SDK for crafting beautiful, fast user experiences for mobile, web, and desktop with just a single… Read More
Hi folks, Visa visited our campus, hiring for SWE Intern and SWE roles in October. I was an applicant for the SWE Intern profile. They… Read More
Given an array arr[] containing N integers, the task is to find the maximum sum obtained by adding the elements at the same index of… Read More
Popup boxes, also known as modal or dialog boxes, are common UI elements used to display additional content or interactions on top of the main… Read More
Two Linked Lists are identical when they have the same data and the arrangement of data is also the same. For example, Linked lists a… Read More
I interviewed at Searce for the role of Software Engineer through Campus Recruitment Process: Round 1(Online Assessment): Aptitude (verbal + logical + quant) Round 2(Technical… Read More
In this article, we will see how to check whether the number is NaN or finite. To check whether the given number is NaN or… Read More
In this article, we will discuss how to create a bar plot by using pandas crosstab in Python. First Lets us know more about the… Read More
Batch script is a type of scripting language used in Windows operating systems to automate repetitive tasks, perform system administration functions, and execute a series… Read More
Given an array of n integers where each value represents the number of chocolates in a packet. Each packet can have a variable number of… Read More
Hi geeks! So Accenture started their recruitment process on campus by virtually sending their Job Description and related information with a registration link. They sent… Read More
I am a final year M.tech student in the Electrical Department of Delhi Technological University(Formerly DCE), Capgemini visited my university for the role of the… Read More
Destructuring assignment is a feature introduces in EcmaScript2015 which lets you extract the contents of array, properties of object into distinct variables without writing repetitive… Read More
CSS viewer inspect and displays the CSS properties of a web page. It is a very smart and useful extension that identifies CSS properties anywhere… Read More
A dictionary is a mutable data structure i.e. the data in the dictionary can be modified. A dictionary is an indexed data structure i.e. the… Read More
Python cv2.imdecode() function is used to read image data from a memory cache and convert it into image format. This is generally used for loading… Read More
Before getting into Database-as-a-Service (DBaaS), let’s first know what a Database is. A Database is a collection of information or data which holds the content… Read More
SFTP (Secure File Transfer Protocol) is the advanced version of FTP(file transfer protocol) which ensures security while transferring files between the organizations/computer. It is also… Read More
Given an array arr[] of size N, the task is to sort all the even numbers in the array, without changing the order of odd… Read More
If you’re a Computer Science student or a coding enthusiast, chances are more you’ve heard individuals discussing their Competitive Programming skills and rankings & achievements… Read More