All Articles

What I've learned so far about React

What I've learned so far about React

Over the weekend, I took a shot to build something new in React. React is a JavaScript library to …

Local Development Environment for Kubernetes using Minikube

Local Development Environment for Kubernetes using Minikube

Kubernetes can be an ultimate local development environment particularly if you are wrangling with a …

Leadership as a service

Leadership as a service

Best leaders are admired by their teams. They lead the team without positional authority. They …

Bias and Fairness in Machine Learning

Bias and Fairness in Machine Learning

In AI and machine learning, the future resembles the past and bias refers to prior information. …

A sidecar for your service mesh

A sidecar for your service mesh

In a recent blog post, we discussed object-inspired container design patterns in detail and the …

What it means for a machine to learn or think like a person?

What it means for a machine to learn or think like a person?

In a recent article, Lake et al.1 examine what it means for a machine to learn or think like a …

Bloom Filters: Is element x in set S?

Bloom Filters: Is element x in set S?

The idea of Bloom Filter was conceived by Burton H. Bloom in 1970. In a nutshell, Bloom filter is a …

The Raft of the Understandability

The Raft of the Understandability

Computer science is full of complex hard-to-understand algorithms. Understandability of an algorithm …

Object-inspired container design patterns

Object-inspired container design patterns

If we start thinking containers in terms of objects, it abstracts away the low-level details but …