| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
- nestjs
- Logic Gates
- decoder
- token-based authentication
- nestjs guards
- Role-based Access Control
- Memory Addressing
- nestjs authorization
- 오블완
- memory reading
- Digital Circuit Design
- decoder implementation
- 티스토리챌린지
- JWT
- truth table
- 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..