satej@home:~$

  • 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]...

  • Container Security

    As more and more organizations are adopting the container platforms like kubernetes, openshift and tanzu just to mention a few, a very important factor to consider is Security given you can install any open source software in a container and deploy it. This increases the responsibility on part of the...