Writing Secure Node.js Code - Danny Grander
Danny walkes us through hacking a vulnerable Node.js application, as well as looking in-depth into three different vulnerabilities in popular npm packages.
Read More
Danny walkes us through hacking a vulnerable Node.js application, as well as looking in-depth into three different vulnerabilities in popular npm packages.
Read More
We analize what the "dynamic performance optimization" of Node.js means, and show you methods for detecting the optimized parts of a code.
Read More
This tutorial teaches how you can create a Node.js Twitter Bot that retweets or favorites based on hashtags, and replies to the users who follow you.
Read More
Learn how you can share data between Node.js and C++ using Buffers - in order to work with the same data in both languages, in a performant way.
Read More
This article guides you through the actual coding of a distributed application (built with ZeroMQ and Node.js) which is able to crack JWT Tokens.
Read More
Learn to build a distributed application with ZeroMQ and Node.js by developing an exciting sample project: a brute-force cracker for JWT tokens. 1st part.
Read More