Skip to content

Instantly share code, notes, and snippets.

@dfk007
Created December 5, 2024 11:53
Show Gist options
  • Save dfk007/d836805651f4c4b5248ef1a4c49fdb6b to your computer and use it in GitHub Desktop.
Save dfk007/d836805651f4c4b5248ef1a4c49fdb6b to your computer and use it in GitHub Desktop.
motive-tse-apis-and-sql


Excellent YouTube resources RESTful APIs, OAuth 2.0, and SQL:

RESTful APIs and OAuth 2.0

  1. REST API Concepts and Examples
    A beginner-friendly video explaining RESTful APIs, including HTTP methods, status codes, and real-world examples.
    Watch here 【18†source】.

  2. What is OAuth 2.0 really all about? - Java Brains
    A detailed explanation of OAuth 2.0, including flows, tokens, and use cases, presented in an engaging and visual style.
    Watch here 【22†source】.

  3. OAuth 2.0 Deep Dive for Beginners
    A step-by-step tutorial that covers OAuth flows, access tokens, and practical applications for secure API integration.
    Watch here 【21†source】.

  4. OAuth 2.0 Playlist by Code Academy
    A series of tutorials explaining OAuth mechanisms in depth with real-world applications and examples.
    Playlist here 【20†source】.

SQL

  1. SQL Tutorial for Beginners | Full Course
    A comprehensive SQL course covering basic queries (SELECT, WHERE, JOIN) and advanced features like GROUP BY and data aggregation.
    Watch here.

  2. SQL Joins Explained with Examples
    A clear, concise tutorial on SQL joins (INNER, LEFT, RIGHT, FULL OUTER), including visualizations and practical queries.
    Watch here.

  3. Master SQL in One Video
    A detailed video covering SQL from beginner to intermediate concepts, such as aggregate functions, sorting, and grouping data.
    Watch here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment