Why I’m Shutting Down a Few Projects

After years of juggling multiple side projects, I’ve decided to hit the pause button on a few of them. These projects, while fun and educational, weren’t generating any income. I learned a lot working on them, but I had to weigh the cost of renewing domains, maintaining infrastructure, and dedicating more time. In the end, … Read more

TheRandom.Tools launch

TheRandom.Tools launch 1

I’ve just launched my first microsite to the world: https://therandom.tools/ I’m still new to the micro-SaaS world, and still trying to figure out how to build things, and whether (and how) to monetize such a project. Read my process and tech stack below. I already had the basic business logic for this this – I’ve created a similar project for … Read more

Unity Tutorial: Learn how to use SVG in Unity

Unity Tutorial - Working with SVG files Featured

Support for SVG in Unity is quite limited, and the documentation is not particularly useful. In this tutorial, I’ll guide you thru the process of importing SVG in Unity projects, both from the Unity Editor and dynamically via code. Importing the SVG package The first thing we need to do to be able to work … Read more