Thursday, 9 December 2021

8 Websites to Learn CODING for Free

  1. w3schools.com 
  2. freecodecamp.org
  3. sololearn.com
  4. upskillcourses.com
  5. programiz.com
  6. geeksforgeeks.org
  7. studytonight.com
  8. javatpoint.com

No comments:

Post a Comment

Git merge branch to another branch

$ git checkout develop $ git pull $ git checkout test-branch $ git merge develop $ git push