Applications

Essential Roles to Assign at Startup

This is a planning document for a small startup.

Michael Baggett

When forming a new company, in this case a software devlopment startup - you need to cover the bases on the roles to be performed. This is a draft of a document to define and assign roles.

Screen-Terminal Multiplexer (GNU)

Screen enables you to run several separate shell sessions simultaneously within one terminal window.

Michael Baggett

GNU Screen is a terminal multiplexer that allows you to create, manage, and navigate between multiple terminal sessions from a single window or remote terminal connection

Universal Digital Signage

Containerized Architecture with Schema Definitions and Docker Compose Orchestration

Shivam Jadhav

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.