Description kube-score performs static code analysis of the Kubernetes YAML. It provides list of recommendations and improvements to make your…
Category: programing
Programing Languages
KubeLinter – linter for the Kubernetes
Description KubeLinter is a static analysis tool that detects misconfigurations in Kubernetes deployments. That CLI tool can automatically analyzes YAML…
IaaC by Pulumi
This is recognition post of Pulumi quite new open source solution to manage infrastructure using code. Pulumi is a new…
git rebase
I would like to add one post about git. Tool I've been using for several years. To be honest this…
Python Generators
Generators in python are cool. They help developers to deal with long lists, increase the performance of the calculation of…
UUID
UUID - what is it? UUID is a universally unique identifier which consists of 128-bit number used to identify information…
testing python 3.9.0rc2
python 3.9 GA is comming As python 3.9 GA is expected to be released today: Expected: 3.9.0 final: Monday, 2020-10-05…
Hello world.
How to write Hello World in different languages?