DevConfCZ 2018: Microcontainerize your apps the easy way

My first talk at a conference about my current work, LEAPP:
Find out more about LEAPP at https://leapp-to.github.io

Slides:

Demo

 
3
Kudos
 
3
Kudos

Now read this

Using MySQL / MariaDB via SSH in Golang

In this post I will show how easy it is to connect to MySQL/MariaDB on a server via SSH using the local SSH-AGENT or password package main import ( "database/sql" "fmt" "net" "os" "github.com/go-sql-driver/mysql"... Continue →