TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Frontend eye for the backend guy?

14 点作者 reinhardt将近 12 年前
From a backend developer's perspective with minimal client-side experience, the modern Web frontend stack looks initimidating: HTML5, CSS, Javascript, Sass, Bootstrap, JQuery, Backbone, Angular, RequireJS and a whole bunch of more tools and buzzwords I've probably never heard of, let alone the never ending fight with browser bugs, quirks and incompatibilities. Is there any decent crash course for experienced backend (or non Web) devs on getting up to speed with all this stuff?

3 条评论

throwaway420将近 12 年前
The most important thing you can learn is that it&#x27;s ok to not be a hipster.<p>It&#x27;s ok to not be up-to-date with every technology choice. No matter how smart you are, please realize that front end engineering evolves at a dizzying rate, with new hyped up libraries, frameworks, techniques, and best practices emerging all of the time. Even if you do front end stuff full time you&#x27;ll go mad trying to use half of what you read about.<p>I think that the best way to learn this stuff is to pick a problem that you want to solve and learn the pieces necessary to solve it in a logical fashion. You&#x27;ll start out with HTML, try and style it with some CSS, and then add a touch of interactivity with some JQuery. Then you&#x27;ll start to have more and more code and you&#x27;ll logically reach out for tools like Sass, and RequireJS and others to organize things when it becomes overwhelming. Then once you start solving bigger and bigger problems you&#x27;ll eventually look into Backbone, and maybe other frameworks once you can&#x27;t build a maintainable solution with what you know. Learn stuff as appropriate to solve the problem you&#x27;re working on.
评论 #5872088 未加载
评论 #5874416 未加载
ebiester将近 12 年前
Well, what are you trying to do? A product? A web application for enterprise? Do you need to understand design, or are you just looking for the ability to proof of concept something out, or are you looking for jobs that require front end capabilities?
评论 #5872862 未加载
bl00djack将近 12 年前
I would say go step by step from html, css, JavaScript then jQuery. You will get better understanding of front-end after that. Go to w3school and learn those. You will have better understanding after at least two days or so depending on your learning speed. It worked for me
评论 #5872487 未加载