Ignoring local changes to file under git management When working with code solutions that are being managed with Git, we often want to make some local changes. Example of this are configuration files. Maybe we have specific settings in our development environment or we need to connect to specific sources....
[Read More]
Abstract Value Operations in JavaScript
The rules that govern convertion of value types to primitives
Abstract Value Operations I have found that a lot of developers out there continually get confused about the result of converting certain value types to primitives. There is in fact a set of rules on how value types and specific values are converted to the different primitives. All this magic...
[Read More]
Accessibility checklist
I came up with a checklist of accessibility features that should be helpful in order to build accessible sites
WAI-ARIA Authoring Practices 1.1
[Read More]
let, const and block scope in ES6
New exciting ES6 features
Let’s take a look at these new features in ES6
[Read More]