Just steady anythhing with whole life
nest
- feat: add error messages for file validators #14213
- feat: add fallbackToMimetype support in FileTypeValidator #14995
nestjs/swagger
- feat: add documentsEnabled option to disable JSON/YAML #3185
- bugfix: add options in createEnumSchemaType #3307
- feat: add securityschema extension #3248
nesjs/docs.nestjs.com
- docs(swc): vitest alias resolution configuration #3204
- docs(swagger): add ui/raws description & hint #3206
📕 Recent Posting (tistory)
- TypeScript로 힙(Heap), 우선순위 큐(Priority Queue) 구현하기.
- JavaScript의 메모리 구조와 관리, V8의 가비지 컬렉션 (스택이 무한정 커지면 힙은 불필요할까?)
- NestJS의 MIME Type 보안 취약점(에 기여할 뻔한 이야기)
- Redis Client 모듈을 직접 만들고 NPM에 배포하기 (NestJS + ioredis)
- [Kotlin] Collections: 시퀀스(Sequences)는 무엇이고 언제 사용해야할까
- [Kotlin] 기본 문법 - Basic types, Collections, 조건문, 반복문