Welcome to my Tech Cafe! ✮⋆˙

Hi I’m Aakriti, a first-year CS student who makes 3D art in Blender, breaks 2D games in Godot, and wrestles with JavaScript at 3am while questioning all my life choices. This blog is where I document my dev adventures, epic bugs, tiny wins, and the occasional meltdown

How I started Blender!

In April 2024, I came across a cool animation made in Blender and thought, ‘Wow! That’s crazy. I want to learn how to do that too’. So, I started my journey At first, I was really confused because there were tons of buttons, shortcuts, tabs, and a cube in the middle. Pro tip: Use Blender Shortcuts cheatsheet as it helped me remember the keys. (Shortcut key: X to delete the default cube) ...

May 21, 2025 · 3 min · Me

My Nand to Tetris Journey

Introduction In March 2025, I signed up for the Coursera course From Nand to Tetris: Building a Modern Computer by Shimon Schocken and Noam Nisan. I thought “Why not learn how computers work from the basics?” Spoiler:- It’s not as easy as it sounds. The course promised to turn me into a computer-building wizard, and I got pretty far completing four out of six projects. Logic Gates from NAND The course starts with a simple idea: using only the elementary NAND gate, you can construct all other logic gates necessary for a modern computer. This concept blew my mind, the idea that complex systems ultimately reduce to this simple building block. ...

May 9, 2025 · 3 min · Me