博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
web项目打包到上线教程_如何从教程转到自己的项目
阅读量:2511 次
发布时间:2019-05-11

本文共 2870 字,大约阅读时间需要 9 分钟。

web项目打包到上线教程

I got this question on Twitter: how to go projects from tutorials?

我在Twitter上遇到了一个问题:如何从教程中进行项目?

I think it’s interesting because I believe that to really learn a technology you need to build something with it.

我认为这很有趣,因为我相信要真正学习一种技术,您需要用它来构建一些东西。

You can’t just read tutorials, but some tutorials are still essential, of course.

您不仅可以阅读教程,但是某些教程当然仍然是必不可少的。

No one is born knowing how to use something unless we are shown how to, or we dig into the documentation, or at an extreme case we understand how the thing is supposed to work, something that working with open source software we can actually do (but it’s easier said than done).

没有人天生就不知道如何使用某些东西,除非向我们展示如何使用它,或者我们深入研究文档,或者在极端情况下,我们了解该东西应该如何工作,这是我们实际上可以使用开源软件工作的东西(但说起来容易做起来难。

I learn new stuff every week, on a regular basis. It’s part of my job. It’s also something I just like doing.

我每周定期学习新知识。 这是我工作的一部分。 这也是我喜欢做的事情。

Learning new things is my bread and butter. I then use this knowledge to create projects and software or to also teach this technology to other people.

学习新事物是我的生计。 然后,我将利用这些知识来创建项目和软件,或者还将这种技术教给其他人。

But switching from learning something to actually building projects with it is challenging.

但是,从学习内容转变为实际使用它来构建项目具有挑战性。

There is not a clear, visible line between reading/watching X tutorials and building the next Airbnb.

阅读/观看X教程构建下一个Airbnb之间没有清晰可见的界线。

A tutorial gets you to one more advanced point than the one you started.

教程将使您比开始时更高级。

But at some point you need to start a project to move to the next level:

但是在某个时候,您需要启动一个项目才能进入下一个级别:

There’s an interval of mystery that overlaps between “ending tutorials phase” and “beginning project phase”.

在“结束教程阶段”和“开始项目阶段”之间存在一个谜团。

And by “project” I mean also a sample web app to test your ideas, not necessarily a big or definitive project.

所谓“项目”,我指的是用于测试您的想法的示例Web应用程序,不一定是大型的或确定的项目。

You can’t get to that next level without doing a project.

没有做一个项目,就无法达到下一个层次。

The famous saying “what got you here won’t get you there” is spot on.

著名的谚语“什么让你到这里就不会让你到那里”。

You reach the point of diminishing returns and if you don’t stop just reading tutorials you’ll start forgetting stuff that is going to be applicable, and you’ll need to go back to reading tutorials anyway:

您到达了收益递减的地步,如果您不只是阅读教程,就会开始忘记将适用的内容,并且无论如何,您都需要回到阅读教程中:

You’ll keep going back to tutorials, anyway. But for specific needs you’ll have while working on a project.

无论如何,您将继续返回教程。 但是对于特定需求,您在进行项目时会遇到。

You just need to have an idea for a project. If you don’t have one yet, just think about it. Or check my list of .

您只需要对项目有个想法。 如果您还没有,请考虑一下。 或查看我的列表。

Is it hard to go from following an IKEA furniture step-by-step instructions to building your own furniture from scratch? Oh yeah.

从遵循宜家家具分步说明到从头开始构建自己的家具,难道不是一件容易的事吗? 哦耶。

But if you never start, you’ll never get to that point.

但是,如果您从不开始,那么您将永远无法达到目标。

Take your time, then just do it.

慢慢来,然后就去做。

翻译自:

web项目打包到上线教程

转载地址:http://uhmgb.baihongyu.com/

你可能感兴趣的文章
btn按钮之间事件相互调用
查看>>
Entity Framework 4.3.1 级联删除
查看>>
codevs 1163:访问艺术馆
查看>>
冲刺Noip2017模拟赛3 解题报告——五十岚芒果酱
查看>>
并查集
查看>>
sessionStorage
查看>>
代码示例_进程
查看>>
Java中关键词之this,super的使用
查看>>
人工智能暑期课程实践项目——智能家居控制(一)
查看>>
前端数据可视化插件(二)图谱
查看>>
kafka web端管理工具 kafka-manager【转发】
查看>>
获取控制台窗口句柄GetConsoleWindow
查看>>
Linux下Qt+CUDA调试并运行
查看>>
3.1.1;例3-1
查看>>
[P1121]环状最大两段子段和
查看>>
Toolbar使用
查看>>
51nod 1197 字符串的数量 V2(矩阵快速幂+数论?)
查看>>
Oracle data guard常用维护操作命令
查看>>
Java中的集合框架-Map
查看>>
[HNOI2018]道路(DP)
查看>>