Intel NC2

Intel NC2 Gaze Control is a Pyhton project at the Udacity Nanodegree Intel Edge AI for IoT Developer. This project controls the mouse using the gaze by creating a computervision pipeline. The pipeline detects the face and gives the head pose and the eyelocations.

Computer Pointer Controller

Microservices Basics

In many areas in the topic field of microservices, we are often searching for additional information. To facilitate discussions in the basics of microservices, I started the followingGitHub project. It contains a collection of links to topics like Docker, CI/CD, Kubernetes,and microservices monitoring.

Microservices Basics

Ubuntu Mulitpass

Ubuntu Multipass For new set-ups, Linux developments and test environments were Docker or OracleVirtual Box top choices. To test container systems like Docker or container orchestration like Kubernetes, it makes much sense to try it on Linux servers instead of Desktop Operation System. In Machine Learning development, is it best practice to set up a new fresh environment. Ubuntu Multipass provides an easy way to create new Linux server instances on a host system. [Read More]

Clean Code

by Robert C. Martin

I love books by Robert C. Martin (Uncle Bob). His books, like Clean Code and the idea of Software Craftsmanship, have deeply influenced me. As a recap of the book, I heard six lessons. Uncle Bob has a very energetic presentation style, and the lessons contain many practical examples. The lectures will cover topics like the following and many other exciting: Why is software quality so important? The average person uses a software system every sixty seconds (smartphones, smart and electronic IoT devices, cars, Etc. [Read More]

Nextcloud

Nextcloud on Rasberry Pi

Last year I decided to test Nextcloud on a Raspberry Pi II. Before this installation, I had gained experience with ownCloud on the Raspberry Pi. However, I found the setup of the webserver, database and in-memory cache and message broker complicated. As a solution, I found NextCloudPi. NextCloudPi provides virtual machines and docker images. A docker imager hast the following advantages: The container image contains Nextcloud, web server, database, and cache server in one container instance. [Read More]