Tag Archives: javascript

Timeline

Timeline is also great for pulling in media from different sources. It has built in support for pulling in Tweets and media from Twitter, YouTube, Flickr, Vimeo, Google Maps and SoundCloud. Creating one is as easy as filling in a Google spreadsheet or as detailed as JSON.

(Full Story: Timeline)

JSHint – javascript static code analysis

JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team’s coding conventions.

(Full Story: JSHint – javascript static code analysis)

Essential JavaScript Design Patterns For Beginners

We are now going to explore JavaScript implementations of a number of both classical and modern design patterns. This section of the book will cover an introduction to these patterns, whilst the next section will focus on looking at some specific patterns (such as the Observer) in greater detail.

(Full Story: Essential JavaScript Design Patterns For Beginners)

Leaving JSPs in the dust: moving LinkedIn to dust.js client-side templates | LinkedIn Engineering

Today, javascript templates are one of the key components of our front-end infrastructure strategy: they enable browser/CDN template caching, they allow for a cleaner separation of presentation tier concerns, and at the same time, they enable greater unification of our front-end stacks across the company.
We are actively building and migrating some of our core properties to client-templates to achieve our overall objectives. The next blog post will focus more on the challenges we faced in embracing dust.js templates, including the solutions we are building to extend dust.js for static content flushing, rendering logic, formatting, i18n, and A/B testing partials.

(Full Story: Leaving JSPs in the dust: moving LinkedIn to dust.js client-side templates | LinkedIn Engineering)

Backbone Fundamentals – A Free Work-In-Progress Book For Developers Of All Levels

Backbone Fundamentals hopes to change that. Whilst still a work-in-progress, my goal is to try adding something new or improving the book in some way everyday. That level of consistency can’t be promised forever, but I want to do my best to centralize the knowledge and experience I (and hopefully some other Backbone users) have learned somewhere that’s easy for developers of any level to just pick up.

(Full Story: Backbone Fundamentals – A Free Work-In-Progress Book For Developers Of All Levels)

JesCov – JavaScript code coverage

JesCov is an open source tool for measuring code coverage of JavaScript. It makes it possible to find out both line and branch coverage from any ES3-compliant source code. It is not tied to any particular testing framework, but the only current integration point is for Jasmine. The general approach is based on a JSON data interchange format, which means some of the reporting tools could potentially be used against data collected in some other way than running the core JesCov project.

(Full Story: JesCov – JavaScript code coverage)

Patterns For Large-Scale JavaScript Application Architecture

Decouple app. architecture w/module,facade & mediator patterns. Mods publish msgs, mediator acts as pub/sub mgr & facade handles security

(Full Story: Patterns For Large-Scale JavaScript Application Architecture)

The pros and cons of developing a complete Javascript UI

Cons1. Javascript Frameworks are still evolving2. Developing two applications instead of one
Pros1. Well thought out and tested API2. Your JS UI code as API reference

(Full Story: The pros and cons of developing a complete Javascript UI)

Patterns For Large-Scale JavaScript Application Architecture

Decouple app. architecture w/module,facade & mediator patterns. Mods publish msgs, mediator acts as pub/sub mgr & facade handles security

(Full Story: Patterns For Large-Scale JavaScript Application Architecture)

The pros and cons of developing a complete Javascript UI

Cons1. Javascript Frameworks are still evolving2. Developing two applications instead of one
Pros1. Well thought out and tested API2. Your JS UI code as API reference

(Full Story: The pros and cons of developing a complete Javascript UI)

Follow

Get every new post delivered to your Inbox.