Showing posts with label Tech Tutorials. Show all posts
Showing posts with label Tech Tutorials. Show all posts

Wednesday, March 5, 2025

Grokomatic - Automating Social Media Posts using Generative AI

What is Grokomatic?

Grokomatic is an experimental console program I created using .NET and C#. It generates social media content based on information in a JSON file. In my example this contains a list of technical innovations. It will randomly pick an item from the list, generate the related text and image using AI, and post it to Facebook, Instagram, and X (formally Twitter).

In this series, we'll walk through the source code which I have posted on GitHub.

Wednesday, May 1, 2024

Docker Desktop - Your App is a Rock Star and Should Be Contained


Getting Started with Docker Desktop

Hello and welcome to getting started with Docker Desktop. I'm Daniel from Tiger Triangle Technologies, and I'll be guiding you through installing Docker Desktop on Windows.

Installing Docker Desktop

To get started, head over to the Docker website and download the Docker Desktop installer. Once downloaded, run the installer and follow the prompts. You'll need to restart your computer to complete the installation.