Note: This is part 3 of three-part series An Overview of ECMAScript 6 (ES6) Syntax & Features series. This learning post is still in active development and updated regularly. In the previous learning-note posts in this series, an overview of common ES6 Syntax & Features, and new features in introduced in functions, objects & classes […]
Understanding JavaScript Accessors: Getters & Setters
Note: This post is work-in-progress learning-note and still in active development and updated regularly. In the previous learning-note post Deep Dive into JavaScript Property Descriptors, we discussed briefly about property descriptor attributes – writable, enumerable, configurable and how their modification affects property enumeration with for..in loop or Object.keys() method and their use in JSON.stringify() method. […]
ECMAScript 6 Features (ES6) – Functions, Objects & Classes
Note: This is part 2 of three-part series An Overview of ECMAScript 6 (ES6) Syntax & Features series. This learning post is still in active development and updated regularly. In the previous learning-note post An Overview Of Common ECMAScript 6 (ES6) Syntax & Features, basic ES6 syntax such as let, const, map, sets, for..of etc […]
An Overview Of Common ECMAScript 6 (ES6) Syntax & Features
Note: This is part 1 of three-part series An Overview of ECMAScript 6 (ES6) Syntax & Features series.. This learning post is still in active development and updated regularly. ECMAScript 2015, also known as ECMAScript 6 (ES6), has significant updates in JavaScript (JS) syntax and added new features. This update is considered to be a […]
HUMU – An AI Start-Up to ‘Make Work Better’
HUMU, a silicon valley based artificial intelligence (AI) start-up company started by three former Google employee to make people happier at work through people-analytic programs “how to foster better teamwork” pioneered by Google.
Prompted by ReactJs lead Engineer & manager Sophie Alpert that he was moving to HUMU, I did a brief overview of the company. An innovative startup to keep an eye on to learn more about how AI & large data analytics can be applied to solve tougher societal problems. Charles Duhigg‘s book ‘Smarter Faster Better: The Secrets of Productivity in Life and Business‘ explains further What Google Learned From Its Quest to Build the Perfect Team.
Looking Back Year 2018
The year 2018 is coming to end. The new year 2019 is beginning. The time has arrived to write 2018 year end post, a tradition that I started couple of years ago to reflect on my year. Here are links to my 2016 and 2017 year-end posts. Just like in previous years, in this 2018 […]
