Skip to content

Instantly share code, notes, and snippets.

View goodGid's full-sized avatar
😎

Kiyong Shin goodGid

😎
View GitHub Profile
@goodGid
goodGid / 2024 Plan Note.md
Last active April 7, 2024 03:39
2024 Plan Note
@goodGid
goodGid / 2023 Plan Note.md
Last active December 31, 2023 10:22
2023 Plan Note
@goodGid
goodGid / usage.md
Last active October 29, 2023 05:48
n개 이상 Git계정 사용
  • ~/.ssh/config
# goodgid
Host github.com
 HostName github.com
 User git
 AddKeysToAgent yes
 IgnoreUnknown UseKeychain
 # UseKeychain yes
@goodGid
goodGid / .zshrc
Last active July 12, 2023 22:20
for .zshrc
## Default Value
export ZSH="/Users/goodgid/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh
## Jekyll for Mac M1
## ssh ubuntu@ec2-3-34-238-100.ap-northeast-2.compute.amazonaws.comexport PATH=$Home/.rbenv/bin:$PATH
## Folder
@goodGid
goodGid / Alfred
Last active March 4, 2023 16:30
for Alfred
## JPG
https://www.iloveimg.com/compress-image
## PNG
https://www.iloveimg.com/compress-image/compress-png
## URL
https://bitly.com/
## JSON
@goodGid
goodGid / Nginx Conf
Last active March 5, 2022 03:14
Nginx Conf
# Set Load Balance
upstream odot_servers {
# Traffic Distribute Strategy
# 1. Round Robin
# Default Strategy
# 2. ip_hash;
# Same ip address are always assigned to the same server
# 3. least_conn;
# Distribute reqeust to the server with the fewest connections.

Java Framework

  • Spring Boot 2.x.x

Cache

  • Redis

MQ

  • Kafka

Java Framework

  • Spring MVC
  • Spring Boot 2.x.x
  • Spring Batch
    1. Reader & Processor & Writer
    2. JobExecutionDecider & FlowBuilder

Cache

  • Redis