web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Create awesome images with ImageMagick

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...

Morne Wolfaardt
Like (0)
Power Apps everywhere

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...

Morne Wolfaardt
Like (0)
Log issues to GitHub from a Power App

Steve Maguire once said “Never allow the same bug to bite you twice.”

Morne Wolfaardt
Like (0)
The ultimate list of Power Platform Resources

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...

Morne Wolfaardt
Like (0)
Compress files and folders using sevenzipsharp and 7-Zip in C-Sharp

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...

Morne Wolfaardt
Like (0)
Backup Your Home Assistant Config to Git

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...

Morne Wolfaardt
Like (0)
Starting Docker Containers After a Host Restart

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...

Morne Wolfaardt
Like (0)
Home Assistant Tip Split Automation Yaml Into Multiple Files

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 ...

Morne Wolfaardt