Skip to content

Instantly share code, notes, and snippets.

View JhoLee's full-sized avatar
🕹️
Focusing

Jooho Lee JhoLee

🕹️
Focusing
View GitHub Profile
@JhoLee
JhoLee / semantic-commit-messages.md
Created February 4, 2022 15:11 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@JhoLee
JhoLee / job.yaml
Created November 26, 2021 04:04 — forked from alexellis/job.yaml
Use a Kubernetes Job and Kaniko to build an OpenFaaS function from Git
# Alex Ellis 2018
# Example from: https://blog.alexellis.io/quick-look-at-google-kaniko/
# Pre-steps:
# kubectl create secret generic docker-config --from-file $HOME/.docker/config.json
# Other potential optimizations (suggested by @errordeveloper)
# - Store "templates" in a permanent volume
# - Download source via "tar" instead of git clone
@JhoLee
JhoLee / starUML.md
Created June 11, 2020 02:48 — forked from trandaison/starUML.md
Get full version of StarUML