Self-Hosting your Diagram Tools - Drawio

Drawio - A FOSS Flowchart Maker (or network diagram software, to create UML online, as an ER diagram tool, to design database schema…) that I will show you how to selfhost with Docker.

HUGO SSG

Create a FREE Blog - Websites with HUGO

You might have heard about Wordpress. Today, you will learn how to create your website with another Free Open Source alternative, HUGO. Which offer a much faster response.

November 17, 2021 · 10 min · 2118 words ·  ·  Web ·  Dev
Docker Container Registries Overview

The Container Registry Landscape

A Comprehensive Guide for Discovering the world of container registries - one pilar to optimize our development workflow. Comparing popular options like Docker Hub, Quay, GitLab, GitHub, and Google Cloud. Learn their unique features, strengths, and weaknesses.

August 21, 2021 · 4 min · 786 words ·  ·  Docker ·  Dev

Docker: A Guide to Mastering Containerization

Enhancing portability across various environments with Docker. Deploy applications efficiently: Learn to create Dockerfiles, build images, run containers, and push images to registries.

August 20, 2021 · 6 min · 1182 words ·  ·  Docker ·  Dev

Self-Hosting your GIT - Gitea

You might be looking for some alternative to Github or Bitbucket to track your code changes on some project. In this post we will selfhost Gitea with docker for that purpose.