Hello there, if you have come to this post that means you are currently getting interviewed or are looking forward to get interviewed in the near future.
Keeping that in mind I've compiled a list of resources one can refer to get an upper hand during the interview process.
Q&A format
-
123 essential javascript questions
Tricky questions on hoisting, inheritance, closures, null vs undefined, NaN...
-
70 javascript interview questions
Dive deep into hoisting, inheritance, closures, promises, events...
-
Practical code snippets in Q&A format.
Concepts
-
alexander zlatkov's how javascript works medium posts
Internal working of JS includes event loop, v8 engine, classes and inheritance, storage engines, shadow dom, webRTC, garbage collection, service workers, web workers, web socket, HTTP/HTTP2, network layer, browser engine, rendering engine...
-
akshay saini's youtube channel
Learn about event delegation, event propagation, debouncing, throttling, call, apply, bind, polyfills, curring.
-
design pattern soumyajit pathak's medium posts
Brief overview of different design pattern
-
Dive deep into design pattern such as singleton, mediator, revealing module, pub sub...
-
javascript concepts visualised
not so easy concepts made easy with awesome visualiser.
-
how to architect a front end application
Learn different layer of front end application and their roles in the overall architecture.
HTML, CSS
-
Learn about the box model
-
Layout using flexbox
-
Layout using grid
-
Learn about CSS specificity and selector priorities
-
Learn different positioning system used in CSS
-
Learn difference between inline vs inline block vs block
React
-
react vs angular change detection
Learn how angular and react differ from each other in the context of change detection mechanism
-
Learn internal of React's fiber tree traversal process
-
fiber architecture reconciliation
Learn internal of React's fiber tree reconciliation process
-
internal working of props and life cycle hooks
Learn internal of props and state updation along with life cycle hooks
Alogorithms
-
Get to know the why of the solutions and how to develop intuition for algorithmic problems.
-
Learn concepts of tree, graphs, dynamic programming. Different traversal strategies and problems.
-
Learn the math and run time analysis of algorithms
Top comments (0)