CS50x
- Scratch
- c
- Arrays
- Algorithms _ Memory
- Data
- Python
- Artificial Intyelligence
- Sql
- Html, CSS, JavaScript
- Flask
- CyberSecurity
-
CS50x 2025 Course on YouTube: CS50x 2025 Course
-
CS50x 2024 Course on YouTube: CS50x 2024 Course
-
Online Course: CS50x on edX
-
cs50x course cs50x on harvard extension school
-
cs50x course cs50x harvard summer school
-
cs50x course cs50x opencourseware
create a new repository on the command line
echo "# test" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/jayprophit/CS50x git push -u origin main
push an existing repository from the command line
git remote add origin https://github.com/jayprophit/CS50x git branch -M main git push -u origin main