How to Record Audio in JavaScriptThis post demonstrates how to create and use an audio recording API in JavaScript. Audio Recording can be a pretty neat feature to add to…Jul 23, 2021A response icon3Jul 23, 2021A response icon3
The Basic Idea of the Network Time Protocol (NTP)In order to ensure that time in an instance is accurate, the Network Time Protocol is very crucial. But, what exactly is the Network Time…Dec 19, 2020Dec 19, 2020
Displaying Dynamic Elapsed Time in JavaScriptAs a front-end developer, you may come across several use cases where you need to display the elapsed time dynamically. For example, you…Jul 11, 2020A response icon2Jul 11, 2020A response icon2
Designing & Viewing APIs using Swagger Specification (OpenAPI)This post helps form a good understanding on what Swagger Specification is and how to use it to your benefit in API design.May 13, 2020May 13, 2020
The Difference between toBe(true), toBeTrue() and toBeTruthy() in the Jasmine FrameworkUsing the Jasmine framework, I have wrote several unit tests. Those tests tested different function outputs. In certain cases, the…Feb 13, 2020Feb 13, 2020
Reusable User-defined Date & Time Functions in JavaScriptComparing & formatting date & time are two crucial functionalities to any programmer. In this post, I’m sharing with you reusable…Feb 4, 2020A response icon1Feb 4, 2020A response icon1
Reusable User-defined String Functions in JavaScriptDo you ever find yourself in need of a basic string function but just can’t find a built-in function that does the job for you? Do you…Nov 13, 2019A response icon2Nov 13, 2019A response icon2
How to Drag & Drop HTML Elements and Files using JavascriptAre you trying to add the drag & drop functionality to your website, but you don’t know exactly how to do it? Well, worry not, this story…Aug 5, 2019Aug 5, 2019
How to Create Custom Keyboard Shortcuts using JavaScriptDo you want to spice up your website by adding your own custom keyboard shortcuts? If yes, then this is the post for you.Mar 4, 2019A response icon2Mar 4, 2019A response icon2