The Three D’s of Modern Web Development
You know what the popular SPA frameworks are, this series explains why.
Modern web development using JavaScript has evolved over the past decade to embrace patterns and good practices that are implemented through various libraries and frameworks. Although it is easy to get caught up in the excitement of frameworks like 🅰 Angular, it is important to remember the fundamental patterns and repeatable practices that make development easier. In fact, it is difficult to make a qualified decision about your development stack without understanding “how” and “why” a particular tool, library, or framework may benefit the application and, more importantly, your team.
In 2018, I gave a presentation based on these principles.
Click here to view the full presentation on Vimeo.
I recently authored a series of articles for the former “Telerik Developer Network” that covers what I believe are three fundamental concepts that have revolutionized modern web app development.
You can read the series here:
The three D’s are just a few of the reasons why JavaScript development drives so many consumer and enterprise experiences today. Although the main point of this series was to demonstrate the maturity of front-end development and the reason why JavaScript development at enterprise scale is both relevant and feasible today, it is also the answer to a question I often receive. “Why use Angular 2 and TypeScript?” My answer is this: together, Angular and TypeScript provide a modern, fast, and practical implementation of the three D’s of modern web development.
Regards,
Related articles:
- Build a Single Page Application (SPA) Site With Vanilla.js (JavaScript)
- Convert Modern JavaScript to Legacy (ECMAScript 5) in Minutes (Typescript)
- From Angular to Blazor: The Health App (Angular)
- Implement a Progressive Web App (PWA) in your Static Website (JavaScript)
- TypeScript for JavaScript Developers by Refactoring Part 1 of 2 (Typescript)
- Vanilla.js — Getting Started (Angular)