Skip to content

Instantly share code, notes, and snippets.

View seongjoojin's full-sized avatar
🎯
Focusing

EvanJin seongjoojin

🎯
Focusing
  • seoul
  • 10:20 (UTC +09:00)
View GitHub Profile
@seongjoojin
seongjoojin / javascripreact.json
Created October 29, 2019 04:02
react snippet
{
"React Functional Component": {
"prefix": "rfc",
"body": [
"import React from \"react\";",
"",
"const ${TM_FILENAME_BASE} = () => {",
" return (",
" <div>",
" ${1}",
@seongjoojin
seongjoojin / .editorconfig
Created October 16, 2019 13:10
EditorConfig
root = true
[*.{js, ty, jsx, tsx}]
indent_style = space
indent_size = 2
@seongjoojin
seongjoojin / typescriptreact.json
Last active October 29, 2019 04:01
typescript react vscode snippet
{
"React Typescript Functional Component": {
"prefix": "rtfc",
"body": [
"import React from 'react'",
"",
"const ${TM_FILENAME_BASE} = () => {",
" return (",
" <>${1}</>",
" )",
@seongjoojin
seongjoojin / config.fish
Created April 15, 2019 16:14 — forked from pierre-b/config.fish
golang fish shell config
# config file
# vim ~/.config/fish/config.fish
# reload the config
# source ~/.config/fish/config.fish
# set the workspace path
set -x GOPATH /users/my-username/go
# add the go bin path to be able to execute our programs
@seongjoojin
seongjoojin / gist:e904645426c9c7ce3c6d416168dffdc3
Last active July 26, 2018 06:07
가상 데이터 센터 만들기 - VPC 기본 및 연결 옵션 정리
VPC (Virtual Private Cloud) : 보안 레벨을 지정할때 유용
외부에서 접속하지 말아야할 것들을 서브넷이라는 개념으로 분리할 수 있음.
## 인터넷에 연결된 VPC 만들기 : 단계별
IP 주소 범위 선택 -> 가용 영역(AZ)별 서브넷 설정 -> 인터넷으로 향하는 경로(route) 만들기 -> VPC 로/부터의 트래픽 설정
## CIDR notation revie
/*
* ------------------------------------------------------------
* "THE BEERWARE LICENSE" (Revision 42):
* <author> wrote this code. As long as you retain this
* notice, you can do whatever you want with this stuff. If we
* meet someday, and you think this stuff is worth it, you can
* buy me a beer in return.
* ------------------------------------------------------------
*/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.