2017.04.28 / industry
Erik Dietrich
KNOWORTH
只有想不到、没有做不到

2026-07-04 / Other
From the food we eat and the way we travel to the way we spend our money, mobile apps have changed the way we interact with the world around us. Since the launch of Apples app store back in 2008, developers have built a huge number of tools and solutions to make consumers lives easier. In 2015, the number of apps in the major stores looks a little like this: Fig 1. Apps in the major app stores Source: Statista. 2015 However, this massive growth hasnt been mirrored in the enterprise IT market. Although there is a growing number of companies building their own internal apps to facilitate corpora[…]
by Josh Anderson
2026-07-04 / Industry news
Netflix has open sourced Falcor, a JavaScript library offering a model and asynchronous mechanism for fetching JSON data from multiple sources. Netflix is using Falcor to populate the UI of their web application with JSON data. All the back-end data coming from a memory cache or multiple databases is modeled through a single virtual JSON object. It is called virtual because from the clients perspective the data seems to be in memory, although it can actually reside on local or remote databases. The data is made available through a JSON graph, using the DataSource interface having the following […]
by Abel Avram
2026-07-04 / Prototype design
Without motion, there cannot be interaction. When you close a tab, it disappears from the screen: at this basic level, motion provides immediate feedback (which is crucial since vision is our dominant sense), but at a more advanced level, motion adds a layer of humanity and realism. Animation makes interfaces feel alive and truly responsive to the user. In the past, animations were a luxury mostly for Flash-based sites, but now almost every site uses CSS/Javascript/HTML5 animations ranging from simple sliders to more complex parallax scrolls. This isnt a bad thing in addition to looking nice an[…]
by Jerry Cao