Does Not Compute ยท October 20, 2015

02: Component Is Just A Fancy Word For Class

Special thanks to Hired for sponsoring this week's episode! If you are a developer looking for a job, Hired is a fantastic place to start looking. If you accept a job through Hired they will give you a $2,000 signing bonus. Even better yet, if you use our link at https://hired.com/doesnotcompute they'll double that to $4,000! What are you waiting for?

Things Mentioned and/or Useful Items

Explanations

What in the world is a Single Page App?

Single-Page Applications (SPAs) are Web apps that load a single HTML page and dynamically update that page as the user interacts with the app. SPAs use AJAX and HTML5 to create fluid and responsive Web apps, without constant page reloads. However, this means much of the work happens on the client side, in JavaScript.

โ€“ MSDN

What are Web Components

Web Components are a set of standards currently being produced by Google engineers as a W3C specification that allow for the creation of reusable widgets or components in web documents and web applications. The intention behind them is to bring component-based software engineering to the World Wide Web.

โ€“ Wikipedia

(Dom Spaghetti)

Copyright 2024 Spec Network, Inc.