Skip to content

Instantly share code, notes, and snippets.

@amanuel2
Last active November 30, 2020 09:28
Show Gist options
  • Save amanuel2/97d19ecae9ea449565fdbe93e1aa1053 to your computer and use it in GitHub Desktop.
Save amanuel2/97d19ecae9ea449565fdbe93e1aa1053 to your computer and use it in GitHub Desktop.

JavaScript

  1. this in JavaScript: https://yehudakatz.com/2011/08/11/understanding-javascript-function-invocation-and-this/

  2. Event Loop https://samimyaquby.medium.com/how-can-javascript-be-asynchronous-and-single-threaded-at-the-same-time-c13c99bb4703

  3. useCallback vs useMemo https://kentcdodds.com/blog/usememo-and-usecallback

javascript.info

Part 1

  • Promises, async/await
  • Generators, advanced iteration

Part 2

  • Document
  • Introduction to Events
  • UI Events
  • Forms, controls
  • Document and resource loading

Part 3

  • Frames and windows
  • Network requests
  • Storing data in the browser
  • Animation
  • Web components

ReactJS RoadMap

CSS3

Tutorial : https://www.tutorialrepublic.com/css-tutorial/

Tutorial Youtube: https://www.youtube.com/playlist?list=PL7TLF4T4Tq2RCWa-ZRkEWXVtXteyZ2CjK

Google Styles: https://www.youtube.com/watch?v=qm0IfG1GyZU&ab_channel=GoogleChromeDevelopers

Extras

  1. create a teams app https://docs.microsoft.com/en-us/microsoftteams/platform/build-your-first-app/build-and-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment