c8 – native V8 code-coverage
Code coverage provides information about whether, and optionally how often certain parts of an application have been executed. It’s commonly used to determine how thoroughly a test suite exercises a particular codebase.
Code coverage provides information about whether, and optionally how often certain parts of an application have been executed. It’s commonly used to determine how thoroughly a test suite exercises a particular codebase.
Robotic process automation (also known as RPA) is a platform that helps you build, manage and run “software robots” and these software robots are used to automate business processes that are highly repeatable, and rule-based in nature.
What is a QR code? A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional barcode) first designed in 1994 for the automotive industry in Japan.…
Many times we want to draw a semi/half-circle or quarter circle or quarter circle with css in our design. It can be achieved with images, but for a few, it…
What is IndexedDB? IndexedDB is a large-scale, NoSQL storage system. It lets you store just about anything in the user's browser. In addition to the usual search, get, and put…
Many users want to continue consuming media while they interact with other content, sites, or applications on their device. For this type of activity Picture-in-Picture web browser feature is best.
Optional Chaining is a new Operator in JavaScript, which might be not supported by the old version of the browser. Most of the latest versions of the browser support this…
Back in 2014-2015, I was working on a release management use-case. The project spanned over eight months with 2 weeks sprint cycles, with functionalities like sending emails and extracting information…