一:Worldview  世界观

  1. you start somewhere
  2. the more you explore, the more you know
  3. if you get stuck, you can explore elsewhere, but…
  4. you can come back to it

Google翻译

你開始的地方
你越探索越多,你知道
如果您遇到問題,你可以在其他地方遊覽,但是...
你可以回到它

  1. Gravitate towards the unknown   倾向于未知领域
  2. Keep a question log  保存一个问题清单
  3. Important: Get those questions answered 得到这些问题的答案

1.Write down 3-5 things that you are most anxious or uncomfortable.  写下3-5个你最重要着急解决的事情和不着急解决的

2.For each item, ask yourself

  1. If this were the only thing I accomplished today, would I be satisfied with my day?    我这一天是否满意自己所做的工作或者事情
  2. Will moving this forward make all the other items unimportant or easier?  我是否需要把不重要或者简单的事情先解决

二:专注 focus

Good:
Learn React!

Bad:
Learn React,
Flux,
Redux,
ES6,
Babel,
Gulp,
and Webpack!

三:Double Down  on Evergreen Skills

四:Embrace Mistakes   拥抱错误

五:Recovering From Mistakes  回收错误列表

  1. Don’t Trust  Your Gut  不要相信自己的直觉

"The scientific method is a body of techniques for investigating phenomena, acquiring new knowledge, or correcting and integrating previous knowledge." - Wikipedia

Scientific Method Recipe 科学的方法

1. Question (Why is the sky blue?)                     1.问题
2. Hypothesis (Maybe blue dye?)                    2.假设
3. Prediction (Fly a white cloth to the sky and it will turn blue)      3.预测
4. Experiment (Actually do the above)                  4.实验
5. Analysis (What happened? Why?)                 5.分析
6. Repeat if necessary(Go back to 1)

Don’t Skip  Step 4! 警告:不要越过第4步。

六:How to Cheat: Juxtapositioning  怎样欺骗:并行   /Negation  否定

take a problem you know well, and model it in a program   用你熟悉处理问题的方式来建立一个模型

use your unique skills to teach others programming  用你的技能来教别人编程(这里我觉得指的是一种编程能力或者编程模型,对已知有一定的概念并能作出反馈和处理)

rewrite a program in a language you know  在你可控的范围进行重写

rewrite a app in a different style/framework/language 重写不同风格,框架,语言的应用程序

write a different type of app in the same language  用一种语言写不用的应用

same language (JS) but on a different *-side  相同的语言在不同终端的表现

Re-implement a library (concept) in a different language/framework  重新实现不同语言的框架,库 (概念)

write code without inheritance 写代码而不只是集成

write code without objects

write code without functions

write code without if statements

write code without jQuery

write a web app without a backend

八:Teach It Back

You don't understand something unless you can teach it to other people. - Kyle Simpson   除非你能教别人你才算是明白。

The best way to learn is to teach  最好的学习方法就是教别人

人在哪?:

  1. Meetups                 聚会
  2. Speak                    演讲
  3. Mentor
  4. Online                   线上交流
  5. Chatrooms             聊天室  斗鱼直播
  6. Tech404.io
  7. Blog                      写博客
  8. Make Screencasts   截屏

转载于:https://www.cnblogs.com/shininguang/p/5086050.html

how to learn相关推荐

  1. 【Kaggle Learn】Python 1-4

    [Kaggle Learn]Python https://www.kaggle.com/learn/python 一. Hello, Python A quick introduction to Py ...

  2. Blender赛车动画制作学习教程 Learn Race Car Animation with Blender

    使用Blender 2.93创建您自己的惊人汽车动画 你会学到什么 Blender的界面和导航 建模 UV制图 材料 动画 照明设备 渲染 合成 要求 下载并安装Blender.免费下载和免费用于任何 ...

  3. Blender3.0动画制作入门学习教程 Learn Animation with Blender (2021)

    要求 下载并安装Blender.免费下载和免费用于任何目的. 描述 加入我的动画课程. 在本课程中,我将从头开始讲述在Blender中创建动画场景的过程. 从第一步到最终渲染.在这个课程中,我们将使用 ...

  4. Unity与C#创建一个3D平台游戏 Learn to Create a 3D Platformer Game with Unity C#

    游戏开发变得容易了.使用Unity学习C#并创建您自己的3D平台! 你会学到什么 学习现代通用编程语言C#. 了解Unity中3D开发的功能 发展强大的可转移的解决问题的技能 了解游戏开发过程 了解面 ...

  5. 学会在Unity中创建一个Match-3益智游戏 Learn To Create a Match-3 Puzzle Game in Unity

    MP4 |视频:h264,1280×720 |音频:AAC,44.1 KHz,2 Ch 语言:英语+中英文字幕(根据原英文字幕机译更准确) |时长:48场讲座(6h 38m) |大小解压后:2.8 G ...

  6. Unity中创建本地多人游戏完整案例视频教程 Learn To Create A Local Multiplayer Game In Unity

    Unity中创建本地多人游戏完整案例视频教程 Learn To Create A Local Multiplayer Game In Unity MP4 |视频:h264,1280x720 |音频:A ...

  7. Unity 3D游戏代码编程学习教程 Full Guide To Unity 3D C#: Learn To Code Making 3D Games

    Unity 3D游戏代码编程学习教程 Full Guide To Unity 3D & C#: Learn To Code Making 3D Games Full Guide To Unit ...

  8. 读书笔记2013第10本:《学得少却考得好Learn More Study Less》

    <学得少却考得好Learn More Study Less>这本书最早是从褪墨网站上看到的,crowncheng翻译了全文.这本书介绍了不少学习方法,非常适合在校的学生,原文的作者Scot ...

  9. The Road to learn React书籍学习笔记(第三章)

    代码详情 声明周期方法 通过之前的学习,可以了解到ES6 类组件中的生命周期方法 constructor() 和 render() constructor() 构造函数只有在组件实例化并插入到 DOM ...

  10. Scikit Learn: 在python中机器学习

    Warning 警告:有些没能理解的句子,我以自己的理解意译. 翻译自:Scikit Learn:Machine Learning in Python 作者: Fabian Pedregosa, Ga ...

最新文章

  1. SAP QM 权限控制可以到Inspection Type上
  2. js-ES6学习笔记-Iterator和for-of循环
  3. COM如何区分套间线程(apartment thread)和自由线程(free thread)
  4. mybatis08--关联查询多对一
  5. 关于mysql启动问题---mysqld_safe mysqld from pid file * ended
  6. C#中使用OpenGL(API)创建OpenGL渲染环境
  7. The type android.support.v4.view.ScrollingView cannot be resolved. It is indirectly referenced from
  8. 使用Spring编写和使用SOAP Web服务
  9. docker 安装 与 卸载 centos
  10. “这样使用RHEL合法吗”?
  11. world wide web publishing无法启动 127错误
  12. 应用安全 - 操作系统安全 - Linux系统加固
  13. mac原版镜像下载 macos官方镜像下载
  14. 一套PumpLinx泵阀仿真分析攻略
  15. 计算机网络四个阶段特点,计算机网络的发展分哪四个阶段,特点?
  16. 网络工程师考试历年真题汇总及教程第5版pdf
  17. SQL Server之dbo
  18. php活体检测,人脸门禁系统中活体检测的必要性
  19. VMware 安装 SOFTICE 问题
  20. Hadoop实战问题记录

热门文章

  1. java制作程序启动进度窗口
  2. 当Tomcat遇上Netty,我这一系列神操作,同事看了拍手叫绝
  3. Java线程详解(16)-条件变量
  4. windows环境下的zookeeper安装
  5. 枚举类能继承吗?能被继承吗?
  6. 多线程:保证三个线程依次按顺序执行?newSingleThreadExecutor!!!
  7. Redis:常见的面试题
  8. ubuntu系统批量端口永久开放
  9. 5.TCP和UDP的区别
  10. Android --- 新版本取色器吸管工具点击无效,没反应