23 followers
{ Software Engineering, Product Management }
Connect with me on Twitter @nnkkaapp
Connect with me on LinkedIn @nisarg-kapkar
Subscribe to my newsletter and never miss my upcoming articles
ES2020 introduced a new logical operator called Nullish Coalescing (denoted by ??). Read the article to learn more about it!
The spread operator (...) introduced in JavaScript ES6 is used to 'unpack' elements of an iterable. Read the article to learn more about it!
UPDATE: I made a web application for Image and Video Background Removal using Anvil. Preview below. https://www.canva.com/design/DAERVIWR404/view Code and Explanation in the next section. Background Removal is a process of separating the main obje...
spaCy is a free open-source library for Natural Language Processing in Python. Some spaCy features include: Non-destructive tokenization Pretrained word vectors Named entity recognition POS tagging You can read more about spaCy and its features he...