Skip to content
View GriffFerguson's full-sized avatar

Organizations

@LandstriderLegion @Memorial-Academy
Block or Report

Block or report GriffFerguson

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
GriffFerguson/README.md

👋 Hi there!
I'm an independent full-stack web developer who takes on projects that are way to ambitious for a single-developer! Currently working on a variety of side-projects (some dead, some dying, some alive, some alternate on a daily basis) and acting as a system administrator for a variety of orginizations.
Co-founder and president of the Memorial Academy of Science and Technology.


Knowledge

Currently Know:

HTML   CSS   JavaScript   TypeScript   Python   NodeJS   ExpressJS   java   MongoDB   NGINX   Pug  

Currently Learning:

C#   react  

System Administrator for instances of:

(all self-hosted instances)
SearxNG*    mailcow*    Nextcloud*    MediaWiki  

* = used for daily personal use

Pinned

  1. prodbuild prodbuild Public

    All-in-one minification and packaging tool for HTML, CSS, and TS/JS front-ends

    TypeScript 1

  2. denotate denotate Public

    Word guessing game

    TypeScript

  3. craftomate craftomate Public

    Idle web game to create, automate, and manage a factory.

    TypeScript

  4. Git Commit Summary Guide Git Commit Summary Guide
    1
    # Git Commit Summary Guide
    2
    The goal of this guide is to produce commit messages that are descriptive, concise, and simple to read. To make the most of this system, commits should be made very frequently. When multiple changes are performed in one commit, include additional semi-colon separated messages in the description.<br>
    3
    **Syntax: `area: action(type): Description`**<br>
    4
    Note: this was desgined with web development in mind, but can be adjusted for other areas of development
    5
    
                  
  5. Open Projects in VSCode Open Projects in VSCode
    1
    #! /bin/bash
    2
    
                  
    3
    PROJ_DIR="Documents/Projects"
    4
    
                  
    5
    function project() {