🧮 Understanding IEEE 754: The Secret Code Behind Math in ComputersIEEE 754 AND STANDARDS HISTORY"If ASCII helps computers talk, IEEE 754 helps them think." If you've ever tried to add 0.1 + 0.2 in JavaScript and got 0.30000000000000004, you’ve seen IEEE 754 in action — whether you knew it or not. But what is this mysterious number standard, an...Jul 9, 2025·5 min read
Shopify variant image swatch on collection page, feature collection and search pageJan 7, 2024·17 min read
Shopify product page variant option image1. Turn off “Show second image on hover” in the theme editor Create a new snippet file card-variant-swatch-custom.liquid Copy Code {% comment %} Description: Renders product variant swatch options for collection page based on image URLs. Defau...Jan 5, 2024·17 min read
20 CSS Functions — Unleashing Design Creativity and ResponsivenessCascading Style Sheets (CSS) are the lifeblood of web design, allowing developers and designers to craft stunning and responsive web layouts. While CSS properties and values are the building blocks of stylesheets, CSS functions elevate your design ga...Nov 15, 2023·10 min read
css text animationshttps://tobiasahlin.com/blog/css-trick-animating-link-underlines/Oct 18, 2023·1 min read
[Trigger css animation ] using intersection observer api ?The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.here is a website which use intersection observer api to animate t...Oct 12, 2023·2 min read
How to add custom font face to shopify liquid ? 100% working trickfirst of all you need to download the font file from google or somewhere else then extract it and upload it to any font face generator site . you need to visit this site to generate font face https://transfonter.org/ So after generating font face do...Oct 12, 2023·1 min read
Free Product add on cart page in shopify liquidhttps://www.youtube.com/watch?v=z4gx8KhBE8QSep 17, 2023·1 min read