本文摘译自How we 30x’d our Node parallelism
Continue reading 提升node 并发30倍
Today I decide to remove the annoying redirection to bing.com when I open a new tab in chrome.
Continue reading resolve problem of chrome new tab always redirect to bing.com
区别
- package-lock.json 不会发布到npm
- npm-shrinkwrap.json会发布到npm
- package-lock.json只对顶层依赖有效
- npm-shrinkwrap.json会对所有层级子依赖有效
- 因此npm-shrinkwrap.json会严格按照指定的版本下载依赖,导致同一个库由于多个不同的包传递依赖不同的版本,而形成多个版本同时存在的情况(当然这个不会有问题)
- package-lock.json则只需要兼容即可,同一个库大部分只有一个版本。
Continue reading package-lock.json 与 npm-shrinkwrap的区别
使用npm init初始化项目
npm init --yes
,一定要指明node版本
"engines": {
"node": "12.13.x"
}
Continue reading nodejs开发最佳实践
主要内容来自React Native vs Flutter: A comparison from real project experience perspective 作者 Andréas Hanss
Continue reading [摘译]实际项目使用后React Native和Flutter的比较
Meteor is an amazing and stable nodejs framework to build enterprise APP.
Continue reading Custom Build Meteor via Docker and Deploy to Heroku
主要内容来自Intent to Explain: Demystifying the Blink Shipping Process
Continue reading Chromium Blink的发布流程
本文摘译自How Discord achieves native iOS performance with React Native 作者 Miguel Gaeta
Continue reading Discord使用React Native在ios上的调优过程
原来的itunes里面点击手机,可以看到连结的手机的app,拖拽即可。 Catalina拆分了itunes,现在,手机可直接从finder侧边栏设备看到,找到app,拖拽即可。
Continue reading 怎样从Mac Catalina传输文件到ios