tutorials

Kube deploys! My CI/CD process.

20 minute read

How I work with CI/CD using Kubernetes and automatic deploys. An expansion of my CIVO community talk!

Cross compilation

5 minute read

Cross compiling and/or using native machines to produce binaries for multiple architectures.

Ansible!

12 minute read

Installing and configuring software with Ansible.

Firewall with ansible

6 minute read

Install and set up UFW with a set of basic rules using ansible.

Etcd cluster for Kubernetes

17 minute read

Set up of a a trusted etcd cluster on UpCloud which will be used as an external etcd service for kubernetes.

React.js

1 minute read

Stay Tuned! A react course is coming! - What, why and whaaaaat?!

Ansible and UpCloud

11 minute read

Installing server software on UpCloud servers with Ansible.

The Dockerfile

7 minute read

Writing, building and publishing a Dockerfile.

Garbage Collector

4 minute read

A brief explanation of the garbage collector and memory management.

Memory management

1 minute read

A short introduction to memory management in software.

Expanding the class

6 minute read

Further along the road of classes in the C++ language.

A simple class

5 minute read

A brief introduction to classes in the C++ language.

Basic Functions

6 minute read

A brief introduction to functions in the C++ language.