Development Manager Role Documentation and Full-Stack Documentation

Development Manager Role Documentation and Full-Stack Documentation#

  • Scope ID: 38

  • Owner: Alex Denbaugh

  • Duration: 10 Days

  • Date: 11/04/2024

  • Due: 11/15/2024

  • Actual Completion Date:

Overview#

Document the role of development Manager as currently filled by Alex. This includes maintanence of full-stack mono-repository and fullfillment of full-stack development responsiblities.

Justification#

  • Wasted time on inconsistent practices.

  • Ineffective training.

  • Consitent expectations need to be upheld for production roles and consitent growth.

Deliverables#

  1. Maintain description of Development Manager role

  2. Fill in documentation on technology standards as written by a full-stack developer. These should be located within operations/technology
    1. Linux-CLI
      1. Overview

      2. Terminology
        1. CLI

        2. Terminal Emulator

        3. GUI

        4. BASH

      3. Commands
        1. ls (ls -lha)

        2. cd (cd ~/)

        3. mkdir (mkdir -p ~/Repositories)

        4. chown (chown -R $(whoami):$(whoami) ~/)

        5. chmod (chmod +x /bin/bash)

        6. cat

        7. touch

        8. echo

        9. rm

      4. Paths (/bin, /tmp, /etc, /usr, etc…)

      5. Applications
        1. SSH

        2. VIM (VIM Adventures)

        3. PING

        4. Git

        5. Docker-CLI

        6. cloudflared

    2. Git

    3. Restructured Text (restructured text primer)

    4. Make

  3. Compile documentation site without errors using Makefile and post to docs.systems.exact.engineering using Makefile.

Resources#