satej@home:~$

  • What is APIOps?

    APIs are a very integral parts of systems built especially when they help connect distributed systems. This integral importance, makes the task of api deployment more crucial. There have been various methodologies namely DevOps, GitOps, MLOps etc. A relatively new methodology is APIOps which applies the concepts of GitOps and...

  • Vega-Altair[Altair] python package

    Vega-Altair is a declarative statistical visualization library for Python. A short excerpt from the altair website explains it as below: With Vega-Altair, you can spend more time understanding your data and its meaning. Altair’s API is simple, friendly and consistent and built on top of the powerful Vega-Lite visualization grammar....

  • Serverless machine learning

    Machine learning (ML) has been known to run on virtual machines (VMs) or on services which use through some orchestration these VMs. Engineers having previously worked in serverless environments having known its benefits, often question could the same serverless environment be applicable to ML. To answer this, I came across...