2016.12.07 / Technology research
Carol Jon
KNOWORTH
只有想不到、没有做不到


2026-09-10 / Technology research
Programming is an industry thats constantly moving forward. At some point, you might take an honest look at your own skills and conclude that youve fallen behind the curve. When youre a professional this is easy to do because the chances are you have no need to push yourself day in and day out. But sooner or later falling behind the trends will come back to bite you. Youll be less competitive in business and in the job market. So how do you get back on top of your game again? Use Your Knowledge in a New Way The biggest reason why people fall behind is that theyre not doing anything different. […]
by Carol Jon
2026-09-10 / 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-09-10 / industry
I would like toclarify something immediately with this post. Its title does not contain the number 7, nor does it talk about effectiveness. That was intentional. I have no interest in trying to piggy-back on StephenCoveys book title to earn clicks, which would make this post a dime a dozen. In fact, a google search of good habits for programmersyields just such an appropriation, and it also yields exactly the sorts of articles and posts that you might expect. They have some number and they talk about what makes programmers good at programming. But Id like to focus on a slightly different angle[…]
by Erik Dietrich