MISC

Various topics on web development, programming and related technologies

A simple guide to Scalable Vector Graphics ( SVG ) for devs

What is SVG SVG stands for scalable vector graphics, an open web standard for creating graphics. It uses XML to create two-dimensional vector graphics. It is compatible with other web technologies such as CSS and JavaScript.  Benefits Can be created and edited even in a simple text editor Can be searched and indexed by search […]

A simple guide to Scalable Vector Graphics ( SVG ) for devs Read More »

How to set up your local environment for Shopify theme customization

Shopify theme customization can be done in the admin panel. If your client requires specific customization, you need to add custom code to the Shopify theme files. Shopify provides its custom template language called Liquid for further customization. In this post, I will show you how to set up your local development environment for Shopify theme

How to set up your local environment for Shopify theme customization Read More »

Scroll to Top