Learning in Public

My current focus is on RoR, React and data structures + algorithms. Learning in public inspired by Tania Rascia.

meme time

JavaScript

  • Fetch
  • Promises, async/await
  • Scope
  • closures, this
  • ES6+

React Current focus

  • JSX
  • Class vs functional components
  • State vs props
  • Lifecycle Methods
  • Hooks
  • React Router
  • Context
  • Redux

Designing & Testing

  • React testing library
  • Storybook

Tools/Frameworks

  • Command Line
  • Git
  • Static Site Generators
  • Deploying to Heroku

Algorithms

  • Complexity (Big O notation)
  • Size complexity
  • Time complexity
  • Searching
  • Binary search
  • Recursion
  • Sorting
  • Bubble
  • Insertion
  • Selection
  • Merge
  • Heap
  • Quick

Data Structures

  • Arrays
  • Linked lists
  • Singly linked lists
  • Doubly linked lists
  • Stack
  • Queue
  • Hash tables
  • Trees
  • Heap
  • Graph
  • Cut Vortax
  • Union FInd
  • Articulation points Algos