Blockchain for transactions in the real world
Created a small block-chain related project - https://github.com/yuval-k/contracts-irl
Welcome to my homepage. In here you will find various projects I've. I hope you will find this interesting.
Latest posts from the blog:Created a small block-chain related project - https://github.com/yuval-k/contracts-irl
Introduction to the Envoy proxy. see the video.
You can use the kubectl auth can-i
to debug access issues related to yourself.
but what if you need to debug access issues for your application running in kubernetes?
As someone who has worked embedded project on occasion, I needed to a consistent way to automatically prepare embedded images, pre-loaded with code (especially in the world of cheap SD-cards). The challenge is ofcourse, that embedded images use a different CPU architecture. That's why packer-builder-arm-image
was created.
I have started to write an ARM operating system in Rust!