Book Image

Mastering JavaScript Design Patterns: A Practical Introduction to Building Better Applications [Video]

By : Alexandr Truhin (bumbu)
Book Image

Mastering JavaScript Design Patterns: A Practical Introduction to Building Better Applications [Video]

By: Alexandr Truhin (bumbu)

Overview of this book

<p>As the language of the web, JavaScript is used prolifically by developers building new applications every day. However, some developers still lack the knowledge about how to write things in a simpler, clearer and more maintainable way. Design patterns are proven solutions to common development problems, and can boost code quality and application maintainability, as well as improve developer efficiency.&nbsp;</p> <p>Mastering JavaScript Design Patterns demonstrates how to apply design patterns in real life situations, whether that's for new, or already existing projects. It will help you to make your applications more flexible, perform better, and easier to maintain.</p> <p>We’ll begin by building a simple music player application, and then we’ll build and add more and more functionality to our music player application. We’ll also cover different ways to modularize the application.</p> <p>In the next two sections we’ll build a server and will load data from it. We’ll cover different techniques for caching, fallbacks, optimizing memory consumption and deferred actions.</p> <p>In the last section we’ll cover code maintainability improvement techniques by using less known, yet powerful JavaScript techniques.</p> <h1>Style and Approach</h1> <p>This video course demonstrates the fundamentals of JavaScript design patterns through the practical development of an application, a music player. Each pattern will be exemplified and explained. Unlike many other guides this one is heavily practical, featuring bite sized chunks of information, detailed explanations, and real results.</p>
Table of Contents (8 chapters)
Chapter 2
Starting the Project
Content Locked
Section 1
Bootstrapping the Project
Rendering the tracks list. - List down the course software prerequisites - Initialize the project - Render the list of tracks