JavaScript Malware Infested Nightmare

These last couple of days I have been working for a company that contacted me because they where suffering from some “hacking” problems on their website. The company is run by two hardworking entrepreneurs, who know a lot about how to run a successful bus… Read more

Similar

JavaScript component-level CPU costs

Let's talk a bit about keeping tabs on how much CPU is consumed by an application's JavaScript. And let's frame the discussion around components - the atomic building blocks of the application. This way any performance improvement efforts (or regression i... (more…)

Read more »

Creating a JavaScript Lock

JS Lock. We will start by defining a resource as an object which is loaded into the memory of our process using an async operation, this operation may take a relatively long period of time. We would like to reuse this object as much as possible so we can ... (more…)

Read more »