Website

Home / Archive by category: Website

Next-gen image formats

Image files are meant for organizing and storing digital images. Image file formats store the data in compressed and uncompressed (which may be lossy or lossless) formats. The image formats which we use regularly are PNG (Portable Network Graphics), JPEG (Joint Photographic Expert Group), SVG (Scalable Vector Graphics) etc. If you’ve run a Google Pagespeed[...]
Read More

Unit Testing

Unit Testing is the fundamental practice of testing the smallest components of the Software. The purpose of unit testing is to validate if each component of the software is working as they are supposed to, in isolation.
Read More