Before we start our comparison of Node.js vs Golang, let’s get our terminology right. Node.js is a runtime, or environment, for JavaScript code execution, while Golang is a programming language. However, both are used for backend development where Node.js… Read more
Similar
Abuse the node.js inspector mechanism in order to force any node.js/electron/v8 based process to execute arbitrary javascript code. - GitHub - evilsocket/jscythe: Abuse the node.js inspector mechan... (more…)
Read more »
NodeJS, Express, and AWS DynamoDB: if you’re mixing these three in your stack then I’ve written this post with you in mind. Also sprinkled with some Promises explanations, because there are t… (more…)
Read more »
An example application I'm going to outline an example to make the concept clearer: You need to send a recurring email to some users (a newsletter for example), based on some business logic The business logic / user story could say: &quot... (more…)
Read more »
It’s a remarkable beast of a tool, Node.js. If you’re a beginner, aspiring coder, or IT student, it may be hard to wrap your head around it… (more…)
Read more »