Jay's Cookbook
Menu
  • Tags
  • Categories
  • Projects
Computer Science
OS
Network
Data Structure
Algorithm
Language
Code Architecture
Python
Javascript
Typescript
Java
Backend
Backend Theory
TypeORM
Node.js
NestJS
FastAPI
Frontend
HTML/CSS
React
Next.js
Data Engineering
DE Theory
MySQL
MongoDB
Elastic
Redis
Kafka
Spark
Airflow
AI
Basic
Pytorch
NLP
Computer Vision
Data Analytics
Statistics
Pandas
Matplotlib
DevOps
Git
Docker
Kubernetes
AWS
57 Posts

Backend

01 Dec 2023 [Backend Thoery] 백엔드 개요
backend
backend_theory

[Backend Thoery] 백엔드 개요

웹 서비스 그리고 백엔드에 대해서 간단히 배운다

01 Dec 2023 [NestJS] Intro
backend
NestJS

[NestJS] Intro

02 Dec 2023 [NestJS] 구성요소(1) Modules, Controllers
backend
NestJS

[NestJS] 구성요소(1) Modules, Controllers

03 Dec 2023 [Backend Thoery] HTTP/HTTPS
backend
backend_theory

[Backend Thoery] HTTP/HTTPS

03 Dec 2023 [NestJS] 구성요소(2) Providers
backend
NestJS

[NestJS] 구성요소(2) Providers

03 Dec 2023 [NestJS] 구성요소(3) Interceptors
backend
NestJS

[NestJS] 구성요소(3) Interceptors

03 Dec 2023 [NestJS] 구성요소(4) Guards
backend
NestJS

[NestJS] 구성요소(4) Guards

03 Dec 2023 [NestJS] 구성요소(5) Pipes
backend
NestJS

[NestJS] 구성요소(5) Pipes

03 Dec 2023 [NestJS] 구성요소(6) DTO
backend
NestJS

[NestJS] 구성요소(6) DTO

04 Dec 2023 [Backend Thoery] 데이터베이스
backend
backend_theory

[Backend Thoery] 데이터베이스

04 Dec 2023 [Backend Thoery] ORM
backend
backend_theory

[Backend Thoery] ORM

05 Dec 2023 [Backend Thoery] 직렬화와 역직렬화
backend
backend_theory

[Backend Thoery] 직렬화와 역직렬화

06 Dec 2023 [Backend Thoery] 쿠키와 세션
backend
backend_theory

[Backend Thoery] 쿠키와 세션

08 Dec 2023 [Backend Thoery] 인증/인가
backend
backend_theory

[Backend Thoery] 인증/인가

세션, JWT, OAuth 방식의 인증과 인가에 대해 배운다

11 Dec 2023 [Backend Thoery] 암호화
backend
backend_theory

[Backend Thoery] 암호화

11 Dec 2023 [Backend Thoery] 웹서비스 보안 (준비중)
backend
backend_theory

[Backend Thoery] 웹서비스 보안 (준비중)

12 Dec 2023 [Backend Thoery] 에러 핸들링
backend
backend_theory

[Backend Thoery] 에러 핸들링

14 Dec 2023 [Backend Thoery] 비동기 프로그래밍
backend
backend_theory

[Backend Thoery] 비동기 프로그래밍

15 Dec 2023 [Backend Thoery] 페이지네이션
backend
backend_theory

[Backend Thoery] 페이지네이션

18 Dec 2023 [Backend Thoery] 프로세스간 통신
backend
backend_theory

[Backend Thoery] 프로세스간 통신

21 Dec 2023 [Backend Thoery] 메세지 큐
backend
backend_theory

[Backend Thoery] 메세지 큐

23 Dec 2023 [Backend Thoery] 웹 소켓
backend
backend_theory

[Backend Thoery] 웹 소켓

30 Dec 2023 [Backend Thoery] 실시간 통신
backend
backend_theory

[Backend Thoery] 실시간 통신

05 Jan 2024 [Backend Thoery] 배치 처리
backend
backend_theory

[Backend Thoery] 배치 처리

22 Jan 2024 [FastAPI]
backend
FastAPI

[FastAPI]

22 Jan 2024 [Node.js] Intro
backend
nodejs

[Node.js] Intro

노드의 구조, 장단점, 특징에 대해 배운다

23 Jan 2024 [Node.js] 모듈
backend
nodejs

[Node.js] 모듈

24 Jan 2024 [Node.js] 노드의 내장 객체와 기본 모듈
backend
nodejs

[Node.js] 노드의 내장 객체와 기본 모듈

24 Jan 2024 [Node.js] 웹서버
backend
nodejs

[Node.js] 웹서버

25 Jan 2024 [Node.js] Express 사용하기
backend
nodejs

[Node.js] Express 사용하기

15 Feb 2024 [Backend Thoery] 로깅
backend
backend_theory

[Backend Thoery] 로깅

15 Feb 2024 [NestJS] Configuration
backend
NestJS

[NestJS] Configuration

22 Feb 2024 [Node.js] NPM
backend
nodejs

[Node.js] NPM

23 Feb 2024 [Node.js] 내부 들여다 보기
backend
nodejs

[Node.js] 내부 들여다 보기

24 Feb 2024 [Node.js] 버퍼와 스트림
backend
nodejs

[Node.js] 버퍼와 스트림

25 Feb 2024 [Backend Thoery] 장애 대응
backend
backend_theory

[Backend Thoery] 장애 대응

01 Mar 2024 [NestJS] 테스트 코드 (with JEST)
backend
NestJS

[NestJS] 테스트 코드 (with JEST)

15 Mar 2024 [Backend Thoery] 코드의 유지∙보수
backend
backend_theory

[Backend Thoery] 코드의 유지∙보수

05 Apr 2024 [Backend Thoery] 대용량 트래픽
backend
backend_theory

[Backend Thoery] 대용량 트래픽

10 Apr 2024 [Backend Thoery] 의존성 주입(Dependency Injection)
backend
backend_theory

[Backend Thoery] 의존성 주입(Dependency Injection)

12 Apr 2024 [Backend Thoery] Datetime, Timestamp, Timezone
backend
backend_theory

[Backend Thoery] Datetime, Timestamp, Timezone

01 Jun 2024 [NestJS] 로그인
backend
NestJS

[NestJS] 로그인

NestJS를 이용해 회원가입, 로그인, 인증/인가 기능을 구현하는 방법에 대해 공부합니다

05 Jun 2024 [NestJS] TypeORM으로 MySQL 조작하기(1)
backend
typeorm

[NestJS] TypeORM으로 MySQL 조작하기(1)

05 Jun 2024 [NestJS] TypeORM으로 MySQL 조작하기(2)
backend
typeorm

[NestJS] TypeORM으로 MySQL 조작하기(2)

05 Jun 2024 [NestJS] TypeORM으로 MySQL 조작하기(3)
backend
typeorm

[NestJS] TypeORM으로 MySQL 조작하기(3)

01 Oct 2024 [NestJS] CRUD
backend
NestJS

[NestJS] CRUD

NestJS를 이용해 ecommerce 도메인에서 데이터의 생성/삭제/수정과 다양한 상품 조회 방법에 대해 공부합니다

01 Oct 2024 [TypeORM] Intro
backend
typeorm

[TypeORM] Intro

01 Oct 2024 [TypeORM] 마이그레이션
backend
typeorm

[TypeORM] 마이그레이션

02 Oct 2024 [NestJS] 검색
backend
NestJS

[NestJS] 검색

NestJS와 Elasticsearch를 활용해 검색 기능을 구현하는 방법에 대해 공부합니다

03 Oct 2024 [NestJS] 파일 업로드
backend
NestJS

[NestJS] 파일 업로드

NestJS를 이용해 업로드된 파일을 검증 및 저장 하는 방법에 대해 공부합니다

04 Oct 2024 [NestJS] 로깅
backend
NestJS

[NestJS] 로깅

NestJS를 이용해 서비스의 로그를 남기는 방법을 공부합니다

05 Oct 2024 [NestJS] 트랜잭션
backend
NestJS

[NestJS] 트랜잭션

06 Oct 2024 [NestJS] 성능 최적화
backend
NestJS

[NestJS] 성능 최적화

07 Oct 2024 [NestJS] 캐싱
backend
NestJS

[NestJS] 캐싱

NestJS를 이용해 서비스에 캐싱을 적용하는 방법에 대해 공부합니다

08 Oct 2024 [NestJS] 웹 소켓
backend
NestJS

[NestJS] 웹 소켓

09 Oct 2024 [NestJS] SSE
backend
NestJS

[NestJS] SSE

14 Oct 2024 [NestJS] API 문서화
backend
NestJS

[NestJS] API 문서화

Jay Kim

Jay Kim

Web development, data engineering for human for the Earth. I share posts, free resources and inspiration.

Rest
Lifestyle
Hobby
Hobby
Hobby
Hobby
2025 © Jay's Cookbook. Crafted & Designed by Artem Sheludko.