From Medium The 4 Postulates of Quantum Computing The theory of Quantum Computing operates based on four postulates or axioms, i.e., self-evident truths. Though nothing about them was self-evident to me. But they are pretty simple, at
From Medium Quantum Measurement for Beginners As I embarked on my journey to learn quantum computing, one thing that thoroughly confused me was the concept of quantum measurement. I wanted to share my understanding here in
From Medium KPIs for a B2B SaaS There are a lot of blog posts around metrics, so why another one? To provide a concrete case study of setting up KPIs for a B2B SaaS. Throughout this post
From Medium 7 Key Engineering Metrics for Web Services You are ready to launch a brand new service — it can be a stand-alone user facing service, or a web of micro-services, or anything in-between. Whatever it is, you need
From Medium Go Dynamic Types Go is a statically typed language, where do dynamic types come in?I’ll attempt to answer this question by building a mental model of Go’s type system which in turn will help us reason about its program structure. Warning: this blog is