2020-09

10 lesser-known Web APIs you may want to use by Tapas Adhikary on Sep 1, 2020

API is the acronym for Application Programming Interface which defines interactions between multiple software architecture layers.

Programmers carry out complex tasks easily using APIs in software development.

Without APIs, a programmer’s life would have been miserable with no proper(security, for example) access to data, knowing unnecessary low level details etc.

When it comes to Web APIs, there are extremely useful objects, properties and functions available to perform tasks as minor as accessing DOM to as complex as managing audios, videos, graphics, etc.

10 useful HTML5 features, you may not be using by Tapas Adhikary on Aug 14, 2020

My Favorite JavaScript Tips and Tricks by Tapas Adhikary Jul 28, 2020

Motivation

Most of the programming languages are open enough to allow programmers doing things multiple ways for the similar outcome. JavaScript is no way different. With JavaScript, we often find multiple ways of doing things for a similar outcome, and that’s confusing at times.

Some of the usages are better than the other alternatives and thus, these are my favorites. I am going to list them here in this article. I am sure, you will find many of these in your list too.