How to package a Polymer 3 app with webpack
We look into how to setup webpack to package our Polymer 3 application.
In this video, we look into running rados gateway on backends other than Ceph, particularly in SQLite. This could be useful for testing workloads or running a proxy service with user management. First a good start is to upgrade / update your system so you have the latest packages. sudo apt update sudo apt full-upgrade…
We look into how to build docker images for performance. Talk about the compromises between speed and size.
We look into Ubuntu MiniCloud which is a tool to easily spin up a cluster with Ceph, OVN and LXD. This enables you to run workloads over a large amount of servers with and easy to use web interface.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into installing k3s cluster locally using virtual servers. VirtualBox is used to create one controller and two nodes, connect them and install a dashboard. Creating a small K3S cluster. First ensure that you have curl installed the nodes and server so you can install the packages for k3s. First run the command below…
We look into the very basic commands of git. Making changes and committing to a branch.