web dev

Editable website - quickly adjust web design or make an editor

There’s useful propery built in modern browsers to adjust your designs faster. Which one? If you open your console and write following command, magic happens.
Read more

Less bugs in JavaScript using computed properties.

What is computed property? Computed property is feature introduced in ES6. The syntax allows to initialize object using variable’s value as a property name in newly created object. Instead of
Read more