As you may know, selenium docker is the main stream way to do a real GUI End-2-End headless testing over Chrome / Firefox. While it…
Category: NODE.JS 后端
Paul (小方) 邀请你共战于 Oracle Cloud / Node.js / Web 全栈新项目
熟人介绍的新人之于团队、项目应该会比社会招聘的更棒。所以 LinkedIn 大致上会比短短的3小时面试更加靠谱。 考虑再三,小方终于选择离开 TIBCO UX 这个很不错的团队,有爱、有欢笑、有知识分享、有生活的团队。 小方来到了当前的 Oracle 旗下一个新创业产品。新入职几天,对各方面的职业生活还在适应中。 总体初感觉,新的公司硬件环境很不错,项目是红的发紫的云平台集成,是难得的大公司里的新创业项目。
再见 gawk / perl / bash, Node.js 在 Unix shell scripting 的新生 — Say goodbye to gawk/perl/bash, greeting to Node.js for Unix shell scripting
20151009 笔记 Posted on Oct. 9, 2015 是的,我们充满痛苦,因为 Mac 没有 gawk。 Yes, we are so painful due to absence of gawk in Mac 有一天,我们要做一件事情,就是要使用 Bash…
关于多JS库优化整合的开源机构请求-About rewriting / refactoring main stream javascript libraries for real world
So far, I still find none of Internet giants work on refactoring main stream javascript libraries into a integrated bundle. 到目前为止,我发现仍然没有多少人去做多库整合的实践。 An counterexample to that, in the…
Node.js 处理 CPU 密集型运算策略 beta 1 –How to handle CPU-intensive computing with Node.js, in draft
写此此篇文章,以做备忘。 As a note for thoughts of researching Node.js multi-threading solutions. 根据 这里,结合 cluster 和 child_process ,得有此文。 The post is with reference here,and cluster and child_process. Node.js 与 浏览器的 Javascript 解析器都有同样的问题,就是当遇到高密集度运算时,会出现 UI/进程…