2016.04.21 / Technology research
Ian Harris
KNOWORTH
只有想不到、没有做不到
2025-09-18 / 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
2025-09-18 / Interface
What makes a great landing page has always been a topic of discussion for many designers and webmasters. In order to design a winning landing page, you have to do plenty of research about your target audiences needs, the web-page-design techniques used and heaps of other information on the science and psychology involved. Its not the same as making an attractive website that is beautiful and functional. Clearly, a landing page has to have much more to make sure your viewers LAND on it safely and take action, just like an astronaut would. Source: Apollo 11 Moon Landing. So, your client has asked[…]
by Preston Pierce
2025-09-18 / industry
The artificial neural network (ANN) is increasing in popularity, with big data by its side. Learn what an ANN is and how it compares to biological neural networks. I hated biology in my school days but I loved mathematics. After a long period of time, I now finally get to learn something that combines both mathematics and biology together: artificial neural networks (ANN), which are inspired by biological neural networks. Though you might find it weird, that is how I would like to define the artificial neural network. When we say biology here, it is basically the study of the brain or perhaps t[…]
by Pranjut Gogoi