30Apr

How to setup SonarQube in a project on Local Machine.

In this elaborate guide, we will walk you through the process of setting up SonarQube in a project on your local machine, including downloading and installing SonarQube and its prerequisites, analyzing your code, interpreting the results, customizing rules and profiles, and integrating with your build process.

20Apr

Handling HEIC Images in Angular: A Comprehensive Tutorial

The High-Efficiency Image Container (HEIC) is an image format based on the High-Efficiency Video Codec (HEVC). It was introduced by Apple in iOS 11 and macOS High Sierra as a more efficient alternative to the widely used JPEG format. HEIC images offer better compression and higher image quality than JPEG images, resulting in smaller file sizes without sacrificing image quality.