dark mode
Dark mode is a display setting for user interfaces, such as a smartphone or laptop. It means that, instead of the default dark text showing up against a light screen (known as ‘light mode’), a light colour text (white or grey) is presented against a dark
Console log and error
JavaScript Console or Browser console is build-in object in JavaScript which gives access to browser debugging console. console can be used to print output, check errors and warnings in console. For frontend and web developer, its is recommended to open
Code flow & analysis
Data flow analysis in Compiler Difficulty Level : Medium Last Updated : 22 Feb, 2022 Read Discuss It is the analysis of flow of data in control flow graph, i.e., the analysis that determines the information regarding the definition and use of data in
algorithm
What is Algorithm | Introduction to Algorithms Difficulty Level : Easy Last Updated : 23 Mar, 2023 Read Discuss Courses Practice Video What is an Algorithm? Algorithm Basics The word Algorithm means ” A set of finite rules or instructions to be followed
Code maintenance
What is Code Maintenance? Code Maintenance Let’s split up the word ‘code maintenance’ and understand what it stands for. Code in information theory and computer science is simply program instructions and, Maintenance is to care or upkeep. Combining these
team discussion
About team discussions In this article Notifications for team discussions Organization discussions Further reading Your team can plan together, update one another, or talk about any topic you'd like in discussion posts on your team's page in an organization.
computer architecture
Role of computer Architecture The main role of Computer Architecture is to balance the performance, efficiency, cost and reliability of a computer system. For Example − Instruction set architecture (ISA) acts as a bridge between computer's software and
Screen Reader option
Get help reading text on a screen If you need help reading text on a screen, you can turn on accessibility settings for a few Google products in your Google Account. Android ComputeriPhone & iPad Turn screen reader on or off The screen reader setting
computer networks
Computer Network: An interconnection of multiple devices, also known as hosts, that are connected using multiple paths for the purpose of sending/receiving data or media. Computer networks can also include multiple devices/mediums which help in the communication
Automation testing
What is Automatio What is Automation Testing? Another software testing method is automation testing, which is used some specific tools to execute the test scripts without any human interference. It is the most acceptable way to enhance the efficiency,
API testing
Types of API tests Various types of tests can be performed to ensure the API is working appropriately. Tests range from general to specific analyses of the software. Below are some examples of these tests. 1. Validation testing Validation testing analyzes
sample
sample