26 followers
{ Software Engineering, Product Management }
Connect with me on Twitter @nnkkaapp
Connect with me on LinkedIn @nisarg-kapkar
ES2020 introduced a new logical operator called Nullish Coalescing (denoted by ??). Read the article to learn more about it! · Nullish Coalescing and...
The spread operator (...) introduced in JavaScript ES6 is used to 'unpack' elements of an iterable. Read the article to learn more about it! · One of the...
UPDATE: I made a web application for Image and Video Background Removal using Anvil. Preview...
spaCy is a free open-source library for Natural Language Processing in Python. Some spaCy features include: Non-destructive tokenization Pretrained...