ES2015 added a variety of riches to JavaScript. Among them are two new ways
to declare variables, let and const. These tools were introduced to
address faults of var, provide us an opt-in path to new functionality, and
bring richers semantics to JavaScrip...
Read more »
http://2017.jsconf.eu/speakers/chris-pojer-building-high-quality-javascript-tools.html Jest was adopted widely across 100s of companies recently and provides... (more…)
Read more »
The Fetch API is a better way to make HTTP requests in frontend application. It is quite similar to the XMLHTTPRequest. (more…)
Read more »
I recently published a book and an interactive course called Coding for Visual Learners. It teaches coding to beginners from scratch using the widely popul... (more…)
Read more »
UI widgets for modern apps. Data table, forms, toolbars, sidebar, tabs, tooltips, popups. All under 120kb (gzipped). - GitHub - vitmalina/w2ui: UI widgets for modern apps. Data table, forms, toolba... (more…)
Read more »