Skip to content

Instantly share code, notes, and snippets.

Avatar
🎯
Focusing

Jeremy Donson jjdonson

🎯
Focusing
  • Google
  • New York City
View GitHub Profile
@jjdonson
jjdonson / 00-msl-intro.md
Last active February 27, 2023 13:11
Math As A Second Language - Intro Lesson and Test Prep Strategy Overview
View 00-msl-intro.md
@jjdonson
jjdonson / 00-README.md
Last active February 22, 2023 19:04
MusicXML CLI Tool Specs
View 00-README.md

MusicXML CLI Tool Specs

Project Abstract

  • Open source musical scoring file templates shall drive max productivity for musical trainers and professionals.
  • Open Source Tools That Generate MusicXML Scores From Templates = DocOpus ?
  • Audiences + Demonstrations

Repository Structure + Files + Descriptions

@jjdonson
jjdonson / 00-terraform-certification-exam-questions.md
Last active January 29, 2023 13:00
Terraform Certification Exam Questions 2020
View 00-terraform-certification-exam-questions.md

Terraform Certification Exam Questions 2020



Intro

  • The Terraform Associate certification is for Cloud Engineers specializing in operations, IT, or developers who know the basic concepts and skills associated with open source HashiCorp Terraform. Candidates will be best prepared for this exam if they have professional experience using Terraform in production, but performing the exam objectives in a personal demo environment may also be sufficient.

  • Since this exam is multiple-choice, multiple-answer, and fill in the banks' questions, we need a lot of practice before the exam. This article helps you understand, practice, and get you ready for the exam. All the questions and answers are taken straight from their documentation. These are only practice questions.

@jjdonson
jjdonson / README.md
Last active January 27, 2023 22:46
Golang training
View README.md
@jjdonson
jjdonson / 00-k8s-poc.md
Last active January 28, 2023 09:36
Test-Driven Selection of Emerging Tools and Techniques
View 00-k8s-poc.md

Kubernetes Proofs of Concept

  • Each POC Repo Sub-Directory Contains:
    • Project Planning In Jira
    • Docs
    • Testing
    • Implementations
    • Hands-On Demos
    • Proposals for Further Testing of Tools and Workflows

Table of Contents

@jjdonson
jjdonson / first-meeting.md
Last active January 27, 2023 07:26
Educational Organization Tech Meetings
View first-meeting.md

Educational Organization Tech Meetings


Table of Contents


Subjects

  • mathematics
@jjdonson
jjdonson / nodeProblemDetectorBugAuto.sh
Last active December 5, 2022 17:21
Proposed automated bug report stub for k8s.....
View nodeProblemDetectorBugAuto.sh
#!/bin/bash
# Automated K8s cluster provisioning bug report....
DATE_STAMP=$(date +'%Y%m%d')
UTIME_STAMP=$(date +'%s')
K8S_BUG_REPORT_FILE="k8s-bug-report-${DATE_STAMP}.log"
CONTROLLER_HOST_PLATFORM=$( python3 -m platform || python -m platform ) # controller host platform => usually a desktop or laptop.
CONTROLLER_HOST_SSH_V=$(ssh --version )
VAGRANT_VERSION=$(vagrant --version) # ... running on the controller host.
VBOX_VERSION=$(vboxmanage --version) # ... running on the controller host.