2015.09.02 / Industry news
Abel Avram
KNOWORTH
只有想不到、没有做不到
2026-03-14 / Industry
Be honest how do you feel when someone tests your code? If youre anything like me, it probably ranks right up there with Monday mornings or getting a root canal. In fact, there are 5 things that drive me absolutely crazy in an average working week: #1. When It All Comes Crashing Down Youve pushed your code to the main repository and you feel like the greatest developer since Dennis Ritchie. Youve thoroughly checked your code (well, you ran over it at least twice while eating your morning cheerios) and youre sure nothing can go wrong. In a state of euphoria, you celebrate with your playstation […]
by Jason Silberman
2026-03-14 / 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-03-14 / Other
The enterprise software market is poised to explode. In a recent report, Gartner projects app spending by companies to rise 7.5% this year to $149.9 billion, and in 2019, to more than $201 billion. While those numbers may sound exciting for developers working on business-class apps, a key finding is that 41% of those surveyed stated extending capabilities of core enterprise applications was a high priority for their companies. In the end, it isnt about looking for more apps, but better ways to improve work. This comes as a warning signal, particularly on the mobile end of the spectrum. There i[…]
by Daniel Kraft