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.
A comprehensive insight of the Angular Structure
Whenever you start learning a new technology, learning about its structure is one of the most important things. Let’s understand the Angular structure
How to Create a Personal Blogging Website: Front-End (Angular) #2
In this article, we are going to create the client-side part of the personal blogging website using Angular.
How to Create a Personal Blogging Website: Back-End (Flask/Python) #1
In this article, we’re going to create the back-end for our application using Flask, and in the next part, we’ll be creating the front-end using Angular.
How I Got Started with Angular and TypeScript
I share my experience on how to learn the most basic parts of Angular and TypeScript.
How to Upload Images to a Cloud Storage(Imgur) in an Angular Application
In this article, we’re going to develop a simple Angular application which is used to add and display photos. This application will use Imgur to store images that are added to this application.