Tags

architecture

Active Record - The Costs of Being Django-ish

4 minute read architecture testing

Django - Active Record When I first started using Django, especially Django Rest Framework (DRF), my initial reaction was: “What the heck is going on?” I had...

Back to top ↑

testing

Active Record - The Costs of Being Django-ish

4 minute read architecture testing

Django - Active Record When I first started using Django, especially Django Rest Framework (DRF), my initial reaction was: “What the heck is going on?” I had...

Back to top ↑

TroubleShooting

Back to top ↑

TemporaryFile

Back to top ↑

filesystem

Tmpfs

less than 1 minute read filesystem

Tmpfs Tmpfs is a file system which keeps all of its files in virtual memory.

Back to top ↑

xlsx

Back to top ↑

docx

Back to top ↑

pptx

Back to top ↑

WSGI

A deep dive into Django Infra & Local Setup

5 minute read WSGI gunicorn caddy

By dissecting Django infrastructure from the ground up, I aim to understand what environments are required for the production environment, and to build a st...

Back to top ↑

gunicorn

A deep dive into Django Infra & Local Setup

5 minute read WSGI gunicorn caddy

By dissecting Django infrastructure from the ground up, I aim to understand what environments are required for the production environment, and to build a st...

Back to top ↑

caddy

A deep dive into Django Infra & Local Setup

5 minute read WSGI gunicorn caddy

By dissecting Django infrastructure from the ground up, I aim to understand what environments are required for the production environment, and to build a st...

Back to top ↑

etymology

Inversion of Control(IoC)

4 minute read etymology

First thing you’ll see in Spring Framework documents is IoC Container and Bean. IoC is not specific to Spring. Most modern frameworks are built around this i...

Back to top ↑

독서

2025 독서 기록

less than 1 minute read 독서

2025.02.09 - 개인주의자 선언 (저자: 문유석) 본인이 개인으로 존재하는 만큼, 타인 또한 개인으로서 존재함을 인정하고 존중해야 한다. 개개인은 함께 어우러져 살아야 하고, 이것은 행복에 필수불가결하다.

Back to top ↑