Skip to content

Instantly share code, notes, and snippets.

@jhodge-chwy
jhodge-chwy / ReadingList.md
Last active April 1, 2024 13:53
Readinglist.md

Four Books - Confucianism

  • Great Learning
  • Doctrine of the Mean
  • Analects
  • Mencius Five Classics
  • Classic of Poetry
  • Book of Documents
  • Book of Rites
  • I Ching (Book of Changes)
@jhodge-chwy
jhodge-chwy / gitflow-breakdown.md
Created December 12, 2022 18:48 — forked from JamesMGreene/gitflow-breakdown.md
`git flow` vs. `git`: A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
  git commit --allow-empty -m "Initial commit"
  git checkout -b develop master

Connect to the remote repository

@jhodge-chwy
jhodge-chwy / jenkins-utils-functions.sh
Created October 28, 2022 00:46 — forked from xbalaji/jenkins-utils-functions.sh
jenkins-utils-functions.sh
# source this file and use the functions, download the jenkins-cli.jar first
export JENKINS_SERVER=localhost
export JENKINS_PORT=8080
export JENKINS_USER='admin'
export JENKINS_PASS='admin'
export JENKINS_PROTO='http'
export JENKINS_JOBDIR="jenkins-jobs"
jenkins_urlhelp() {
echo "copy, change and paste for customization"
@jhodge-chwy
jhodge-chwy / awslogs.md
Last active February 19, 2023 19:58
awslogs useful bits

awslogs get --aws-region us-east-2 --profile staging-nebula stg-use2-autoshipcore-blue-logs --timestamp -s '2022-10-20 04:00' -e '2022-10-20 04:30' --filter-pattern='{ ($.msg!="Incoming request") && ($.level=50) }' | tee errors_00.log

awslogs get --aws-region us-east-2 --profile staging-nebula stg-use2-autoshipcore-blue-logs --timestamp -s '2022-10-20 04:30' -e '2022-10-20 05:00' --filter-pattern='{ ($.msg!="Incoming request") && ($.level=50) }' | tee errors_01.log

awslogs get --aws-region us-east-2 --profile staging-nebula stg-use2-autoshipcore-blue-logs --timestamp -s '2022-10-20 05:00' -e '2022-10-20 05:30' --filter-pattern='{ ($.msg!="Incoming request") && ($.level=50) }' | tee errors_02.log

awslogs get --aws-region us-east-2 --profile staging-nebula stg-use2-autoshipcore-blue-logs --timestamp -s '2022-10-20 05:30' -e '2022-10-20 06:00' --filter-pattern='{ ($.msg!="Incoming request") && ($.level=50) }' | tee errors_03.log

@jhodge-chwy
jhodge-chwy / as_labs_release_management.md
Created October 13, 2022 22:28
AS - Labs - Releases

‎‎​

@jhodge-chwy
jhodge-chwy / as_core_readme.md
Last active October 12, 2022 20:55
AS Core - README.md

Quickstart

Introduction

  • Confluence / links / about
  • SonarQube link
  • fail on lower test %?

Operations / Systems

Jenkins Jobs

@jhodge-chwy
jhodge-chwy / as_peak_2022_observability_audit.md
Created October 4, 2022 17:04
AS - 2022 - Peak - Observability Audit

‎‎​

@jhodge-chwy
jhodge-chwy / entity_subservice_structure.md
Last active July 20, 2022 16:49
sub_service_structure.md