前端技术双周刊#16-2022.2.9
Node.js
- fetch() In Node.js Core: Why You Should Care
Node.js v17.5 introduces support for fetch() – a popular cross-platform HTTP client API that works in browsers and Web/Service Workers – as an experimental core feature.
拓展阅读
-
国兴中科无障碍解决方案
最近很多网站都接入了无障碍服务,界面一模一样,使用的都是国兴中科提供的无障碍解决方案。 -
Memory leaks: the forgotten side of web performance
Web App 中的内存泄露往往被大家忽视,因为它们很难察觉,很难定位,修复繁琐。不过我们还是应该重视起来,在开发过程中就要提前考虑,而不是把风险暴露在线上。另外文中还介绍了一款工具 fuite 帮助你发现这类问题。 -
动态图片生成方案
针对常见的动态图片生成方案的性能问题,提出了 Go + Node.js 的方案 -
《Designing Data-Intensive Application》DDIA中文翻译
本书为数据系统的设计、实现、与评价提供了很好的概念框架。读完并理解本书内容后,读者可以轻松看破大多数的技术忽悠,与技术砖家撕起来虎虎生风 -
Senate Panel Approves Antitrust Bill Restricting Big Tech Platforms
Legislation would bar Amazon, Google, Apple and others from favoring their own products over competitors’ -
10 Tips To Write Effective Code Reviews
希望这些提示能够帮助您成为一个更有效的代码审阅者,并且从长远来看为您、代码作者以及整个团队节省时间,尤其推荐第1-10条 -
当我们聊前端部署时,我们在聊什么
普适性的前端基础设施建设知识,属于和写页面无关但又是前端必备的知识。
开源工具
-
js-sdsl
实用的 JavaScript 数据结构库。实现了 LinkList、Queue、Set、Map 等数据结构,严格的单元测试提供了正确性和性能的保证,可用于各种需要用到高级数据结构的场景 -
Babel 7.17.0 Released
Babel 于2月2日发布7.17.0版本,新功能包括基于最新装饰器提案的实现,支持正则 v flag 语法等
前端框架
-
新版 Vue 文档
随着 Vue 3 成为默认版本,Vue 也上线了新版的文档.可以阅读参考 -
Vue 3 as the New Default
Vue 3 is now the new default version as of Monday, February 7, 2022!