Skip to content
View dacoffey's full-sized avatar
😎
BLAZING FAST!! πŸ˜‚
😎
BLAZING FAST!! πŸ˜‚

Organizations

@cogsmith
Block or Report

Block or report dacoffey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dacoffey/README.md

COGSMITH: IT Services & Solutions Provider

DAC: David Adam Coffey @ https://github.com/dacoffey



😎 HELLO WORLD 😎


πŸ’¬ Favorite Quotes

The three chief virtues of a programmer are: Laziness, Impatience, and Hubris -- Larry Wall
The most damaging phrase in language is: it's always been done this way -- Grace Hopper
In programming, as in everything else, to be in error is to be reborn -- Alan Perlis
Everything should be made as simple as possible, but no simpler -- Albert Einstein
Blame nobody, expect nothing, do something! -- Bill Parcells
What I can't create, I do not understand -- Richard Feynman
Talk is cheap, show me the code -- Linus Torvalds
All programmers are optimists -- Fred Brooks
Real artists ship! -- Steve Jobs

πŸš€ Latest Projects πŸš€
"Real Artists Ship!"


Simple demo meant to replace a complicated spreadsheet used for quoting sales figures


⭐ BACKEND: WEBGATE

Reverse web proxy for NodeJS that generates HTTPS certificates automagically using LetsEncrypt ACME v2 REST protocol


⭐ DEVOPS: DEVKING.Release

GitHub Action CI tag and release automation based on simple commit messages using Octokit JS


⭐ SYSOPS: DCLONE

Terminal menu interface for guided disk cloning using dd + mksquashfs + kpartx powered by NodeJS & Blessed







BANNER



⚑ IT Solutions Provider



πŸš€ Full Stack Expertise

  • DevOps: Linux, VirtualBox, Docker, GitHub Actions, AWS, MS Teams, VS Code
  • Backend: SQL, PostgreSQL, PouchDB, Mongo, Redis, C#, NodeJS, Fastify, Express, Web APIs
  • Frontend: JS, JQuery, React, Gatsby, Bulma, Electron, Material UI
  • Networking: IpTables, NTop, DnsMasq, PXE, SSH, RDP, NAS, Samba, LDAP
  • Embedded: IoT, Pi, Arduino, ESP32, ESPHOME, Home Assistant, OpenSCAD, MakerJS
  • Crypto: ACME, Blockchain, Bitcoin, Ethereum, Solidity, Smart Contracts


⭐ HIVE: Simple Filesystem-Based Docker Orchestration

CARD


⭐ WEB: HTTP Servers Designed For HIVE Or Standalone Use

CARD CARD


⭐ XT: Application Framework

CARD


⭐ VSCODE: Visual Studio Code IDE Extensions

CARD CARD


⭐ DEVKING: GitHub Actions & Development Helpers

CARD CARD CARD CARD


⭐ TOOLS: Custom Utilities

CARD CARD CARD CARD



⭐ HARDWARE: Smart Devices & Embedded Systems

CARD CARD CARD


⭐ HX: Home Assistant Addons

CARD


⭐ SKEL: Project Templates

CARD


⭐ SCRIPTS: Random Scripts

CARD


⭐ README: You Are Here!

CARD CARD



Pinned

  1. cogsmith/hive cogsmith/hive Public

    ⚑ Docker Auto Backend System ⚑

    JavaScript 4

  2. cogsmith/webgate cogsmith/webgate Public

    πŸ“‘ Automagical Proxy Server πŸ“‘

    JavaScript 4

  3. cogsmith/xt1 cogsmith/xt1 Public

    ⭐ NodeJS Application Framework ⭐

    JavaScript 1

  4. cogsmith/devking-release cogsmith/devking-release Public

    πŸ‘‘ GitHub Release Automation πŸ‘‘

    JavaScript 3

  5. cogsmith/devking-vscode cogsmith/devking-vscode Public

    πŸ‘‘ VS Code Dev Helpers πŸ‘‘

    JavaScript 2

  6. NODE: Bare Minimum Web Server NODE: Bare Minimum Web Server
    1
    require('http').createServer((req,res)=>{ res.writeHead(200); res.end('HELLOWORLD'); }).listen(80,'0.0.0.0');