Many visual programming languages (VPLs) such as Max or PureData provide a graphic canvas to allow developers to connect functions or data between them. This canvas, also known as a patcher, is basically a graph meant to be interpreted as dataflow computa... (more…)
Read more »
What's the best code you ever wrote? Is it the most clever, or the cleanest. The most fun problem to solve, or the most impactful. The surprise throwaway everyone uses, or the love nobody noticed. (more…)
Read more »
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 »
University researchers created a browser-based JavaScript that leverages a phone’s smart device sensor data to steal PINs. (more…)
Read more »
Defer and async are script tag attributes that can help optimize loading of Javascript. Let us see how and why use one over the other. (more…)
Read more »