👋 Hello, I'm Shruti.

Welcome to my page. Check out my blog! I also create fun challenges and publish writeups.

Here's my design portfolio.

P.S. I also write about movies. It's mostly just a cinephile's ramblings so you have been warned! ;)


Blog posts:

When a funny typo lead me down a rabbit hole

C is said to be a programming language that can get you anytime. There is the character arrays, uninitialised variables containing mysterious numbers and ofcourse, the dreaded pointers. Granted, it was not C itself that got me today but it happened because I was compiling C code so half the blame is on C, sue me. Anyways, this is a story about how a small typo can lead you down a giant rabbit hole and eventually become a wonderful learning experience.

Read more →

How to call a program in C

It’s the last day of 2024 and what can be better than learning some C? Today, we take a deep dive into the program calling functionality in C. Let’s start at the beginning!
Read more →