satej@home:~$

  • Container deployment with OpenTelemetry

    Containers help in easy localized deployment of applications but without instrumentation data it is kind of hard to understand the current state and healthiness of the container. OpenTelemetry is one such tool which helps in this area. Quoting from the website: OpenTelemetry is an open-source CNCF (Cloud Native Computing Foundation)...

  • Portainer Book Review

    Book Report Name: What is Portainer? Author Name: Fabian Peter Published by: O’reilly Media, Inc. Pages: 40 Rating: 5/5 This small book report on Portainer is an awesome read. The author has done a nice job of explaining the different use cases of Portainer which helps you manage containers in...

  • Deno tutorial

    what is Deno? The easiest, most secure Javascript runtime. How to install Deno? curl -fsSL https://deno.land/x/install/install.sh | sh Other details. Getting started. deno run first_steps.ts ┌ ⚠️ Deno requests net access to “yirenlu.com”. ├ Requested by fetch() API ├ Run again with –allow-net to bypass this prompt. └ Allow? [y/n/A]...