Reema AlzohairiHow 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, 20213Jul 23, 20213
Reema AlzohairiThe 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
Reema AlzohairiDisplaying 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, 20202Jul 11, 20202
Reema AlzohairiDesigning & 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
Reema AlzohairiThe 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
Reema AlzohairiReusable 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, 20201Feb 4, 20201
Reema AlzohairiReusable 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, 20192Nov 13, 20192
Reema AlzohairiHow 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
Reema AlzohairiHow 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, 20192Mar 4, 20192