Recent posts

Django Static with Debug Mode

less than 1 minute read

Django Static & Debug Mode Keep in mind. If Debug = False, even though you correctly impletmented your static files, Django do not load any of your stati...

VSCode Editor tabs to wrap

less than 1 minute read

Go to setting: ctrl + , search: workbench.editor.wrapTabs Turn to True(as checked)

Jekyll unmodifided code block

less than 1 minute read

While writing django code snippet, I found that it hides double curly brackets( {{}} ). Since Jekyll uses the Liquid templating language to process templates...

Flask API with Swagger

less than 1 minute read

Flask run as debug mode $ export FLASK_ENV=development $ flask run if not set as dev mode, need to keep restart flask like: $ flask run

Remote-ssh access in VSCode

1 minute read

Remote-ssh VScode install VSCODE press F1 Find Remote-SSH: Connect current window to Host (or Remote-SSH: Connect to Host) ๋งŒ์•ฝ ์ตœ์ดˆ config ๋งŒ๋“ค์–ด์•ผ ๋˜๋ฉด 4-1...

Aligning Equations in mathjax

less than 1 minute read

Align Equations in mathjax format \(\begin{align} \sqrt{37} & = \sqrt{\frac{73^2-1}{12^2}} \\ & = \sqrt{\frac{73^2}{12^2}\cdot\frac{73^2-1}{73^2}} \...

Git Large File push Error and Solution

less than 1 minute read

Plotting ๊ณผ์ œ pushํ•˜๋‹ค๊ฐ€ 100MB ๋„˜๋Š” ํŒŒ์ผ์„ pushํ•˜๋ ค๊ณ  ํ•˜๋‹ˆ error๊ฐ€ ๋‚ฌ๋‹ค. 100MB ์ด์ƒ ํŒŒ์ผ ์˜ฌ๋ฆฌ๋ ค๋ฉด Git LFS(Large File Storage)๋ฅผ ์‚ฌ์šฉํ•ด์•ผ ํ•œ๋‹ค๋Š”๋ฐ ๊ตณ์ด ์˜ฌ๋ฆฌ์ง€ ์•Š์•„๋„ ๋œ๋‹ค๋ฉด, ์—๋Ÿฌ๋งŒ ํ•ด๊ฒฐํ•˜๊ณ  ๋‹ค์‹œ PUSH ํ•˜๊ณ  ์‹ถ๋‹ค๋ฉด ์•„๋ž˜ ๋งํฌ๋ฅผ...

์˜ค๋Š˜์˜ ์‚ฝ์งˆ - insert image in minimal mistakes

less than 1 minute read

์•„๋ฌด ์ƒ๊ฐ ์—†์ด ์ด๋ฏธ์ง€๋ฅผ _site/assets/images ์— ์ด๋ฏธ์ง€๋ฅผ ์ƒˆ๋กœ ์‚ฝ์ž…ํ•˜๋ ค๊ณ  ํ•˜๋‹ˆ ์ž๊พธ ์ด๋ฏธ์ง€๊ฐ€ ์‚ญ์ œ๋˜๋Š” ๊ฒƒ์ด์˜€๋‹คโ€ฆ vscode remote connection์ด ๋ฌธ์ œ์ธ๊ฐ€ ์‹ถ์–ด server ๊ฐ€์„œ dir์—๋‹ค ๋„ฃ์–ด๋„ ๋ณด๊ณ  connection๋„ ๋‹ค์‹œ ํ•ด๋ดค์ง€๋งŒ ๊ณ„์† ์‚ญ์ œ ๋˜๊ธธ๋ž˜

Git Pull Request (PR) - Project Contribution

2 minute read

Git Pull Request ๋‹ค ์ ๊ณ ๋ณด๋‹ˆ ๋„ˆ๋ฌด ์ž์„ธํ•˜๊ฒŒ ์ ์€ ๊ฒƒ ๊ฐ™๊ธฐ๋„ ํ•˜๋‹ค.