일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- Logic Gates
- nestjs guards
- decoder
- nestjs
- JWT
- memory reading
- Role-based Access Control
- nestjs authorization
- Digital Circuit Design
- truth table
- 오블완
- decoder implementation
- 티스토리챌린지
- token-based authentication
- Memory Addressing
- Today
- Total
목록전체 글 (2)
doksan-gooner
Purpose of the ArticleDuring my internship, I worked on managing user levels and configuring API call permissions based on those levels using NestJS. This blog post aims to explain the implementation of Guards, JWT, and custom decorators that I created to achieve this. Requirements • User Levels: Members within a workspace are categorized into four levels. Level 1 has the highest authority, with..

Purpose of the Post In computing, it’s commonly known that when a unique address is given, the corresponding memory can be read directly. But how does this work? In this post, we’ll explore the concept and attempt a simple implementation using logic gates. Preview of the ResultLet’s say we have memory addresses ranging from 0 to 3, each storing the following values:address 0: [false, false]value..