URL: Oracle Docs
This is an online database that consists of documentation for a number of programming languages and other resources. There contains lots of information of different programming language libraries. There are many functions in these libraries. For each function, the most notable information oracle provides is a general description of the function, the skeleton of the function, the output of the function, and examples of the function in use.
Relevancy
This information is relevant since this database can be used anytime when programming. Whether preparing for an interview or you are working on a school project or a new library, it is important to understand the built in structures. It can be useful to become accustomed to built-in functions before the interview, since you cannot search up the function during the interview.
Tips
- After getting a general idea of what the function does, pay attention to the provided examples. The examples will give you a better idea of how the function can be used inside of your own code.
- There is a search bar where you can search for the function, you’re looking for more information on.
