Hey š, I'm Tulsi Sapkota.
š§āš» Software Engineer
Melbourne, Australia
As a passionate, self-taught software engineer with over 8 years of experience, I specialize in crafting innovative software solutions. My expertise lies in transforming complex ideas into elegant, efficient code. I thrive on the challenges of software development and am constantly exploring new technologies to enhance my craft.
Featured Projects
Movie Explorer
Explore movies like never before.
Explore various movies from the world's largest movie database. In addition, manage your favorites movies and watch later lists with ease.
Recent Blog Posts
Day 3: Review of Ziglings
Published on November 4, 2024
I have been learning Zig for past few days and I am really enjoying it. Going through [zig reddit](https://www.reddit.com/r/Zig/), I found what looks to be a good way to learn Zig: [Ziglings](https://codeberg.org/ziglings/exercises). Today, I will go through the Ziglings exercises and share my experience. ### Intended Audience > This will probably be difficult if...
Day 2: Calculator in Zig
Published on November 2, 2024
Today, we are going to built a simple calculator in Zig. As this is our second day with Zig, we will learn how to read user input and perform arithmetic operations. We will also learn about how basic assignments and control flow works in Zig. > [!TIP] > If you haven't installed Zig yet,...
Day 1: Getting Started with Zig
Published on October 31, 2024
Today marks my first day exploring Zig, a modern systems programming language. I like to learn languages by doing to get a better sense of how things work. Along the way, we will also dive into the fundamentals of Zig and explore its features. So, we will start by building a simple "Hello,...
Prevent accidental project deletion in GCP with liens
Published on February 6, 2023
In Google Cloud Platform (GCP), project is where we have all the resources like VMs, Kubernetes Clusters, Buckets etc. To prevent from accidental deletion of important project like production, we can use resource-manager liens. ### Requirements | Permissions ...