August 2020

React Hooks and Local Storage: Let’s build a ToDo app

React Hooks and Local Storage: Let’s build a ToDo app

  • August 25, 2020

React hooks have been around for quite some time. They have been widely adopted by the React community since then and have started becoming the defacto for newer React applications. A react hook allows developers to hook into React features. React hooks allow building components by using functions instead of...

The art of Storytelling and Data Science

The art of Storytelling and Data Science

  • August 11, 2020

Data Science and storytelling are inseparable. And the bridge between the two is data. I had talked about storytelling in my article about Business Analyst/Data Scientist learnings but thought it would be better to elaborate more about the storytelling part. Imagine you are a data science executive in an organization....

Using async/await in ExpressJs

Using async/await in ExpressJs

  • August 6, 2020

If you have not been living under a rock for the past few years, you probably have heard of async/await. It has been one of the interesting additions to EcmaScript. It makes control flow easier to understand and read and also allows to write concise, maintainable code. If you need...