700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > 一年前端开发工程师简历_是前端开发人员应该回头并掌握基础知识的一年...

一年前端开发工程师简历_是前端开发人员应该回头并掌握基础知识的一年...

时间:2024-05-08 22:08:04

相关推荐

一年前端开发工程师简历_是前端开发人员应该回头并掌握基础知识的一年...

一年前端开发工程师简历

by Artem Sapegin

通过Artem Sapegin

是前端开发人员应该回头并掌握基础知识的一年 ( is the year that front-end developers should go back and master the basics)

? The advice is valid for too, don’t worry if you found this article a year later ?

该建议也适用于,请不要担心是否在一年后找到此文章?

In our fast-paced ecosystem, we tend to spend our time trying out the latest inventions, then arguing about them on the internet.

在我们快节奏的生态系统中,我们倾向于花时间尝试最新的发明,然后在互联网上讨论它们。

I’m not saying we shouldn’t do that. But we should probably slow down a bit and take a look at the things that don’t change all that much. Not only will this improve the quality of our work and the value we deliver — it will actually help us learn these new tools faster.

我并不是说我们不应该这样做。但是我们可能应该放慢一点,看看那些变化不大的事情。这不仅将提高我们的工作质量和交付的价值,而且实际上将帮助我们更快地学习这些新工具。

This post is a mix of my experience and my wishes for the New Year. And I want to hear your suggestions in the comments just as much as I want to share my own.

这篇文章融合了我的经验和我对新年的愿望。我想听听您在评论中的建议,就像我想分享自己的建议一样。

了解如何编写可读代码(Learn how to write readable code)

Most of our work lies not in writing new code, but maintaining existing code. That means you end up reading code much more often then writing it, so you need to optimize your code forthe next programmer, not for the interpreter.

我们的大部分工作不是编写新代码,而是维护现有代码。这意味着您最终要花更多的时间阅读代码,然后再编写代码,因此您需要为下一个程序员而不是解释器优化代码。

I recommend reading these three amazing books — in this order, from shortest to longest:

我建议阅读这三本令人惊叹的书-按从最短到最长的顺序:

The Art of Readable Code by Dustin Boswell

达斯汀·波斯威尔(Dustin Boswell) 的可读代码艺术

Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin

干净代码: Robert C. Martin 编写的敏捷软件Craft.io手册

Code Complete: A Practical Handbook of Software Construction by Steve McConnell

代码完成:史蒂夫·麦康奈尔撰写的实用软件构造手册

深入学习JavaScript(Learn JavaScript deeper)

When every week we have a new JavaScript framework that’s better than any older framework, it’s easy to spend most of your time learning frameworks rather than the language itself. If you’re using a framework but don’t understand how it works,stop and start learning the language until you understand how the tools you use work.

每周我们都有一个比任何以前的框架都更好的新JavaScript框架时,很容易将大部分时间花在学习框架上而不是语言本身上。如果您使用的是框架但不了解其工作原理,请停止并开始学习该语言,直到您了解所使用的工具的工作原理。

A great start is Kyle Simpson’s book series You Don’t Know JavaScript, which you can read online for free.

凯尔·辛普森( Kyle Simpson)的书籍系列《 您不懂JavaScript》是一个不错的开端,您可以免费在线阅读该书。

Eric Elliott has a huge list of JavaScript topics to learn in .

Eric Elliott 在有大量JavaScript主题需要学习 。

Henrique Alves has a list of things you should know before using React (actually any framework).

Henrique Alves列出了使用React (实际上是任何框架) 之前应了解的事项 。

JavaScript Developers: Watch Your Language by Mike Pennisi — understand TC-39 process for new ECMAScript features.

JavaScript开发人员: Mike Pennisi的“ 观看您的语言” -了解TC-39流程以获取新的ECMAScript功能。

学习函数式编程(Learn functional programming)

For years we wanted classes in JavaScript. Now we finally have them but don’t want to use them anymore. Functions are all we want! We even write HTML using functions (JSX).

多年来,我们一直希望使用JavaScript类。现在我们终于有了它们,但不再想要使用它们了。功能就是我们想要的!我们甚至使用功能(JSX)编写HTML。

Functional-Light JavaScript by Kyle Simpson.

Kyle Simpson撰写的功能轻型JavaScript 。

Professor Frisby’s Mostly adequate guide to functional programming ebook and his free course.

弗里斯比教授的《 关于函数式编程的最基本指南》电子书 及其免费课程 。

学习设计基础(Learn design basics)

As front-end developers, we’re closer to users than anybody else on the team — maybe even closer than designers. And if designers have to verify every pixel you put on screen, you’re doing something wrong.

作为前端开发人员,我们比团队中其他任何人都更接近用户,甚至比设计师更接近。而且,如果设计人员必须验证您在屏幕上放置的每个像素,那么您在做错什么。

Design for Hackers: a book and a free course by David Kadavy.

黑客设计: David Kadavy撰写 的书和免费课程 。

Design for Non-Designers talk by Tracy Osborn.

Tracy Osborn的 非设计师设计演讲。

Design of Web Applications by Nathan Barry.

Nathan Barry 的Web应用程序设计 。

On Web Typography by Jason Santa Maria.

关于 Jason Santa Maria的 Web排版 。

The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity by Alan Cooper.

囚犯正在避难:高科技产品为何使我们疯狂,以及艾伦·库珀(Alan Cooper) 如何恢复理智 。

A few articles on animation in UI: How to Use Animation to Improve UX, Transitional Interfaces.

有关UI中动画的几篇文章: 如何使用动画来改善UX和过渡界面 。

了解如何与人类合作(Learn how to work with humans)

Some of us come to programming because we prefer to interact with computers more than with humans. Unfortunately, that’s not how it works.

我们中有些人之所以进入编程领域,是因为我们更喜欢与计算机互动,而不是与人类互动。不幸的是,这不是它的工作方式。

We rarely work in isolation: we have to talk to other developers, designers, managers — and sometimes even users. That’s hard. But it’s important if you want to really understand what you’re doing and why, because that’s where the value in what we do lies.

我们很少孤立地工作:我们必须与其他开发人员,设计师,经理,有时甚至是用户交谈。辛苦了但是,如果您想真正了解自己的工作及其原因,那很重要,因为那是我们工作的价值所在。

Soft Skills: The software developer’s life manual by John Sonmez.

软技能: John Sonmez撰写 的软件开发人员的生活手册 。

The Clean Coder: A Code of Conduct for Professional Programmers by Robert C. Martin.

清洁程序员 :罗伯特·C·马丁(Robert C. Martin)的《 专业程序员行为守则》 。

Start with No: The Negotiating Tools that the Pros Don’t Want You to Know by Jim Camp.

从否开始:吉姆·坎普(Jim Camp) ,专业人士不希望您知道的谈判工具 。

学习如何为人类写作(Learn how to write for humans)

A big portion of communication with our colleagues and other people are textual: task descriptions and comments, code comments, Git commits, chat messages, emails, tweets, blog posts, etc.

与同事和其他人的交流很大一部分是文字性的:任务描述和注释,代码注释,Git提交,聊天消息,电子邮件,推文,博客文章等。

Imagine how much time people spend reading and understanding all that. If you can reduce this time by writing more clearly and concisely, the world will be a better place to work.

想象一下人们花了多少时间阅读和理解所有这些内容。如果您可以通过更简洁明了的写作来减少时间,那么世界将是一个更好的工作场所。

On Writing Well: The Classic Guide to Writing Nonfiction by William Zinsser.

关于写得好:威廉·辛塞尔(William Zinsser) 撰写的经典非小说类写作指南 。

The Elements of Style by William Strunk and E. B. White.

William Strunk和EB White撰写的《风格元素》 。

Orwell’s rules on writing.

奥威尔的写作规则 。

In Russian: awesome Glavred course.

俄语:很棒的Glavred课程 。

学习旧计算机科学的智慧(Learn the old computer science wisdom)

Front-end development isn’t just animated dropdown menus any more. It’s more complicated than ever before. Part of that notorious “JavaScript fatigue” stems from the increased complexity of the tasks we have to solve.

前端开发不再只是动画下拉菜单。它比以往任何时候都更加复杂。臭名昭著的“ JavaScript疲劳”部分原因是我们必须解决的任务越来越复杂。

This, however, means that it’s time to learn from all wisdom that non-front-end developers have built up over the decades. And this is where I want to hear your recommendations the most.

但是,这意味着是时候从所有智慧中学习非前端开发人员在过去几十年中积累的知识了。这是我最想听听您的建议的地方。

Here are a couple resources I personally would recommend on this:

这里有一些我个人会推荐的资源:

Learn To Think Like A Computer Scientist course at Coursera.

在Coursera 学习“像计算机科学家一样思考”课程。

The five programming books that meant most to me by DHH

DHH 对我而言最重要的五本编程书籍

Subscribe to my newsletter: /sapegin

订阅我的新闻通讯: https : ///sapegin

Thanks to Henrique Alves, Nicolás Bevacqua, Alexander Burtsev, Nataliya Karatkova, Oliver Turner, Juho Vepsäläinen and Anton Zhiyanov for feedback and suggestions. If you like photos in this post, download them from my Unsplash account. And follow me on Twitter if you like this article.

感谢Henrique Alves , NicolásBevacqua , Alexander Burtsev , Nataliya Karatkova , Oliver Turner , JuhoVepsäläinen和Anton Zhiyanov的反馈和建议。如果您喜欢这篇文章中的照片,请从我的Unsplash帐户下载它们。如果您喜欢这篇文章,请在Twitter上关注我 。

翻译自: /news/what-to-learn-in--if-youre-a-frontend-developer-b6cfef46effd/

一年前端开发工程师简历

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。