Using web components in frameworks
We look at how to use web components in Angular, React or VanillaJS.
We look into how iSCSI works inside of Ceph. How to set it up and configure windows to connect to a drive.
I needed a solution to save data and I wanted to create an API so I could handle different storage solutions. One of the solutions I wanted to support was OpenSwift, a part of OpenStack. Trying create a small local installation for testing wasn’t easy and required research. Configuration options seems endless so I’m trying…
I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production…
We solve the day 5 challenges for the Advent of Code.
We look into using the cephadm tooling to bootstrap and configure a small cluster with 3 drives and multiple hosts. We go into how cephadm administers different resources and shares them between hosts. Installing main host First we need curl in order to fetch the cephadm application sudo apt install -y curl Then we download…
We look at exporting our model into saved_model and use that in java in order to run inference on images the model never is seen before.