Hey! I'm Mumtaz Fatima - an engineer and student who likes to reflect and write. This blog is a collection of my learnings from school, work experience, and life.
As a part of my research position, I wrote an article on adversarial machine learning from a policymaker's perspective. Find the blog post here:...
This blog post is a high-level overview of how MapReduce works and how some of the concepts from my previous blog post on distributed systems can be...
I was introduced to distributed systems through my OS course. I found it fascinating to understand how the power of multiple computers is harnessed to...
This is both a journal and blog post where I reflect on what I learned from my internship. I share both my takeaways during my time as a SWE intern...
In this blogpost, I take a stab at learning questions related to merge intervals. Let's jump right in! Why are merge intervals important? Having an...
Using backtracking to solve combination sum II problem. · Today I'll try to take a stab at combination sum II using backtracking. This blog will contain...