Skip to content

Instantly share code, notes, and snippets.

@jentanbernardus
Created November 28, 2019 01:38
Show Gist options
  • Save jentanbernardus/6583390aaf1275014e9678afea91adc0 to your computer and use it in GitHub Desktop.
Save jentanbernardus/6583390aaf1275014e9678afea91adc0 to your computer and use it in GitHub Desktop.
Working Components of Front-end Architecture

Working Components of Front-end Architecture

Code

  • HTML5/WAI-ARIA
  • CSS/Sass Code standards and organization
  • Object-Oriented approach (how do objects break down and get put together)
  • JS frameworks/organization/performance optimization techniques
  • Asset Delivery - Front-end Ops

Documentation

  • Onboarding Docs
  • Styleguide/Pattern Library
  • Architecture Diagrams (code flow, tool chain)

Testing

  • Performance Testing
  • Visual Regression
  • Unit Testing
  • End-to-End Testing

Process

  • Git Workflow
  • Dependency Management (npm, Bundler, Bower)
  • Build Systems (Grunt/Gulp)
  • Deploy Process
  • Continuous Integration (Travis CI, Jenkins)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment