R·Jul 23, 2021How 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…A response icon3A response icon3
R·Dec 19, 2020The 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…
R·Jul 11, 2020Displaying 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…A response icon2A response icon2
R·May 13, 2020Designing & 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.
R·Feb 13, 2020The 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…
R·Feb 4, 2020Reusable 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…A response icon1A response icon1
R·Nov 13, 2019Reusable 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…A response icon2A response icon2
R·Aug 5, 2019How 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…
R·Mar 4, 2019How 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.A response icon2A response icon2