Enterprise Architecture Patterns

Enterprise Architecture Patterns

Learning Paths:
5 hours, 39 minutes CC

When we think of enterprise-grade applications, we think of complexity. The trick to managing complexity is to apply first-principles thinking to programming. This course will demonstrate these essential programming principles by working through a series of tightly controlled examples in JavaScript and TypeScript. We will build up a mental framework that you can use to approach non-trivial application development at any size.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: February 2, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Complexity

Object Oriented Programming

Decisions & Conditionals

Collections & Iterators

Time Management in Applications

Distributed Complexity

Wrapping Up