您的位置:首页 > 其它

[repo tutorialzine |译]The Languages, Frameworks and Tools You Should Learn in 2017

2016-12-12 11:55 495 查看
(author| Martin Angelov) original

The software development industry continues its relentless march forward. In 2016 we saw new releases of popular languages, frameworks and tools that give us more power and change the way we work. It is difficult to keep track of everything that is new, so at the end of every year we give you our take on what is important and what you should learn during the next twelve months.

软件开发行业继续富有生命力的发展。在2106,流行语言、框架和工具都有新版本发布,提供了更好的开发性能,改变了我们的工作方式。紧跟所有新的潮流时不可能的,所以这里提供了年末总结方便你自己决定,在接下来的12个月里应该学习些什么。

The Trends

Progressive Web Apps

In 2016 we saw the rise of the Progressive Web App concept. It represents web application that work offline and offer a native, app-like experience. They can be added to your smart device's homescreen and can even send you push notifications, bridging the gap with native mobile apps. We think that in 2017 PWA are going to become even more important and are well worth investigation. See our overview here

趋势

渐进式web应用 | PWA

2016我们目睹了PWA概念的兴起。它表示了web app可以线下使用,并且提供一个类原生app的用户体验。PWA可以被添加到手机的主屏,并且可以推送消息、桥接本地应用。我们认为在2017 PWA将会变的更加重要,并且具备投资价值。

tucao:关于Progressive web app,google早些时候就在大力推动了。文章详解

The Bot Hype

Everybody is talking about bots right now. From platforms for running them, to frameworks for building them, the community is buzzing with activity(read our intro here). Bots are the new mobile apps, and if you hurry up you can catch the wave while everyone is excited. Once the novelty wears off, bots will probably be relegated to some boring role such as automated customer support. But hey, we can dream!

自动回复机器人

现在每个人都在讨论bots。从运行它们的平台到开发它们的平台,社区充满了活力。Bots是新的移动应用,如果你加紧的话你还可以趁着所有人还很激动的时候抓住潮流。当新奇感过去了,bots也许会变成无聊的角色,比如自动客户支持。但是,我们还可以梦想!

tucao:看到bot hype,我一脸懵?点进intro,居然是自动回复机器人....嗯,全能咨询机器人?后台是API,任何语言都可以,Node.js、PHP,现在JAVA和Python也有很多库了。前台可以是任何消息应用(Facebook Messenger、Slack、Telegram),或者是简单的聊天界面。并且可以不用限制在单平台上。

Consolidation of Frontend Frameworks

In the JavaScript community we have an incredible churn of framework and tools, with new ones being born almost every week. Unitil recently, the expectation was that the old tools would just be replaced by the new, but this is not what we saw in 2016. Instead, we saw the popular frameworks exchanging ideas and incorporating the innovations put forth by newcomers. So in 2017 it won't matter much which of the major JS frameworks you choose, their features are mostly comparable.

前段框架的统一

在JS社区存在着难以置信的框架和工具的变动,几乎每周都有新的东西产生。直到最近,预期都只是旧的工具直接被新的替代,但这并不是我们在2016看见的。相反,可以看到流行框架之间交换思想,并且纳入新兴框架的创新。所以在2017重要的不是你选择了那种JS框架,它们的特性大多数都是兼容的。

The Cloud

Companies and developers everywhere are embracing “the cloud”. This is virtualized computer infrastructure that is available on demand and fully configurable from a control panel. The big three cloud providers are AWS, Google Cloud and Azure. Thanks to their ongoing competition prices have been falling, bringing it within the budgets of smaller companies and individual developers. Familiarizing yourself with the cloud workflow would be a good investment for 2017.

所有的企业和开发者都在敞开怀抱拥抱「云」。
三大云提供商巨头,AWS、Google、Azure。感谢他们的持续竞争带来价格的下跌,让小公司和个人开发者也能享受到云服务(噗。让自己习惯cloud workflow是在2017很好的投资。

Machine Learning

Machine Learning(ML) has exploded in popularity during the last twelve months. And with the historic AlphaGo vs Lee Sedol match in March, it entered the mainstream. Smart computer systems that learn from raw data are revolutionizing the way we interact with our mobile devices. By the looks of it, ML will be an even bigger factor in 2017.

机器学习

机器学习ML在过去的12个月中迎来了大爆发。在3月AlphaGo vs Lee Sedol的比赛中,ML进入了主流。智能手机从原数据中进行学习正变革着我们和移动设备交互的方式。

Laguages

JavaScript continue its incredible pace of innovation. Catalyzed by the quick relaese schedules of web browsers, the JS standard is updated every year. The nexr edition, ES2017,is expected to be finalized in mid 2017.It will bring the deam feature of many JS developers - sync/await for working with asynchronous functions. And thanks to Babel, you can write ES2017 in every browser even today.

JavaScipt继续着它令人惊讶的创新步伐。在快速更迭的web浏览器促进下,JS的标准每年都在更新。下一个版本,ES2017,预计将会在2017年中完成。它将带来许多JS开发者的梦想特性 async/await:用异步方法进行开发。 感谢Babel,你可以再每个浏览器上写ES2017。

TypeScript 2.1

c# 7.0

Python 3.6

Ruby 2.3

PHP 7.1

Java 9

Swift 3

If you are looking for something more exciting, you can try our http://my.oschina.net/sikou/blog/Crystal and Exlixir, which both combine a friendly ruby-like syntax with superior performance. Or you can look into a functional lanuage like Haskell or Clojure. Two other last languages are Rust and Go which we recommend.

如果你想找点更令人兴奋的,可以试试http://my.oschina.net/sikou/blog/Crystal和Exlixir,结合了友好的类ruby语法和优越的性能。或者你也可以试试函数式语言比如Haskell或Clojure。最后推荐的语言是Rust和Go。

Frontend

The web platform made two major advancements recently - Web Assembly and Servive Workers. They open the gates for fast and performant web applications that bridge the gap with native compiled applications. Service Workers in particular are the enabling technology for Progressive Web Apps and bring surpport for Notifications to the web platform, with more APIs to follow in the future.

前端

web平台目前有两个主要的发展 Web Assembly 和Service Worker。他们打开了兼备速度和性能的web app并桥接原生app。Service Worker 特别加强了PWA的技术,并且为web平台消息推送带来了支持。

Learn one or more of these: Angular.js 2, Vue.js 2.0, Ember,Aurelia/React, Bootstrap ,SASS/LESS

Backend

There is plenty of choices for the backend, all coming down to your preference of a programming language or specific performance needs. An ongoing trend in web development is business logic to move away from the backend, turning that layer into an API which is consumed by the frontend and mobile apps. But a full stack framework is often simpler and faster to develop in, and is still a valid choice fot a lot of web apps.

Node.js : Expreess, Koa, Next, Nodal

PHP: Laravel, Symfony

Ruby: Rails, Sinatra

Python : Django, Flask

Java: Play, Spark

Elixir: Phoenix

后端

后端方面有很多的选择,基本依据自己偏向的编程语言而定。目前一个流行的趋势是把业务逻辑与后台分离,把业务层转向前台和移动apps。但是一个全栈框架通常能够进行更快的开发,仍然是众多web apps中有效的选择。

Databases

MySQL 8.0, PostgreSQL 9/6, Redis, CouchDB

Tools

Yarn, git, Visual Studio Code, Electron, Ansible, Docker.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  2017 trends