Look into my ball ImageMagick is a free and open-source cross-platform software suite for displaying, creating, converting, modifying, and editing raster images. Created in 1987 by John Cristy, it can read and write over 200 image file formats. It...
Power Apps everywhere It’s been a while since my last post, and even longer since my last travel and customer visits. I recently had the opportunity to visit a customer to better understand how they currently operate, and envision their futu...
This is my list of resources I’ve used over and over again This is a tip This list was last updated on 2020-12-04 08:20:20 +0200 +0200 Community and Events Business Application Summit 2020 On-Demand sessions...
Compressing files using 7-Zip and seven zip sharp (http://sevenzipsharp.codeplex.com/) is really easy. To get started you would need the 7-Zip DLL http://www.7-zip.org/download.html
namespace Cupofdev { using System; using System.IO; using SevenZi...
I run my Home Assistant of a raspberry pi using Docker. I found this to be a great way to run multiple different containers as well as Home Assistant. If you are like me, and like to tinker with the YAML files, you can very quickly end up overwrit...
I’ve recently started learning Docker, and how to run Docker on a Raspberry PI 3. I soon realized that whenever the host shuts down, or restarts the Docker containers will not restart automatically. I know you can set the container to auto start b...
Home Assistant automation file I recently started adding more and more automation into my Home Assistant *automation.yaml config file. One thing I’ve realized is that the file grows quickly and it get difficult to track your automation.
A quick ...