Weekly 06/02 - 06/08

周报第三十六期

PHP

最好的语言需要一个单独的章节

前端

React

很多刚接触react的人都会对 props 和 state 只有概念上的区分,在什么场景下用哪一种把握的不是很好,可以通过本文来对其有一个更深的认识 - React Tutorial: Cloning Yelp
https://www.fullstackreact.com/articles/react-tutorial-cloning-yelp/ cc daniyuu

一个很不错的用react做一个复杂应用的demo加tutorial, 想入手react的同学可以尝试 - Ignite
https://github.com/infinitered/ignite The ideal starting app for React Native

CSS

JS

科研相关

以前关注过一些,最后发现都没什么用 from @sxjscience

代数计算

不如我们自己弄一个Probabilistic Programming的系统?(就跟我上次说的那样)。

比如 - Stan http://mc-stan.org/interfaces/stan - Anglican http://www.robots.ox.ac.uk/~fwood/anglican

from @sxjscience

设计和架构

新发现

VR

  • building 3D games on the Web
    https://developer.mozilla.org/en-US/docs/Games cc @ComMouse

    大量的 web 3D 游戏开发的教程和技术文档,VR技术库也在开发中。

  • https://aframe.io/ cc @laohyx

    Building blocks for the virtual reality web Use markup to create VR experiences that work across desktop, iOS, Android, and the Oculus Rift.

杂项

换个地方搬砖

编程语言

比起PL还是PG有吸引力啊

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis

安全

死在沙滩上的老年人们

最近xbox上沙滩排球好像免费 \w/

看上去很厉害的样子

Fog Creek 公司推出的新型 PAAS 平台,和其它不一样的地方是它追求最快上手,打开页面就能使用了,甚至不需要帐号登录就能直接在线编辑 - ElectroCRUD cc @ComMouse @Bluemit http://garrylachman.github.io/ElectroCRUD/

No coding is required; Create basic CRUD (Create, Read, Update, Delete) for your MySQL Database in minutes. Automatically analyze your database tables.