Posts

Universal Digital Signage

A universal digital signage solution that can support any endpoint.

We are developing a new digital signage solution, to be released as an open source application. Digital signage is an over priced solution: ours will be full featured and work with any existing device that can display a webpage. Support for presentations and kiosks will be included.

Michael Baggett

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