From 7fc905a94e2228b5cdd08445ef879ea128291fc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=8B=E9=82=80=E6=9C=88=E7=86=8A=28Chevalier?= =?UTF-8?q?=29?= <384924552@qq.com> Date: Tue, 8 Aug 2017 11:31:06 +0800 Subject: [PATCH] Create 2.2.md --- Weekly/2017/2/2.2.md | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Weekly/2017/2/2.2.md diff --git a/Weekly/2017/2/2.2.md b/Weekly/2017/2/2.2.md new file mode 100644 index 0000000..512b3b0 --- /dev/null +++ b/Weekly/2017/2/2.2.md @@ -0,0 +1,68 @@ +> [某熊周刊系列:一周推荐外文技术资料(2.2)](https://zhuanlan.zhihu.com/p/25153057)归纳于[某熊周刊:一周推荐外文技术资料](https://github.com/wxyyxc1992/Coder-Knowledge-Graph/tree/master/Weekly)是笔者每周浏览外文技术网站中时发现的不错的文章/项目/书籍/教程的集锦,可以关注笔者的专栏[某熊的全栈之路](https://zhuanlan.zhihu.com/wxyyxc1992)及时获取更新。资讯来源包括但不限于[Medium](https://medium.com/)、[Twitter](https://twitter.com/)、[Google Plus](https://plus.google.com/)、[Reddit](https://www.reddit.com/)、[Hacker News](https://news.ycombinator.com/)、[DZone](https://dzone.com/)、[Github Trending](https://github.com/trending)。另外,周刊中的技术知识框架图参照笔者的[2016:我的编程知识体系结构](https://zhuanlan.zhihu.com/p/24476917?refer=wxyyxc1992)。请自备梯子。 + +![](https://coding.net/u/hoteam/p/Cache/git/raw/master/2017/2/1/1-s8MWzv0sLGnK_SH5qcu_Ew.jpeg) + +# 技术纵横 +- [The absolute worst technology predictions of the past 150 years](https://medium.freecodecamp.com/worst-tech-predictions-of-the-past-100-years-c18654211375#.2vesq2hfu) +- [How Blockchain works, and how it powers Bitcoin](https://medium.freecodecamp.com/how-blockchain-works-and-how-it-powers-bitcoin-f944356c267e#.oupm2io6q) + +# 编程语言 +- [Swift:Make Memory Management Great Again](https://medium.com/ios-geek-community/make-memory-management-great-again-f781fb29cea1#.ovaqa8786) +- [ES8 Feature Set: JavaScript is Getting Asynchronous](https://medium.com/@Eugeniya/es8-feature-set-javascript-is-getting-asynchronous-2a8a43dd0cbc#.brnqngo2n) +- [Interview Algorithm Questions in Javascript() {...}](https://github.com/kennymkchan/interview-questions-in-javascript) +- [The State of Go: Where we are in February 2017](https://talks.golang.org/2017/state-of-go.slide#1) +- [Rust's 2017 roadmap](https://blog.rust-lang.org/2017/02/06/roadmap.html) +- [Rust:Delete the makefile build system](https://github.com/rust-lang/rust/pull/39431) +- [Java 9’s Immutable Collections Are Easier To Create But Use With Caution](http://carlmartensen.com/immutability-made-easy-in-java-9) + +# 编程基础 + +- [9 Tools That Will Help You Become a Better Writer](https://medium.com/product-hunt/9-tools-that-will-help-you-become-a-better-writer-2feff4affd3a#.w7bki29tp) +- [How to get free wifi on public networks](https://medium.freecodecamp.com/free-wifi-on-public-networks-daf716cebc80#.coy6du87x) +- [Mastering Git — Why Rebase is amazing](https://hackernoon.com/mastering-git-why-rebase-is-amazing-a954485b128a?source=reading_list---------90-1---------) +- [Server-Side Vs. Client-Side A/B Testing Tools: What’s The Difference?](https://conversionxl.com/server-side-vs-client-side-ab-testing-tools-whats-the-difference/) + +# Web +- [Share Code between React and React Apps using Higher Order Components](https://hackernoon.com/code-reuse-using-higher-order-hoc-and-stateless-functional-components-in-react-and-react-native-6eeb503c665#.4z4q9o6k2) +- [Understanding Redux](https://medium.com/front-end-hacking/understanding-redux-69798b1f8469#.l6u9zaavw) +- [All JavaScript frameworks are terrible](https://medium.com/@mattburgess/all-javascript-frameworks-are-terrible-e68d8865183e#.buntgy9b4) +- [The Fine Art of the Webpack 2 Config](https://blog.flennik.com/the-fine-art-of-the-webpack-2-config-dc4d19d7f172#.b7lju0lkm) +- [Popular Web Animation Techniques](https://uxplanet.org/popular-web-animation-techniques-a6a467309028#.d2oei0zgn) +- [A guide to cross-browser testing: installing all the things](https://hackernoon.com/a-guide-to-cross-browser-testing-installing-all-the-things-6e56c2bd8182#.qz00dwqxa) +- [CRACKING THE CODE REVIEW, PART 1: PREPARING YOUR CODE REVIEW](https://www.lucidchart.com/techblog/2017/02/08/cracking-the-code-review-part-1-preparing-your-code-review/) +- [How to Achieve Reusability with React Components](https://medium.com/walmartlabs/how-to-achieve-reusability-with-react-components-81edeb7fb0e0#.golztv3h4) + +# 服务端应用程序架构 +- [GraphQL & React tutorial (part 1/6)](https://blog.hichroma.com/graphql-react-tutorial-part-1-6-d0691af25858#.m34azu1w4) +- [Serverless is the PaaS I Always Wanted](https://medium.com/capital-one-developers/serverless-is-the-paas-i-always-wanted-9e9c7d925539#.qunuvo7o2) +- [When to NOT use RxJava](http://konmik.com/post/when_to_not_use_rxjava/) + +# 数据科学与机器学习 +- [What Everyone is not Telling You about Artificial Intelligence](https://medium.com/@matelabs_ai/what-everyone-is-not-telling-you-about-artificial-intelligence-36c8552f3f53#.oak906440) +- [What Will The Natural Language Technology Stack Look Like in 5 Years?](https://medium.com/pillar-companies/what-will-the-natural-language-technology-stack-look-like-in-5-years-ede36bb54a3f#.am9hm3i0i) +- [How do GANs intuitively work?](https://hackernoon.com/how-do-gans-intuitively-work-2dda07f247a1#.g613r5575) +- [SimGANs - a game changer in unsupervised learning, self driving cars, and more](https://medium.com/intuitionmachine/simgans-applied-to-autonomous-driving-5a8c6676e36b#.75if3xkct) +- [Intricacies of Traffic Sign Classification with TensorFlow](https://chatbotslife.com/intricacies-of-traffic-sign-classification-with-tensorflow-8f994b1c8ba#.gb12juor7) +- [Deep Learning for Noobs [Part 1]](https://hackernoon.com/supervised-deep-learning-in-image-classification-for-noobs-part-1-9f831b6d430d#.byiv0mk3u) +- [Oxford Deep NLP 2017 course](https://github.com/oxford-cs-deepnlp-2017/lectures) + +# 基础架构 +- [Captain:Manage Docker containers. Instantly from the menu bar.](https://getcaptain.co/) + +# 信息安全 + + +# 移动开发 +- [Essential Guide For Designing Your Android App Architecture: MVP](https://blog.mindorks.com/essential-guide-for-designing-your-android-app-architecture-mvp-part-2-b2ac6f3f9637#.ohxwbvzc2) +- [10 tools which will boost your Android productivity and hype](https://hackernoon.com/10-tools-which-will-boost-your-android-productivity-and-hype-bea88e0bcd86#.grwuj1qvq) +- [React Native at Instagram](https://engineering.instagram.com/react-native-at-instagram-dd828a9a90c7#.letsnsgug) +- [React Native Training](https://unbug.gitbooks.io/react-native-training/content/) +- [RecyclerView & ListView basic comparison](https://android.jlelse.eu/recyclerview-listview-basic-comparison-91e844a2fbc4#.nyz8l34cv) + + +> 延伸阅读: +> - [知乎专栏:某熊的全栈之路](https://zhuanlan.zhihu.com/wxyyxc1992) +> - [知乎专栏:前端当自强](https://zhuanlan.zhihu.com/c_67532981) +> - [知乎专栏:lotuc的编程之路](https://zhuanlan.zhihu.com/lotuc) +> - [2016-我的技术之路:编程知识体系结构](https://zhuanlan.zhihu.com/p/24476917?refer=wxyyxc1992) +> - [2016-我的前端之路:工具化与工程化](https://zhuanlan.zhihu.com/p/24575395?refer=wxyyxc1992) -- GitLab