Skip to content

Instantly share code, notes, and snippets.

@theRemix
Created June 6, 2016 22:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theRemix/0852e5f2ce93851d691cf0411a4f451b to your computer and use it in GitHub Desktop.
Save theRemix/0852e5f2ce93851d691cf0411a4f451b to your computer and use it in GitHub Desktop.
DevLeague Topics

DevLeague Topics

this list was generated by request and is not complete

this list can change at any time, and as needed by each cohort

Know About

  • Graphs and Trees
    • Tree Traversal
    • Binary Trees
    • Binary Search Tree
    • Breadth first vs Depth first
    • Trie
  • Functional Programming
  • Generators
  • Namespacing
  • Double Linked Lists
  • Circular Linked Lists
  • List Flattening
  • Design Patterns
    • Creational
      • Prototype
      • Builder
      • Singleton
      • Factory Method
    • Behavioral
      • Visitor
      • Memento
      • Mediator
      • Iterator
      • Interpreter
      • Template Method
      • Strategy
      • State
      • Observer
      • Command
      • Chain of Responsibility
    • Structural
      • Proxy
      • Flyweight
      • Facade
      • Decorator
      • Composite
      • Adapter

Communicate (Can Teach)

  • UX flow
  • Traditonal Web Apps
  • Single Linked Lists
    • List Traversal
  • Sorting
    • Selection
    • Insertion
    • Quick
    • Merge
  • Big O
  • Deployment Strategies
  • Design Patterns
  • Dev Environment & Tools
  • Functional Array Methods
  • Web Security
  • Testing
  • BDD
  • NoSQL
  • Normalization
  • Denormalization
  • ACID
  • Error Handling
  • Best Practices
  • Interview Skills
  • Strict Mode
  • Mutable vs. Immutable Data
  • Promises
  • Streams
  • Optimization Techniques
  • Agile Development
  • Scrum
  • Auth
    • Authentication
    • Authorization
  • Session Handling

Grok

  • HTTP
  • XHR / AJAX
  • Async
  • Events
  • REST
  • Web Application Architecture
  • DOM
  • Frameworks
  • Git
  • Javascript Fundamentals
  • SPA
  • Databases
    • SQL
    • Relationships
  • Security Best Practices
  • Validation
  • Developer Workflow
  • Iteration
  • Recursion
  • Scope
  • Context
  • Closures
  • Hoisting
  • TDD
  • OOP
  • Revealing Module Pattern
  • APIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment