Codingbro's Blog

代码笔记哥的博客

Debug Experience

代码除错经验

2019 Jan 4 Why sometimes we don’t want to return a promise, instead just calling a promise? ie. return selection.save().then(() => { const action = selection.checked ? Action.BadActionCheck...

A series of Promise

Promise 系列讲

In computer science, future, promise, delay, and deferred refer to constructs used for synchronizing program execution in some concurrent programming languages. They describe an object that acts as...

iTerm2 oh-my-zsh Setup

iTerm2 oh-my-zsh 的设置

Mac’s own terminal environment has some issues, such as cannot split into panes, does not distinguish file and directory names. Setting up iTerm2 and oh-my-zsh can give you a good way of using the...

Node.js维基百科页面翻译

The Chinese Version of Node.js Wikipedia Page

Node.js是我在下一阶段工作中要大量用到的JavaScript语言的服务器端运行环境。和上一篇博文一样,本翻译的主要目的是让自己对这个运行环境有一个概览,并不刻意添加Node.js在中文使用地区(中国大陆、香港、台湾、新马等地)的情况。 本翻译参考版本为2018年6月2日读取的 https://en.wikipedia.org/wiki/Node.js。英文人名、地名、公司名等不刻意翻译...

JavaScript维基百科页面翻译

The Chinese Version of JavaScript Wikipedia Page

JavaScript 是我在下一阶段工作中要大量用到的语言,既用于前端也用于后端开发(写到这里可能有读者已经知道我的下一份工作的技术栈大致是什么了)。因此,手动翻译JS的维基百科页面以拓展自己对这个语言的宽泛的知识。对,我知道JS的维基百科页面已有中文版,所以本翻译不注重本土化(如添加中国大陆香港台湾地区的JavaScript发展情况),翻译也着重于该语言的机制和语法特性,对发展历史这类话题...

关于Amorphic

About Amorphic (Chinese Edition)

Amorphic: 一个持久化同型的Node.js的前端到后端开发框架。 英文原文:http://selsamman.github.io/amorphic-docs/ 欢迎来到 Amorphic Amorphic 是一个用于Node.js网站开发的全栈同型(isomorphic)框架。 其目标是让你可以专注于业务逻辑并在如下方面投入较少时间而达到目的: 代码在哪儿被执行 - 代...

Bug Fixes on my Blog

博客修bug📝

2018-05-23 总的来讲做了这一件事:Improve the content delivery network of font-awesome (or other libraries as well) from CDN to CDNJS 具体见下 CDN What libraries are using CDN for now? highlight.js v.8.6 (comm...