BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage JavaScript Content on InfoQ

  • The Big Progressive Enhancement Debate

    Recently, Tom Dale, one of the creators of ember.js, wrote an article that re-kindled a brewing debate on the need for progressive enhancement. This is a quick look at the different views on the debate.

  • Creating Nobackend Applications with Firebase

    Firebase is out of beta with pricing plans and SLAs. This article contains details on Firebase and an interview with Andrew Lee, CTO.

  • Design Patterns for JavaScript Applications

    Writing increasingly larger and more complex JavaScript applications we tend to overlook the core principles involved, Carl Danley, a senior web engineer, motivates a series of blog posts about JavaScript design patterns. Patterns provide a clear approach to writing structured and maintainable code, concepts which are important when developing large JavaScript applications.

  • 3D Modeling Made Easy with JSModeler

    Viktor Kovacs has developed JS Modeler, an easy to use JavaScript API to visualize 3D models rendered using WebGL. The tool was built on top of the popular three.js framework. The library includes various demos built using the library, including a Lego builder, 3D Tic-Tac-Toe and a Robotic Arm.

  • Reactive Programming as an Emerging Trend

    Reactive programming (RP) is based on data flows and the propagation of change, with the underlying execution model of a programming language automatically propagating changes through the data flow. With the popularity of event-driven, scalable, and interactive architectures both on the server and the client, the concept of  “reactiveness” is increasingly gaining attention.

  • Mozilla Brick: A Polyfill Library for Web Components

    Web Components is a W3C specification that aims to enable Web developers to define widgets with a high level of visual richness and interactivity, together with ease of composition. Until proper browser support is here, developers can be using the Brick library that provides new custom HTML tags to abstract away common user interface patterns.

  • Sencha: Performance of Mobile Web Applications will Further Improve

    Sencha, maker of the Sencha Touch Framework for HTML5 and JavaScript based mobile applications, commented on some so-called myths concerning performance of web-based applications on mobile platforms. To invalidate these statements, Sencha offers a variety of benchmark results collected of the past years.

  • Bootstrap 3 Has a New Look and More Components

    Bootstrap 3.0 comes with a new look, more components, lots of breaking changes and fixes.

  • Simplified Multiple Provider Authorization with OAuth.io

    OAuth.io is an API and a service interfacing with more than 80 OAuth providers. This article contains an interview with Mehdi Medjaoui, Co-founder of OAuth.io, providing details on security, licensing and future developments.

  • Round-up on Responsive Images for the Web

    Nightly build of WebKit now supports the W3C srcset attribute spec on image elements, allowing developers to specify higher-quality images for your users who have high-res displays, without penalizing the users who don’t. It also provides a graceful fallback for browsers that don’t yet support the feature.

  • NoFlo Aims to Enable Visual Flow-Based JavaScript Programming with Kickstarter Funding

    NoFlo is a 2 year-old project aiming to bring flow-based programming to JavaScript, both in the browser and server (node.js). Until now, flows had to be defined using the textual FPB language. NoFlo's creator, Henri Bergius, is now seeks $100k in Kickstarter funding to be able to build a web-based visual designer to develop these flows visually as well.

  • OSGi Targets JavaScript, Native

    The rising popularity of modular, polyglot application stacks has restarted a conversation at the OSGi Alliance about providing a language and run-time neutral version of the standard.

  • ECMAScript 6 Modules: What Are They and How to Use Them Today

    One of the essentials features any platform needs to support code bases beyond a few source files are modules. Until now, JavaScript has not supported modules natively. However, as of the next version of JavaScript (officially named ECMAScript 6) modules will finally be added as first-class citizen to the language.

  • Community-Driven Research: Ruby On Rails State of Practice - Testing

    InfoQ's research initiative continues with an 16th question about: "Ruby On Rails State of Practice: Testing". This is a new service we hope will provide you with up-to-date & bias-free community-based insight into trends & behaviors that affect enterprise software development. Unlike traditional vendor/analyst-based research, our research is based on answers provided by YOU.

  • Tim Fox: What's new in Vert.x 2.0

    In recent years, new trends like mobile clients and social networks forced web applications to handle more and more concurrent connections. This resulted in new server architectures based on eventing and asynchronicity which you can find for example in Vert.x. Tim Fox told InfoQ what's new in version 2.0 of Vert.x.

BT