A case study in confirmation bias and goalpost shifting...
Read more »
Dambrosio recently released RSLint, a linter for JavaScript that is written entirely in Rust. RSLint strives to be as fast as possible, customizable, and easy to use. RSLint is still in the early phase of its development and features basic Visual Studio C... (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 »
This is a note about clearing up the confusion of prototype, __proto__ and inheritance in Javascript.
Read more »
Enumeral type is a very handy concept that assures your variable cannot be any other value except one that was defined. (more…)
Read more »