Welcome to 0x60 Blog

A blog about random tech stuff I find interesting - blockchain, programming languages, decentralized systems, and whatever else catches my attention.

Check out my About page to learn more about me.

0x00 | Building Dotify: A High-Performance Dot Matrix Image Generator

Introduction In this guide, we will break down the engineering behind Dotify, a web application that transforms standard imagery into stylized dot matrix patterns inspired by the “Nothing” design language. The Transformation The concept is straightforward: we take a raster image and re-interpret it as a grid of discrete, color-sampled circles. It takes a simple image like this one: And transforms it into this: Technical Stack The architecture is built for speed and a seamless developer experience: ...

January 9, 2026 · 7 min · 1288 words · PATEL96

Hello World - Let's Build Something Decentralized

Welcome to 0x60 Blog Every coder’s journey starts with a “Hello World”, and this is mine - version 2.0, blockchain edition. Why Another Blog? Fair question. The internet is already flooded with tech blogs, Medium articles, and Twitter threads about blockchain. So why add another voice to the noise? Here’s the thing: I learn by building, and I learn better by sharing. Over the past few years, I’ve gone from being curious about what Bitcoin was, to deploying smart contracts on mainnet, to optimizing gas costs down to the last wei. Along the way, I’ve hit every possible error message, spent hours debugging why my transaction reverted, and celebrated when my contract finally did what it was supposed to do. ...

January 1, 2026 · 4 min · 670 words · PATEL96