Generate QR Code in JavaScript Quickly

This article shows you how to generate QR code in JavaScript quickly using the QRCode.js JavaScript library available on GitHub with example. 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 »

Yet Another JavaScript Todo List Tutorial

So to refresh my JavaScript skills I decided to building a todo list that will storage your todo list in your browsers local storage and will allow you to delete and edit your list also. Creating the html page Firstly we are going to create the html page... (more…)

Read more »