Skip to content

elangosundar/awesome-dev.to

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

awesome-dev.to

A mostly reasonable collection of technical interview questions solved in Javascript and ReactJS

Concepts:

JavaScript Concepts

  • Javascript objects
  • Prototypal inheritance
  • Scoping and hosting
  • Closures
  • JavaScript Callback (Higher-Order) Functions
  • The event loop
  • Event bubbling
  • Apply, call, and bind
  • Callbacks and promises, async/await
  • Variable and function hoisting
  • Currying
  • localstorage
  • Map, filter, reduce , sort of arrays

Design Pattern:

  • Decorator
  • Factory
  • Singleton
  • Revealing module
  • Facade
  • Observer
  • MVC, MVP, MVVM

Data Structure Concepts:

  • Linked lists
  • Hashtables
  • Stacks and queues
  • Trees (binary trees and heaps)
  • Graphs

Sorting Concepts:

  • Binary search
  • Bubble sort
  • Insertion sort
  • Merge sort
  • Quick sort
  • Selection sort

ReactJS Concepts

GatsByJs Concepts

Javascript objects

Prototypal inheritance

Scoping and hosting

Closures

JavaScript Callback (Higher-Order) Functions

The event loop

Event bubbling

Apply, call, and bind

Callbacks and promises, async/await

Variable and function hoisting

Currying

localstorage

Map, filter, reduce , sort of arrays

Thanks

Thanks to Dev.to team