Skip to content

Instantly share code, notes, and snippets.

View shivam1283's full-sized avatar
🎯
Focusing

Shivam Yadav shivam1283

🎯
Focusing
View GitHub Profile
@shivam1283
shivam1283 / HubermanLecture1.md
Last active February 19, 2022 15:21
[LIFE COACHING] Video summary

How Your Nervous System Works & Changes Link

Brain is really a map of experience.

5 functions of nervous system

1. Sensation

  • These are non negotiable.

2. Perception

  • Take what we are sensing and focus on it, make sense out of it, to explore it , to remember it. Eg: Putting your focus on the feet and feel it.
@shivam1283
shivam1283 / 1.setup.md
Last active July 16, 2021 19:14
[TS tutorial] Notes #react #js #ts

Initial

  1. install tsc compliler
  2. npm install -g typescript
  3. create a folder with an index.html
  4. npm init
  5. npm install --save-dev liteserver
  6. create index.ts
  7. run tsc index.ts

To automatically reload

@shivam1283
shivam1283 / leetcodeQuestions.md
Created May 20, 2021 20:31
Leetcode important questions #interview #coding
@shivam1283
shivam1283 / excercises.md
Last active May 18, 2021 19:12
Learning excercises #react

Exercises

  • Infinite scroll and pagenation Link