博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
教程制作者角度的教程炼狱
阅读量:2503 次
发布时间:2019-05-11

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

There is a point in time in your learning process where you’ll realize this:

在学习过程中有一个时间点,您会意识到这一点:

You have the knowledge you need to start tackling the idea you have in mind.

您拥有开始解决您所想到的想法所需的知识。

You don’t need to be a JavaScript wizard to build an application. You just need the basics, and the drive to solve the stumbling blocks.

您无需成为JavaScript向导即可构建应用程序。 您只需要基础知识和解决绊脚石的动力。

Having a personal project you care about is the best motivation to overcome the obstacles that will inevitably come into your way.

有一个您关心的个人项目是克服不可避免会遇到的障碍的最佳动机

I’m a heavy podcast listener, and I especially like episodes where some person describes the journey from zero to having a product online. Many times, the person starts from zero knowledge and builds the skills right when needed. Not before, not learning too much stuff in anticipation, just doing.

我是一个沉重的Podcast听众,我特别喜欢某些情节,其中有些人描述了从零到拥有在线产品的过程。 很多时候,这个人从零知识开始,并在需要时建立正确的技能。 不久之前,不要在期待中学习太多东西,而只是去做。

解决所有问题 (Solving all the problems)

How do you solve the problems you’ll step into? Using Google of course. Google is your best friend. I’ve been developing professionally for 10 years now, and I’ve always used Google and Stack Overflow to answer my questions.

您如何解决将要遇到的问题? 当然使用Google。 Google是您最好的朋友。 我从事专业开发已有10年了,我一直使用Google和Stack Overflow来回答我的问题。

But Google is just a tool, a dumb machine that will match pages to your keywords. Stack Overflow is just a web application that would be useless without the people that spend lots of time answering questions on it.

但是Google只是一种工具,是一种愚蠢的机器,可以将页面与您的关键字进行匹配。 Stack Overflow只是一个Web应用程序,如果没有花费大量时间来回答问题的人,它将毫无用处。

Behind those sites, there are millions of developers that took the time to write some blog post or answer a Stack Overflow answer.

在这些网站的背后,有数百万开发人员花时间写一些博客文章或回答Stack Overflow的答案。

硬道理 (The hard truth)

I am one of those people that share information on the Internet, as I write one tutorial per day here on this blog. Since I’ve started, I’ve written more than 300 tutorials. Let me tell you this: you will never stop reading tutorials, ever, because the tech changes constantly.

我是在Internet上共享信息的人之一,因为我每天在此Blog上撰写一个教程。 自从开始以来,我已经写了300多个教程。 让我告诉你: 您永远不会停止阅读教程 ,因为技术在不断变化。

Something that everyone uses today will be considered legacy 10 years from now. It’s happened before, and it will happen again. Think jQuery or Angular 1.0 or XHTML.

从现在起10年后,每个人今天使用的东西都会被视为遗产。 它曾经发生过,并且将再次发生。 考虑一下jQuery或Angular 1.0或XHTML。

Also, your needs change constantly.

同样,您的需求也在不断变化。

Something you learn today will be the base on which you’ll build something cooler tomorrow.

今天学到的东西将是明天凉爽的基础

But don’t let learning stop your progress as a maker. The most important skill you can learn is not how to make the code do something, but how to make something with the code.

但是,不要让学习停止您作为制造商的进步。 您可以学到的最重要的技能不是如何使代码做某事,而是如何使用代码做某事

Build something you’re proud of, and start today.

建立您引以为傲的东西,并从今天开始。

翻译自:

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

你可能感兴趣的文章
POJ 3624 Charm Bracelet
查看>>
ZOJ 2314 Reactor Cooling
查看>>
关于做事的一点想法
查看>>
程序在本地能启动而预发布不能启动
查看>>
Lucene、ES好文章
查看>>
有关定时器setTimeout()、setInterval()详解
查看>>
刷题总结——次小生成树(bzoj1977 最小生成树+倍增)
查看>>
html5-2 html实体和颜色有哪些
查看>>
饺紫猫配色教程
查看>>
第三百六十九节,Python分布式爬虫打造搜索引擎Scrapy精讲—elasticsearch(搜索引擎)用Django实现搜索功能...
查看>>
第八十节,CSS3边框图片效果
查看>>
第一百九十五节,jQuery EasyUI,Resizable(调整大小)组件
查看>>
Gym 101128F Landscaping(网络流)题解
查看>>
使用Expression进行查询拼接
查看>>
父页面获得子页面的值
查看>>
elment 中 el-table 进行校验
查看>>
SQL server 动态查询(表名或字段动态),并且获取想得到的返回值结果
查看>>
Nginx配置详解
查看>>
突袭HTML5之WebGL 3D概述(上) - WebGL原生开发
查看>>
SQL 映射的 XML 文件
查看>>