GitHub is a web-based platform that provides hosting for version control and collaboration. It allows multiple people to work together on projects from anywhere in the world. Here are some common terminologies associated with GitHub: - **@mention**: To notify a person on GitHub by using `@` before their username¹. - **Access token**: A token used in place of a password when performing Git operations over HTTPS with Git on the command line or the API¹. - **Branch**: A parallel version of a repository that does not affect the primary or main branch, allowing you to work freely without disrupting the "live" version¹. - **Commit**: A record of changes made to a repository. A commit includes a commit message that describes what changes were made¹. - **Fork**: A personal copy of another user's repository that's independent of the original repository¹. - **Issue**: A way to track enhancements, tasks, or ...
SQL, or Structured Query Language, is a powerful programming language used for managing and manipulating relational databases. Here's an overview of its key components and capabilities: 1 . ** Data Querying **: SQL allows users to retrieve data from databases using SELECT statements. These statements can specify which columns to retrieve, filter data based on conditions, sort results, and perform calculations. 2 . ** Data Manipulation **: SQL supports INSERT, UPDATE, and DELETE statements for adding, modifying, and removing data from database tables. 3. ** Data Definition **: SQL enables users to define the structure of a database using CREATE, ALTER, and DROP statements. These statements are used to create and modify database schemas, tables, indexes, and constraints. 4. ** Data Control **: SQL provides statements for managing access to database objects. Users can grant or revoke privileges such as SELECT, INSERT, UPDATE, DELETE, and EXECUTE to control wh...
How to Build a Career in Artificial Intelligence [AI] A Simple Guide Collected Insights from Andrew Ng , Founder, DeepLearning.AI Stop spending money on AI courses. Let me give resources in this blog page. A great opportunity to learn and enhance on Generative AI for Free with Certificates and Badges. Google, Microsoft and LinkedIn Learning are offering FREE online courses. Th...
Comments
Post a Comment