I recently received this kind message on LinkedIn from the president of a Canadian cybercrime technology company: (more…)
Read more »
In the beginning there was “var”. And it was kind of “there is something somewhere named this way”. It was lawless and everything could be… (more…)
Read more »
Javascript is a powerful language, but sometimes it doesn’t always do what you expect it to. Take the following expression for example. It’s a simple if statement that checks to see if true and then runs the code within the block. Running the code results... (more…)
Read more »
Welcome to Jscrambler 101! A collection of tutorials on how to use Jscrambler to protect your JavaScript. In this tutorial, we will teach you how to make your first protection. (more…)
Read more »
Let's cover general clean coding principles for naming and using variables and functions, as well as some JavaScript-specific clean coding best practices. (more…)
Read more »