Quaintous Author Pouyan Fotouhi Tehrani
Tags Nodejs
2016-08-12 Test and Code Coverage with GitLab Docker Runners
This article discusses how to use Docker containers as GitLab Runners to do test and code coverage for Java and Node.js projects.
2015-07-31 The Mystery of jQuery in Nodejs
jQuery is written in Javascript and Node.js is a Javascript runtime, so why using jQuery in Node.js doesn’t make sense? (actually it might, but let’s all agree that it doesn’t)
2015-06-23 V8 global proxy object in C++
As a JavaScript engine, V8 implements a number of standard JS functionalities, which are available through the global proxy object. These can also be used inside C++ modules that are using V8 interface, such as Node.js addons.
2015-06-12 Linking in node-gyp For Non-C++ Programmers
Creating native Node.js addons can be real headache if you are comming from a interpreter language background. Most common pitfalls and mistakes leading to compilation and linking failures are discussed here.
2015-06-07 Sharing Models on Client and Server Side
See how it is possible to share MVC models between backend and frontend using JavaScript on both ends.
License: No JavaScript (Notes)
No Tracking