Posts

Universal Digital Signage

Containerized Architecture with Schema Definitions and Docker Compose Orchestration

This is a multi-container, containerized application managed by Docker Compose: which is referred to interchangeably as a Compose application or project (sometimes 'stack,' though that’s more Swarm terminology). In more architectural terms: a three-tier containerized application stack consisting of: MongoDB (data layer), Node.js backend (API/business-logic layer), React frontend (presentation layer). All three run in their own containers and are wired together by a single docker-compose.yml.

Shivam Jadhav

Artificial Intelligence: Demystifying AI, Machine Learning, and Generative Models

We're living in an age of cutting-edge obsolescence. -- Jon Finger

Artificial Intelligence (AI) is a multidisciplinary field focused on creating machines capable of performing tasks that traditionally require human intelligence. Its diverse applications range from natural language processing to image recognition, offering profound implications for various industries.

Michael Baggett

Jekyll: Static Webpages

A basic introduction to Jekyll Static Page Generator

Jekyll is an open source static site generator maintained by employees at Github. Jekyll takes text written in Markdown, Liquid, HTML & CSS and uses standardized layouts to create static webpages. You can easily customize the look and feel, URLs, and the data displayed on your pages.

Michael Baggett

Windows Subsystem For Linux

Windows 11 maybe the best operating system I have worked on. Now that it is a GUI for Linux.

The Windows Subsystem for Linux (WSL) is a feature of the Windows operating system that enables you to run a Linux file system, along with Linux command-line tools and GUI apps, directly on Windows, alongside your traditional Windows desktop and apps. WSL2 provides a truly great resource for developers and application testing.

Michael Baggett

Introduction to Generative AI and Microsoft Copilot

This article was created with assistance from Microsoft Copilot, Bing Chat AI.

This document is an article that explains the concept, history, and applications of generative AI, a type of AI that can create new content. It also introduces Microsoft Copilot, a tool that uses generative AI to assist users with various tasks in Microsoft 365 applications.

Michael Baggett