Skip to content

Instantly share code, notes, and snippets.

View chrisbarnes2000's full-sized avatar
🚀
Open For Employment

Christopher Barnes chrisbarnes2000

🚀
Open For Employment
  • Greater Seattle, WA
  • 22:16 (UTC -08:00)
View GitHub Profile
➜ P3-E-Commerce git:(main) ✗ docker-compose up --build
Building backend
Step 1/11 : FROM maven:3.8.5-openjdk-8 AS MAVEN_BUILD_STAGE
---> 3d6a1288d2b9
Step 2/11 : COPY ./ ./
---> Using cache
---> 8d14939ada9b
Step 3/11 : ARG DB_PLATFORM=org.hibernate.dialect.H2Dialect
---> Using cache
---> a5cc62173501
➜ P3-E-Commerce git:(main) ✗ docker-compose up --build
Building backend
Step 1/11 : FROM maven:3.8.5-openjdk-8 AS MAVEN_BUILD_STAGE
---> 3d6a1288d2b9
Step 2/11 : COPY ./ ./
---> Using cache
---> 491b393b7e23
Step 3/11 : ARG DB_PLATFORM=org.hibernate.dialect.H2Dialect
---> Using cache
---> ed037c80ab93
@chrisbarnes2000
chrisbarnes2000 / GitCommitEmoji.md
Created June 17, 2022 05:19 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji

Notes on Debuging

If you can’t find the bug, you’re looking in the wrong place. Go back to where it last worked. Contain the bug. Look for the bug in a new place, time, or format. Be responsible for the code. Learn from the bug.

  • Reading new docs, recent stack-overflow/GitHub discussions, and doing minor test outside of the project to develop workarounds and patches for deprecations and/or errors.
@chrisbarnes2000
chrisbarnes2000 / vscode-macos-context-menu.md
Created June 10, 2022 21:29 — forked from idleberg/vscode-macos-context-menu.md
“Open in Visual Studio Code” in macOS context-menu

Open in Visual Studio Code

  • Open Automator
  • Quick Action
  • Set “Service receives selected” to files or folders in any application
  • Add a Run Shell Script action
  • Set the script action to the following
    for f in "$@"; do
    

open -a 'Visual Studio Code' "$@"

Alphabetical List

@

A

A-a

A-b