聚合国内IT技术精华文章,分享IT技术精华,帮助IT从业人士成长

FEX 技术周刊 - 2017/09/18

2017-09-19 00:05 浏览: 2157116 次 我要评论(0 条) 字号:

微信搜索『FEX』关注我们的公众号,及时获得最新资讯。

深阅读

V8 Release 6.2
https://v8project.blogspot.ca/2017/09/v8-release-62.html
V8 v6.2 is filled with all sorts of developer-facing goodies. This post provides a preview of some of the highlights in anticipation of the release: Performance improvements, Enhanced low-memory mode, Enhanced low-memory mode, Template literal revision, Increased max string length, FullCodeGen is gone. 另附:“Elements kinds” in V8.

Modern Modules - Re-thinking the Node.js ecosystem for modern JavaScript
https://medium.com/@mikeal/modern-modules-d99b6867b8f1
We need to rebuild most of the software infrastructure in the Node.js Ecosystem.In order to move forward we’re going to have to stop using a lot of the software infrastructure we rely on today but first we need solid alternatives. I’ve started to take this on, as time allows. I’ve already mentioned r2. I’ve also written an async/await bi-directional RPC library called znode.

How JavaScript works: memory management + how to handle 4 common memory leaks
https://blog.sessionstack.com/how-javascript-works-memory-management-how-to-handle-4-common-memory-leaks-3f28b94cfbec
We’ll discuss another critical topic that’s getting ever more neglected by developers due to the increasing maturity and complexity of programming languages that are being used on a daily basis — memory management. We’ll also provide a few tips on how to handle memory leaks in JavaScript that we at SessionStack follow as we need to make sure SessionStack causes no memory leaks or doesn’t increase the memory consumption of the web app in which we are integrated.

Understanding & Measuring HTTP Timings with Node.js
https://blog.risingstack.com/measuring-http-timings-node-js/
Understanding and measuring HTTP timings helps us to discover performance bottlenecks in client to server or server to server communication. This article explains timings in an HTTP request and shows how to measure them in Node.js.

[译]iPhone X 交互设计官方指南
https://mp.weixin.qq.com/s?__biz=MzA3ODg4MDk0Ng==&mid=2651113572&idx=1&sn=32fe690fd14836a3a4e064d156ffab7d
iPhone X 拥有一个宽大的、高分辨率、圆角的、扩展到边缘的屏幕,提供了以前从未有过的沉浸式、内容丰富的体验。

谈谈互联网后端基础设施
https://mp.weixin.qq.com/s?__biz=MzIyNjE4NjI2Nw==&mid=2652559462&idx=1&sn=d383f607dcdd20d2d09f96c930960d67
这里的后端基础设施主要指的是应用在线上稳定运行需要依赖的关键组件/服务等。开发或者搭建好以上的后端基础设施,一般情况下是能够支撑很长一段时间内的业务的。此外,对于一个完整的架构来说,还有很多应用感知不到的系统基础服务,如负载均衡、自动化部署、系统安全等,并没有包含在本文的描述范围内。

研发体系这点事
https://mp.weixin.qq.com/s?__biz=MzIyNjE4NjI2Nw==&mid=2652559467&idx=1&sn=7456e333f23f767e6f4b0c497e292224
早在读研究生的时候,自己负责着实验室的项目,就一直在思索如何建立一套简单又高效的研发管理体系,能够在保证项目高质量顺利进行的同时还能够提升团队成员的技术level。后来在自己在校的几次小的创业中,也做过一些尝试。直到毕业后进入前东家,在几个项目的参与过程中,见到了大公司的研发管理是如何进行的。直至加入目前的公司,将研发体系梳理一遍,且学且抄且实践,对这一套东西算是有了一定的实践感悟。

如何运营一个开源项目并取得较大影响力
https://mp.weixin.qq.com/s?__biz=MjM5Mjg4NDMwMA==&mid=2652975305&idx=1&sn=098986625f46033c26b069316ba83f14
开源需要一些营销的技巧,这些技巧可以帮你吸引关注。

What I Love and Hate About Flow
https://medium.com/@halistechnology/what-i-love-and-hate-about-flow-704835ad087f
The Good: Eliminate a whole class of errors; Easier refactoring; Helps document things. The Bad: A false sense of security from the misconception that this will have any effect at runtime, More damn errors to fix before your pull request gets merged in, It’s a big time investment. The Verdict: Use Flow (or Typescript) but don’t half-ass it. Go all out and require it in all files. 另附来自 tumblr 的实践: Flow and TypeScript

I don’t know who the Web Audio API is designed for
http://blog.mecheye.net/2017/09/i-dont-know-who-the-web-audio-api-is-designed-for/
Web Audio, conversely, is an API I do not understand. The scope of Web Audio is hopelessly huge, with features I can’t imagine anybody using, core abstractions that are hopelessly expensive, and basic functionality basically missing. To quote the specification itself: “It is a goal of this specification to include the capabilities found in modern game audio engines as well as some of the mixing, processing, and filtering tasks that are found in modern desktop audio production applications.” I can’t imagine any game engine or music production app that would want to use any of the advanced features of Web Audio. 附:Some Opinions On The History Of Web Audio

CSS in JS is like replacing a broken screwdriver with your favorite hammer
https://zendev.com/2017/09/11/css-in-js.html
You’ll get the screw further into the wall, but you also destroy all of the unique and valuable problems that had you using a screw instead of a nail in the first place!

Building the DOM faster: speculative parsing, async, defer and preload
https://hacks.mozilla.org/2017/09/building-the-dom-faster-speculative-parsing-async-defer-and-preload/
The fresh web standard <link rel="preload">, that allows you to load critical resources faster, is coming to Firefox later this month. Understanding what goes on inside a browser is the most powerful tool for every web developer. We’ll look at how browsers interpret your code and how they help you load pages faster with speculative parsing. We’ll break down how defer and async work and how you can leverage the new keyword preload.

Basecamp 3 for iOS: Hybrid Architecture
https://m.signalvnoise.com/basecamp-3-for-ios-hybrid-architecture-afc071589c25
Basecamp 新的 Hybrid 架构,结合了 native 和 web 的优点

A React And Preact Progressive Web App Performance Case Study: Treebo
https://medium.com/dev-channel/treebo-a-react-and-preact-progressive-web-app-performance-case-study-5e4f450d5299
Treebo is India’s top rated budget hotel chain, operating in a segment of the travel industry worth $20 billion. They recently shipped a new Progressive Web App as their default mobile experience, initially using React and eventually switching to Preact in production.

Localizing Slack
https://slack.engineering/localizing-slack-680c4bc7f45a
We launched French, German, and Spanish localization in Slack. I’d like to share some of the lessons learned, tooling, and processes we put in place to complete this project and build localization into our ongoing workflow.

Scaling Event Sourcing for Netflix Downloads
https://medium.com/netflix-techblog/scaling-event-sourcing-for-netflix-downloads-episode-1-6bc1595c5595
This series of posts will outline why and how we built a new licensing system to support the Netflix downloads experience. In this first post of the series, we provide an overview of the Netflix downloads project and the changes it meant for the content licensing team at Netflix. Further posts will dive deeper into the solutions we created to meet these requirements.

Infrastructure update: evolution of the Dropbox backbone network
https://blogs.dropbox.com/tech/2017/09/infrastructure-update-evolution-of-the-dropbox-backbone-network/
In this blog, we’ll first review how we went about building out this backbone network and then discuss the benefits that it’s delivering for us and for our users.

A Brief, Incomplete History of JavaScript
https://closebrace.com/articles/2017-09-11/a-brief-incomplete-history-of-javascript
In 2017, JavaScript development can leave newcomers to the language—and many veterans—paralyzed, unsure of where to begin or which paths are the right ones to take. People often dive into the latest-and-greatest without any real understanding of why it’s so great (or why it might not be). Understanding JavaScript’s history can help make sense of its current state.

What every software engineer should know about search
https://medium.com/startup-grind/what-every-software-engineer-should-know-about-search-27d1df99f80d
Numerous current products still have suboptimal search experiences. Any true search expert will tell you that few engineers have a very deep understanding of how search engines work, knowledge that’s often needed to improve search quality.

Why is Python Growing So Quickly?
https://stackoverflow.blog/2017/09/14/python-growing-quickly/
Why is Python growing so fast? Python is used in a variety of purposes, ranging from web development to data science to DevOps, and it’s worth understanding what particular applications of Python have recently become more common. I’m a data scientist who uses R, so I’m certainly interested in how much of Python’s growth has been within my own field. In this post, I’ll take another look at Stack Overflow data to understand what kinds of Python development have been growing, and in what kinds of companies and organizations it’s most used.

Design Tooling is Still Figuring Itself Out
https://css-tricks.com/design-tooling-still-figuring/
At the moment, there are all kinds of things that design software is struggling to address. The term “screen design” is common, referring to the fact that many of us are designing very specifically for screens, not print or any other application and screens have challenges unique to them. We have different workflows these days than in the past. We have different collaboration needs. We have different technological and economic needs.

Introducing Microsoft’s Fluent Design System
https://www.sitepoint.com/introducing-microsofts-fluent-design-system/
It should be noted that the Fluent Design System is in active development, so some of the design principles and features may change as the design language progresses. Always make sure to check the official documentation for up-to-date information.

新鲜货

brpc
https://github.com/brpc/brpc
Most common RPC framework used throughout Baidu, with 600,000+ instances and 500+ kinds of services, called “baidu-rpc” inside Baidu. 附:体系化认识RPC

Babel - Planning for 7.0
https://babeljs.io/blog/2017/09/12/planning-for-7.0
If you didn’t know already, we’re planning on releasing a 7.0 version soon


网友评论已有0条评论, 我也要评论

发表评论

*

* (保密)

Ctrl+Enter 快捷回复