├── .all-contributorsrc ├── .github └── FUNDING.yml ├── AI └── NLP │ └── 단어 표현 방법.md ├── AWS ├── CloudFront.md ├── IaaS.md ├── PaaS.md ├── SNS vs SQS.md ├── SNS.md ├── SQS.md ├── SaaS.md ├── Summit │ └── 클라우드 아키텍처 진화하기.md ├── Tips │ ├── AWS 키워드 정리.md │ ├── EC2 SSM 활용하기.md │ ├── EC2 보안 취약점.md │ ├── ECR private 저장소 pull 받는 법.md │ ├── ECR과 람다를 활용해 CD 구축하기.md │ ├── Public subnet vs Private subnet.md │ ├── S3 퍼블릭 액세스.md │ ├── S3의 인증서가 올바르지 않다고 뜰 때 해결법.md │ ├── VPC(Virtual Private Cloud)와 실제 적용 사례.md │ └── 외부로부터 안전한 EC2, RDS를 구축하기.md └── 클라우드서비스모델.md ├── App └── MVVM이란.md ├── Architecture ├── Coupling이란.md ├── MSA │ ├── MSA.md │ ├── MSA_장애전파.md │ └── Service discovery 패턴이란.md ├── Monolithic vs SOA.md ├── Monolithic.md ├── SOA.md └── ServerLess.md ├── CI~CD ├── Actions.md ├── CD.md └── CI.md ├── CS ├── OS │ ├── 가상 메모리.md │ ├── 교착상태.md │ ├── 동기화.md │ ├── 병행프로세스.md │ └── 상호배제.md ├── process vs thread.md ├── 동기 vs 비동기 & 블로킹 vs 논블로킹.md ├── 동시성 vs 병렬성.md ├── 멀티 프로세스 vs 멀티 스레드.md ├── 메모리 구조.md └── 문맥교환.md ├── Database ├── ACID.md ├── Index │ ├── Covering Index란.md │ ├── Index 설정.md │ ├── Index.md │ └── MySQL Descending Index.md ├── NoSQL │ └── Redis.md ├── Tips │ ├── Innerjoin과 where의 차이.md │ └── TinyInt vs Bit.md ├── Transaction.md ├── 식별관계와 비식별관계.md └── 정규화란.md ├── DevOps ├── ELK │ ├── ELK Stack을 도커로 구축해보자!.md │ ├── ELK란.md │ ├── ELK로 검색엔진 구축하기(mysql).md │ ├── FileBeat에서 로그파일 접근할 때 permission denied.md │ └── LogStash jdbc에서 값을 중복으로 가져올 때.md ├── IaC란 무엇인가.md ├── SRE란 무엇인가.md └── 데브옵스란 무엇인가.md ├── Development Process ├── 나선형 모형.md ├── 애자일 모형.md ├── 애자일 모형 │ ├── 스크럼 기법.md │ └── 애자일 선언문.md ├── 폭포수 모형.md ├── 폭포수 모형과 애자일 모형의 차이.md └── 프로토타입 모형.md ├── Docker ├── Docker Swarm.md ├── Docker.md ├── DockerHub.md ├── DockerRegistry 구축.md ├── Portainer.md ├── Swarmpit.md └── Tips │ ├── Docker에 Nginx 띄우기.md │ └── Portainer 사용법.md ├── Embedded └── Minicom과 iMentor 연결하기.md ├── Git ├── Flow │ ├── GitFlow.md │ └── GitHubFlow.md └── Git이란.md ├── Github ├── Actions │ ├── Github Actions로 Organization Action 만들기.md │ ├── Github Actions로 PR에서 comment로 배포하기.md │ └── setup-java.md └── ghcr.md ├── Internet ├── HTTP.md ├── Message Queue │ ├── Kafka.md │ ├── MOM.md │ ├── Message Broker.md │ └── Message Queue.md ├── REST API.md ├── TCP vs UDP.md ├── URI vs URL vs URN.md ├── Web │ ├── Security │ │ └── CORS.md │ └── Session vs JWT.md ├── gRPC.md └── 인터넷 동작 원리.md ├── K8S ├── ArgoCD │ └── Ingress가 계속 Progress일 때.md └── Storage │ ├── Dynamic Volume Provisioning.md │ ├── PV(Persistent Volumes).md │ ├── PVC(Persistent Volume Claim).md │ └── Storage Class.md ├── Language ├── Java │ ├── JVM │ │ ├── GC구동원리.md │ │ ├── GraalVM.md │ │ ├── JVM.md │ │ └── 자바 스레드.md │ ├── OrElse vs OrElseGet.md │ └── 일급 컬렉션이란.md ├── Kotlin │ ├── Type-safe Builder.md │ ├── companion-object 란.md │ └── let 함수란.md ├── Refrence Type과 Value Type의 차이점.md └── TypeScript │ ├── 01. 타입스크립트.md │ ├── 03. 변수 선언과 기본 타입.md │ ├── 04. 제어문.md │ ├── 05. 연산자.md │ └── 06. 함수.md ├── Lectures ├── [우아콘2020] 배달의민족 마이크로서비스 여행기.md ├── [인프콘]어느 날 고민 많은 주니어 개발자가 찾아왔다 - 성장과 취업, 이직 이야기.md ├── [인프콘]인프런 DevOps 엔지니어의 Terragrunt 도입기.md ├── [인프콘]인프런 아키텍처의 과거와 현재, 그리고 미래.md ├── [핵클]쿠팡 출신 개발자의 장애 리스크 없이 배포하는 방법.md └── 김진중CTO AI.md ├── NestJS ├── Library │ └── dotenv vs nestjs_env.md └── Tips │ ├── AdminJS(AdminBro)로 어드민 구축하기.md │ ├── ManyToOne 조회 시 undefined.md │ ├── NestJS에서 Strategy Pattern 적용하기.md │ ├── NestJs 배포 자동화하기.md │ ├── NestJs로 Jwt 인증하기.md │ ├── NestJs와 MongoDB로 위치정보 사용하기.md │ ├── Typeorm camelcase 매핑하기.md │ └── 환경변수 깔끔하게 관리하기.md ├── OOP ├── DI vs IoC vs DIP.md ├── DI란.md ├── IoC vs Factory Pattern.md ├── IoC란.md ├── Service 구현체를 추상화 하는것에 대해.md ├── 객체지향 5대 원칙.md ├── 관심사의 분리.md ├── 높은 응집도와 낮은 결합도.md ├── 디미터 법칙이란.md └── 서비스 로케이터(SL)란.md ├── README.md ├── React └── ContextApi란.md ├── Rule.md ├── Server ├── Proxy란.md └── Tips │ ├── Nginx로 소켓 reverse_proxy.md │ └── Nginx로 해외 ip 차단하는 법.md ├── Spring Boot ├── @Bean vs @Component.md ├── AOP @Around 어노테이션.md ├── Design Pattern │ ├── 전략 패턴.md │ ├── 커맨드 패턴.md │ ├── 템플릿 메소드 패턴.md │ └── 팩토리 메소드 패턴.md ├── Gradle Build Cache.md ├── IoC 컨테이너.md ├── JPA │ ├── .DS_Store │ ├── JPA N+1 해결법.md │ ├── OSIV(Open Session In view)란.md │ ├── SaveAll vs BatchUpdate.md │ ├── SoftDelete 쉽게 구현하기.md │ ├── 마지막 수정한 사람 저장하기(LastModifiedBy).md │ └── 영속성 컨텍스트(Persistence Context).md ├── Library │ ├── Jackson.md │ ├── Lombok.md │ ├── Security.md │ ├── Spring Boot Admin.md │ └── cloud │ │ └── OpenFeign.md ├── Mybatis │ └── Xml없이 Mybatis사용하기.md ├── Querydsl │ ├── Q-Class를 만드는 이유.md │ ├── Querydsl 기본 세팅.md │ └── Transform Connection Leak.md ├── RestTemplate vs WebClient.md ├── Spotless.md ├── Tips │ ├── @PrimaryKeyJoinColumn이란.md │ ├── @Query에서 FK로 객체를 찾는 법.md │ ├── @SuperBuilder에 필요한 생성자.md │ ├── @Transactional의 종류.md │ ├── @Value값이 null로 들어갈 때 해결법.md │ ├── Entity에서 @Id column의 타입(Wrapper Type).md │ ├── Entity에서 식별관계 매핑하기.md │ ├── Exception │ │ ├── @Query로 변경, 삭제 메소드를 사용했을 때 발생하는 에러 해결법.md │ │ ├── Bean의 생성 순서를 정하고 싶을 때.md │ │ ├── DB에서 값을 가지고 올 때 loaded object was of wrong class class가 발생할 때.md │ │ ├── Dispatcher Servlet 이전에 발생한 예외 처리.md │ │ ├── Embedded Redis Slf4j 오류 해결.md │ │ ├── Embedded Redis 사용 시 에러.md │ │ ├── JPA Repository Unable to locate Attribute 발생.md │ │ ├── JPA에서 커스텀 delete... 함수를 사용할 때 발생하는 예외 해결법.md │ │ ├── Mockito cannot mockspy because - final class 해결법.md │ │ ├── Querydsl 사용 시 Cannot find symbol 오류 발생.md │ │ ├── Spring 예외 핸들링.md │ │ ├── 부모 객체에서 자식 객체를 가져올 때 no Session 에러(parallelStream).md │ │ └── 요청을 보냈을 때 Filter에서 발생한 Exception 때문에 CORS가 뜰 때 해결법.md │ ├── JPA에서 Modifying사용 시 주의점.md │ ├── JUnit5에서 테스트 순서 정하기.md │ ├── Jackson에서 불필요한 중괄호를 없애는 법.md │ ├── Jar파일 외부의 파일을 가져오는 방법.md │ ├── Jpa에서 복합키 쿼리메소드 만드는법.md │ ├── Jwt Filter가 두 번 호출될 때.md │ ├── Kopring 시작 설정하기.md │ ├── List안의 값을 Validation 하는 법.md │ ├── Log4j vs Slf4j.md │ ├── Mockito when에서 파라미터 가져오기.md │ ├── Properties 또는 Yml에서 기본값 설정하는 법.md │ ├── Random과 SecureRandom 차이.md │ ├── Request Dto에서 @Builder 사용 시 이상한 점.md │ ├── Request Wrapper를 만드는 이유.md │ ├── Security에서 Session 정책 설정하기.md │ ├── Spring Bean은 상태를 가져도 되는가.md │ ├── Spring Boot Admin 구축하기.md │ ├── Spring Boot Exception 효율적인 처리방식.md │ ├── Spring Boot Filter 테스트하기.md │ ├── Spring Boot SocketIO 사용하기.md │ ├── Spring Boot 통합 테스트 설정하기.md │ ├── Spring Boot에서 CORS 멋있게 해결하는 법.md │ ├── Spring Boot에서 DB인덱싱하기.md │ ├── Spring Boot에서 Request Parameter를 객체로 받는 법.md │ ├── Spring Boot에서 UUID 사용하기.md │ ├── Spring Unit Test.md │ ├── Spring boot에서 CORS 설정을 해도 CORS가 뜨는 경우 해결법.md │ ├── Spring 에서 Aws 의존성사용 시 WARN 메세지.md │ ├── Spring 에서 Swagger 사용하기.md │ ├── static 변수에 @Value 사용하기.md │ ├── sub-project jacoco report 합치기.md │ ├── 동시성 문제를 제어하는 방법.md │ ├── 상속에서 @Builder 사용하기.md │ ├── 연관관계 편의 메소드.md │ ├── 일대일 양방향 매핑의 큰 단점.md │ ├── 클래스 상속 시 부모 필드 Builder.md │ ├── 테스트 시 Spring Security 인증할 수 있는 어노테이션.md │ └── 테스트를 제외하고 Spring Build하는 법.md └── 스프링 3대 요소.md └── images ├── AWS Architecture.svg ├── Aws ├── aws-CD-pipeline.png ├── protected_ec2_rds.png ├── s3_non_public.png └── s3_public.png ├── Log analysis flow.svg ├── OPGG_VPC.png ├── Summit ├── DataLayer.png ├── MoreThen100.png ├── MoreThen1000.png ├── MoreThen10000.png ├── MoreThen1000000.png ├── MoreThenOne.png ├── OneUser.png ├── Serverless.png ├── StaticFile.png ├── msa.png ├── release.png └── soa.png ├── SuperBuilder.png ├── embedded ├── Ubuntu Network Setting.png └── VMWare Network Setting.png ├── persistent_context.png ├── querydsl-leak-1.png ├── querydsl-leak-2.png └── research ├── 10000row.png ├── 1000row.png ├── 100row.png └── 10row.png /.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/.all-contributorsrc -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /AI/NLP/단어 표현 방법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AI/NLP/단어 표현 방법.md -------------------------------------------------------------------------------- /AWS/CloudFront.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/CloudFront.md -------------------------------------------------------------------------------- /AWS/IaaS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/IaaS.md -------------------------------------------------------------------------------- /AWS/PaaS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/PaaS.md -------------------------------------------------------------------------------- /AWS/SNS vs SQS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/SNS vs SQS.md -------------------------------------------------------------------------------- /AWS/SNS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/SNS.md -------------------------------------------------------------------------------- /AWS/SQS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/SQS.md -------------------------------------------------------------------------------- /AWS/SaaS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/SaaS.md -------------------------------------------------------------------------------- /AWS/Summit/클라우드 아키텍처 진화하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Summit/클라우드 아키텍처 진화하기.md -------------------------------------------------------------------------------- /AWS/Tips/AWS 키워드 정리.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/AWS 키워드 정리.md -------------------------------------------------------------------------------- /AWS/Tips/EC2 SSM 활용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/EC2 SSM 활용하기.md -------------------------------------------------------------------------------- /AWS/Tips/EC2 보안 취약점.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/EC2 보안 취약점.md -------------------------------------------------------------------------------- /AWS/Tips/ECR private 저장소 pull 받는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/ECR private 저장소 pull 받는 법.md -------------------------------------------------------------------------------- /AWS/Tips/ECR과 람다를 활용해 CD 구축하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/ECR과 람다를 활용해 CD 구축하기.md -------------------------------------------------------------------------------- /AWS/Tips/Public subnet vs Private subnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/Public subnet vs Private subnet.md -------------------------------------------------------------------------------- /AWS/Tips/S3 퍼블릭 액세스.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/S3 퍼블릭 액세스.md -------------------------------------------------------------------------------- /AWS/Tips/S3의 인증서가 올바르지 않다고 뜰 때 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/S3의 인증서가 올바르지 않다고 뜰 때 해결법.md -------------------------------------------------------------------------------- /AWS/Tips/VPC(Virtual Private Cloud)와 실제 적용 사례.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/VPC(Virtual Private Cloud)와 실제 적용 사례.md -------------------------------------------------------------------------------- /AWS/Tips/외부로부터 안전한 EC2, RDS를 구축하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/Tips/외부로부터 안전한 EC2, RDS를 구축하기.md -------------------------------------------------------------------------------- /AWS/클라우드서비스모델.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/AWS/클라우드서비스모델.md -------------------------------------------------------------------------------- /App/MVVM이란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/App/MVVM이란.md -------------------------------------------------------------------------------- /Architecture/Coupling이란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/Coupling이란.md -------------------------------------------------------------------------------- /Architecture/MSA/MSA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/MSA/MSA.md -------------------------------------------------------------------------------- /Architecture/MSA/MSA_장애전파.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/MSA/MSA_장애전파.md -------------------------------------------------------------------------------- /Architecture/MSA/Service discovery 패턴이란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/MSA/Service discovery 패턴이란.md -------------------------------------------------------------------------------- /Architecture/Monolithic vs SOA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/Monolithic vs SOA.md -------------------------------------------------------------------------------- /Architecture/Monolithic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/Monolithic.md -------------------------------------------------------------------------------- /Architecture/SOA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/SOA.md -------------------------------------------------------------------------------- /Architecture/ServerLess.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Architecture/ServerLess.md -------------------------------------------------------------------------------- /CI~CD/Actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CI~CD/Actions.md -------------------------------------------------------------------------------- /CI~CD/CD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CI~CD/CD.md -------------------------------------------------------------------------------- /CI~CD/CI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CI~CD/CI.md -------------------------------------------------------------------------------- /CS/OS/가상 메모리.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/OS/가상 메모리.md -------------------------------------------------------------------------------- /CS/OS/교착상태.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/OS/교착상태.md -------------------------------------------------------------------------------- /CS/OS/동기화.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/OS/동기화.md -------------------------------------------------------------------------------- /CS/OS/병행프로세스.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/OS/병행프로세스.md -------------------------------------------------------------------------------- /CS/OS/상호배제.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/OS/상호배제.md -------------------------------------------------------------------------------- /CS/process vs thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/process vs thread.md -------------------------------------------------------------------------------- /CS/동기 vs 비동기 & 블로킹 vs 논블로킹.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/동기 vs 비동기 & 블로킹 vs 논블로킹.md -------------------------------------------------------------------------------- /CS/동시성 vs 병렬성.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/동시성 vs 병렬성.md -------------------------------------------------------------------------------- /CS/멀티 프로세스 vs 멀티 스레드.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/멀티 프로세스 vs 멀티 스레드.md -------------------------------------------------------------------------------- /CS/메모리 구조.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/메모리 구조.md -------------------------------------------------------------------------------- /CS/문맥교환.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/CS/문맥교환.md -------------------------------------------------------------------------------- /Database/ACID.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/ACID.md -------------------------------------------------------------------------------- /Database/Index/Covering Index란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/Index/Covering Index란.md -------------------------------------------------------------------------------- /Database/Index/Index 설정.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/Index/Index 설정.md -------------------------------------------------------------------------------- /Database/Index/Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/Index/Index.md -------------------------------------------------------------------------------- /Database/Index/MySQL Descending Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/Index/MySQL Descending Index.md -------------------------------------------------------------------------------- /Database/NoSQL/Redis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/NoSQL/Redis.md -------------------------------------------------------------------------------- /Database/Tips/Innerjoin과 where의 차이.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/Tips/Innerjoin과 where의 차이.md -------------------------------------------------------------------------------- /Database/Tips/TinyInt vs Bit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/Tips/TinyInt vs Bit.md -------------------------------------------------------------------------------- /Database/Transaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/Transaction.md -------------------------------------------------------------------------------- /Database/식별관계와 비식별관계.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/식별관계와 비식별관계.md -------------------------------------------------------------------------------- /Database/정규화란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Database/정규화란.md -------------------------------------------------------------------------------- /DevOps/ELK/ELK Stack을 도커로 구축해보자!.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/ELK/ELK Stack을 도커로 구축해보자!.md -------------------------------------------------------------------------------- /DevOps/ELK/ELK란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/ELK/ELK란.md -------------------------------------------------------------------------------- /DevOps/ELK/ELK로 검색엔진 구축하기(mysql).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/ELK/ELK로 검색엔진 구축하기(mysql).md -------------------------------------------------------------------------------- /DevOps/ELK/FileBeat에서 로그파일 접근할 때 permission denied.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/ELK/FileBeat에서 로그파일 접근할 때 permission denied.md -------------------------------------------------------------------------------- /DevOps/ELK/LogStash jdbc에서 값을 중복으로 가져올 때.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/ELK/LogStash jdbc에서 값을 중복으로 가져올 때.md -------------------------------------------------------------------------------- /DevOps/IaC란 무엇인가.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/IaC란 무엇인가.md -------------------------------------------------------------------------------- /DevOps/SRE란 무엇인가.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/SRE란 무엇인가.md -------------------------------------------------------------------------------- /DevOps/데브옵스란 무엇인가.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/DevOps/데브옵스란 무엇인가.md -------------------------------------------------------------------------------- /Development Process/나선형 모형.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Development Process/나선형 모형.md -------------------------------------------------------------------------------- /Development Process/애자일 모형.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Development Process/애자일 모형.md -------------------------------------------------------------------------------- /Development Process/애자일 모형/스크럼 기법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Development Process/애자일 모형/스크럼 기법.md -------------------------------------------------------------------------------- /Development Process/애자일 모형/애자일 선언문.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Development Process/애자일 모형/애자일 선언문.md -------------------------------------------------------------------------------- /Development Process/폭포수 모형.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Development Process/폭포수 모형.md -------------------------------------------------------------------------------- /Development Process/폭포수 모형과 애자일 모형의 차이.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Development Process/폭포수 모형과 애자일 모형의 차이.md -------------------------------------------------------------------------------- /Development Process/프로토타입 모형.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Development Process/프로토타입 모형.md -------------------------------------------------------------------------------- /Docker/Docker Swarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/Docker Swarm.md -------------------------------------------------------------------------------- /Docker/Docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/Docker.md -------------------------------------------------------------------------------- /Docker/DockerHub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/DockerHub.md -------------------------------------------------------------------------------- /Docker/DockerRegistry 구축.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/DockerRegistry 구축.md -------------------------------------------------------------------------------- /Docker/Portainer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/Portainer.md -------------------------------------------------------------------------------- /Docker/Swarmpit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/Swarmpit.md -------------------------------------------------------------------------------- /Docker/Tips/Docker에 Nginx 띄우기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/Tips/Docker에 Nginx 띄우기.md -------------------------------------------------------------------------------- /Docker/Tips/Portainer 사용법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Docker/Tips/Portainer 사용법.md -------------------------------------------------------------------------------- /Embedded/Minicom과 iMentor 연결하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Embedded/Minicom과 iMentor 연결하기.md -------------------------------------------------------------------------------- /Git/Flow/GitFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Git/Flow/GitFlow.md -------------------------------------------------------------------------------- /Git/Flow/GitHubFlow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Git/Flow/GitHubFlow.md -------------------------------------------------------------------------------- /Git/Git이란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Git/Git이란.md -------------------------------------------------------------------------------- /Github/Actions/Github Actions로 Organization Action 만들기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Github/Actions/Github Actions로 Organization Action 만들기.md -------------------------------------------------------------------------------- /Github/Actions/Github Actions로 PR에서 comment로 배포하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Github/Actions/Github Actions로 PR에서 comment로 배포하기.md -------------------------------------------------------------------------------- /Github/Actions/setup-java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Github/Actions/setup-java.md -------------------------------------------------------------------------------- /Github/ghcr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Github/ghcr.md -------------------------------------------------------------------------------- /Internet/HTTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/HTTP.md -------------------------------------------------------------------------------- /Internet/Message Queue/Kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/Message Queue/Kafka.md -------------------------------------------------------------------------------- /Internet/Message Queue/MOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/Message Queue/MOM.md -------------------------------------------------------------------------------- /Internet/Message Queue/Message Broker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/Message Queue/Message Broker.md -------------------------------------------------------------------------------- /Internet/Message Queue/Message Queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/Message Queue/Message Queue.md -------------------------------------------------------------------------------- /Internet/REST API.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/REST API.md -------------------------------------------------------------------------------- /Internet/TCP vs UDP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/TCP vs UDP.md -------------------------------------------------------------------------------- /Internet/URI vs URL vs URN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/URI vs URL vs URN.md -------------------------------------------------------------------------------- /Internet/Web/Security/CORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/Web/Security/CORS.md -------------------------------------------------------------------------------- /Internet/Web/Session vs JWT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/Web/Session vs JWT.md -------------------------------------------------------------------------------- /Internet/gRPC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/gRPC.md -------------------------------------------------------------------------------- /Internet/인터넷 동작 원리.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Internet/인터넷 동작 원리.md -------------------------------------------------------------------------------- /K8S/ArgoCD/Ingress가 계속 Progress일 때.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/K8S/ArgoCD/Ingress가 계속 Progress일 때.md -------------------------------------------------------------------------------- /K8S/Storage/Dynamic Volume Provisioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/K8S/Storage/Dynamic Volume Provisioning.md -------------------------------------------------------------------------------- /K8S/Storage/PV(Persistent Volumes).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/K8S/Storage/PV(Persistent Volumes).md -------------------------------------------------------------------------------- /K8S/Storage/PVC(Persistent Volume Claim).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/K8S/Storage/PVC(Persistent Volume Claim).md -------------------------------------------------------------------------------- /K8S/Storage/Storage Class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/K8S/Storage/Storage Class.md -------------------------------------------------------------------------------- /Language/Java/JVM/GC구동원리.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Java/JVM/GC구동원리.md -------------------------------------------------------------------------------- /Language/Java/JVM/GraalVM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Java/JVM/GraalVM.md -------------------------------------------------------------------------------- /Language/Java/JVM/JVM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Java/JVM/JVM.md -------------------------------------------------------------------------------- /Language/Java/JVM/자바 스레드.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Java/JVM/자바 스레드.md -------------------------------------------------------------------------------- /Language/Java/OrElse vs OrElseGet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Java/OrElse vs OrElseGet.md -------------------------------------------------------------------------------- /Language/Java/일급 컬렉션이란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Java/일급 컬렉션이란.md -------------------------------------------------------------------------------- /Language/Kotlin/Type-safe Builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Kotlin/Type-safe Builder.md -------------------------------------------------------------------------------- /Language/Kotlin/companion-object 란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Kotlin/companion-object 란.md -------------------------------------------------------------------------------- /Language/Kotlin/let 함수란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Kotlin/let 함수란.md -------------------------------------------------------------------------------- /Language/Refrence Type과 Value Type의 차이점.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/Refrence Type과 Value Type의 차이점.md -------------------------------------------------------------------------------- /Language/TypeScript/01. 타입스크립트.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/TypeScript/01. 타입스크립트.md -------------------------------------------------------------------------------- /Language/TypeScript/03. 변수 선언과 기본 타입.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/TypeScript/03. 변수 선언과 기본 타입.md -------------------------------------------------------------------------------- /Language/TypeScript/04. 제어문.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/TypeScript/04. 제어문.md -------------------------------------------------------------------------------- /Language/TypeScript/05. 연산자.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/TypeScript/05. 연산자.md -------------------------------------------------------------------------------- /Language/TypeScript/06. 함수.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Language/TypeScript/06. 함수.md -------------------------------------------------------------------------------- /Lectures/[우아콘2020] 배달의민족 마이크로서비스 여행기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Lectures/[우아콘2020] 배달의민족 마이크로서비스 여행기.md -------------------------------------------------------------------------------- /Lectures/[인프콘]어느 날 고민 많은 주니어 개발자가 찾아왔다 - 성장과 취업, 이직 이야기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Lectures/[인프콘]어느 날 고민 많은 주니어 개발자가 찾아왔다 - 성장과 취업, 이직 이야기.md -------------------------------------------------------------------------------- /Lectures/[인프콘]인프런 DevOps 엔지니어의 Terragrunt 도입기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Lectures/[인프콘]인프런 DevOps 엔지니어의 Terragrunt 도입기.md -------------------------------------------------------------------------------- /Lectures/[인프콘]인프런 아키텍처의 과거와 현재, 그리고 미래.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Lectures/[인프콘]인프런 아키텍처의 과거와 현재, 그리고 미래.md -------------------------------------------------------------------------------- /Lectures/[핵클]쿠팡 출신 개발자의 장애 리스크 없이 배포하는 방법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Lectures/[핵클]쿠팡 출신 개발자의 장애 리스크 없이 배포하는 방법.md -------------------------------------------------------------------------------- /Lectures/김진중CTO AI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Lectures/김진중CTO AI.md -------------------------------------------------------------------------------- /NestJS/Library/dotenv vs nestjs_env.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Library/dotenv vs nestjs_env.md -------------------------------------------------------------------------------- /NestJS/Tips/AdminJS(AdminBro)로 어드민 구축하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/AdminJS(AdminBro)로 어드민 구축하기.md -------------------------------------------------------------------------------- /NestJS/Tips/ManyToOne 조회 시 undefined.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/ManyToOne 조회 시 undefined.md -------------------------------------------------------------------------------- /NestJS/Tips/NestJS에서 Strategy Pattern 적용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/NestJS에서 Strategy Pattern 적용하기.md -------------------------------------------------------------------------------- /NestJS/Tips/NestJs 배포 자동화하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/NestJs 배포 자동화하기.md -------------------------------------------------------------------------------- /NestJS/Tips/NestJs로 Jwt 인증하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/NestJs로 Jwt 인증하기.md -------------------------------------------------------------------------------- /NestJS/Tips/NestJs와 MongoDB로 위치정보 사용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/NestJs와 MongoDB로 위치정보 사용하기.md -------------------------------------------------------------------------------- /NestJS/Tips/Typeorm camelcase 매핑하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/Typeorm camelcase 매핑하기.md -------------------------------------------------------------------------------- /NestJS/Tips/환경변수 깔끔하게 관리하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/NestJS/Tips/환경변수 깔끔하게 관리하기.md -------------------------------------------------------------------------------- /OOP/DI vs IoC vs DIP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/DI vs IoC vs DIP.md -------------------------------------------------------------------------------- /OOP/DI란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/DI란.md -------------------------------------------------------------------------------- /OOP/IoC vs Factory Pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/IoC vs Factory Pattern.md -------------------------------------------------------------------------------- /OOP/IoC란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/IoC란.md -------------------------------------------------------------------------------- /OOP/Service 구현체를 추상화 하는것에 대해.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/Service 구현체를 추상화 하는것에 대해.md -------------------------------------------------------------------------------- /OOP/객체지향 5대 원칙.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/객체지향 5대 원칙.md -------------------------------------------------------------------------------- /OOP/관심사의 분리.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/관심사의 분리.md -------------------------------------------------------------------------------- /OOP/높은 응집도와 낮은 결합도.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/높은 응집도와 낮은 결합도.md -------------------------------------------------------------------------------- /OOP/디미터 법칙이란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/디미터 법칙이란.md -------------------------------------------------------------------------------- /OOP/서비스 로케이터(SL)란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/OOP/서비스 로케이터(SL)란.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/README.md -------------------------------------------------------------------------------- /React/ContextApi란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/React/ContextApi란.md -------------------------------------------------------------------------------- /Rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Rule.md -------------------------------------------------------------------------------- /Server/Proxy란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Server/Proxy란.md -------------------------------------------------------------------------------- /Server/Tips/Nginx로 소켓 reverse_proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Server/Tips/Nginx로 소켓 reverse_proxy.md -------------------------------------------------------------------------------- /Server/Tips/Nginx로 해외 ip 차단하는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Server/Tips/Nginx로 해외 ip 차단하는 법.md -------------------------------------------------------------------------------- /Spring Boot/@Bean vs @Component.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/@Bean vs @Component.md -------------------------------------------------------------------------------- /Spring Boot/AOP @Around 어노테이션.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/AOP @Around 어노테이션.md -------------------------------------------------------------------------------- /Spring Boot/Design Pattern/전략 패턴.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Design Pattern/전략 패턴.md -------------------------------------------------------------------------------- /Spring Boot/Design Pattern/커맨드 패턴.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Design Pattern/커맨드 패턴.md -------------------------------------------------------------------------------- /Spring Boot/Design Pattern/템플릿 메소드 패턴.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Design Pattern/템플릿 메소드 패턴.md -------------------------------------------------------------------------------- /Spring Boot/Design Pattern/팩토리 메소드 패턴.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Design Pattern/팩토리 메소드 패턴.md -------------------------------------------------------------------------------- /Spring Boot/Gradle Build Cache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Gradle Build Cache.md -------------------------------------------------------------------------------- /Spring Boot/IoC 컨테이너.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/IoC 컨테이너.md -------------------------------------------------------------------------------- /Spring Boot/JPA/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/JPA/.DS_Store -------------------------------------------------------------------------------- /Spring Boot/JPA/JPA N+1 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/JPA/JPA N+1 해결법.md -------------------------------------------------------------------------------- /Spring Boot/JPA/OSIV(Open Session In view)란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/JPA/OSIV(Open Session In view)란.md -------------------------------------------------------------------------------- /Spring Boot/JPA/SaveAll vs BatchUpdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/JPA/SaveAll vs BatchUpdate.md -------------------------------------------------------------------------------- /Spring Boot/JPA/SoftDelete 쉽게 구현하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/JPA/SoftDelete 쉽게 구현하기.md -------------------------------------------------------------------------------- /Spring Boot/JPA/마지막 수정한 사람 저장하기(LastModifiedBy).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/JPA/마지막 수정한 사람 저장하기(LastModifiedBy).md -------------------------------------------------------------------------------- /Spring Boot/JPA/영속성 컨텍스트(Persistence Context).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/JPA/영속성 컨텍스트(Persistence Context).md -------------------------------------------------------------------------------- /Spring Boot/Library/Jackson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Library/Jackson.md -------------------------------------------------------------------------------- /Spring Boot/Library/Lombok.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Library/Lombok.md -------------------------------------------------------------------------------- /Spring Boot/Library/Security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Library/Security.md -------------------------------------------------------------------------------- /Spring Boot/Library/Spring Boot Admin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Library/Spring Boot Admin.md -------------------------------------------------------------------------------- /Spring Boot/Library/cloud/OpenFeign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Library/cloud/OpenFeign.md -------------------------------------------------------------------------------- /Spring Boot/Mybatis/Xml없이 Mybatis사용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Mybatis/Xml없이 Mybatis사용하기.md -------------------------------------------------------------------------------- /Spring Boot/Querydsl/Q-Class를 만드는 이유.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Querydsl/Q-Class를 만드는 이유.md -------------------------------------------------------------------------------- /Spring Boot/Querydsl/Querydsl 기본 세팅.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Querydsl/Querydsl 기본 세팅.md -------------------------------------------------------------------------------- /Spring Boot/Querydsl/Transform Connection Leak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Querydsl/Transform Connection Leak.md -------------------------------------------------------------------------------- /Spring Boot/RestTemplate vs WebClient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/RestTemplate vs WebClient.md -------------------------------------------------------------------------------- /Spring Boot/Spotless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Spotless.md -------------------------------------------------------------------------------- /Spring Boot/Tips/@PrimaryKeyJoinColumn이란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/@PrimaryKeyJoinColumn이란.md -------------------------------------------------------------------------------- /Spring Boot/Tips/@Query에서 FK로 객체를 찾는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/@Query에서 FK로 객체를 찾는 법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/@SuperBuilder에 필요한 생성자.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/@SuperBuilder에 필요한 생성자.md -------------------------------------------------------------------------------- /Spring Boot/Tips/@Transactional의 종류.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/@Transactional의 종류.md -------------------------------------------------------------------------------- /Spring Boot/Tips/@Value값이 null로 들어갈 때 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/@Value값이 null로 들어갈 때 해결법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Entity에서 @Id column의 타입(Wrapper Type).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Entity에서 @Id column의 타입(Wrapper Type).md -------------------------------------------------------------------------------- /Spring Boot/Tips/Entity에서 식별관계 매핑하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Entity에서 식별관계 매핑하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/@Query로 변경, 삭제 메소드를 사용했을 때 발생하는 에러 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/@Query로 변경, 삭제 메소드를 사용했을 때 발생하는 에러 해결법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/Bean의 생성 순서를 정하고 싶을 때.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/Bean의 생성 순서를 정하고 싶을 때.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/DB에서 값을 가지고 올 때 loaded object was of wrong class class가 발생할 때.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/DB에서 값을 가지고 올 때 loaded object was of wrong class class가 발생할 때.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/Dispatcher Servlet 이전에 발생한 예외 처리.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/Dispatcher Servlet 이전에 발생한 예외 처리.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/Embedded Redis Slf4j 오류 해결.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/Embedded Redis Slf4j 오류 해결.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/Embedded Redis 사용 시 에러.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/Embedded Redis 사용 시 에러.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/JPA Repository Unable to locate Attribute 발생.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/JPA Repository Unable to locate Attribute 발생.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/JPA에서 커스텀 delete... 함수를 사용할 때 발생하는 예외 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/JPA에서 커스텀 delete... 함수를 사용할 때 발생하는 예외 해결법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/Mockito cannot mockspy because - final class 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/Mockito cannot mockspy because - final class 해결법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/Querydsl 사용 시 Cannot find symbol 오류 발생.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/Querydsl 사용 시 Cannot find symbol 오류 발생.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/Spring 예외 핸들링.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/Spring 예외 핸들링.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/부모 객체에서 자식 객체를 가져올 때 no Session 에러(parallelStream).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/부모 객체에서 자식 객체를 가져올 때 no Session 에러(parallelStream).md -------------------------------------------------------------------------------- /Spring Boot/Tips/Exception/요청을 보냈을 때 Filter에서 발생한 Exception 때문에 CORS가 뜰 때 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Exception/요청을 보냈을 때 Filter에서 발생한 Exception 때문에 CORS가 뜰 때 해결법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/JPA에서 Modifying사용 시 주의점.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/JPA에서 Modifying사용 시 주의점.md -------------------------------------------------------------------------------- /Spring Boot/Tips/JUnit5에서 테스트 순서 정하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/JUnit5에서 테스트 순서 정하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Jackson에서 불필요한 중괄호를 없애는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Jackson에서 불필요한 중괄호를 없애는 법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Jar파일 외부의 파일을 가져오는 방법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Jar파일 외부의 파일을 가져오는 방법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Jpa에서 복합키 쿼리메소드 만드는법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Jpa에서 복합키 쿼리메소드 만드는법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Jwt Filter가 두 번 호출될 때.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Jwt Filter가 두 번 호출될 때.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Kopring 시작 설정하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Kopring 시작 설정하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/List안의 값을 Validation 하는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/List안의 값을 Validation 하는 법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Log4j vs Slf4j.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Log4j vs Slf4j.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Mockito when에서 파라미터 가져오기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Mockito when에서 파라미터 가져오기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Properties 또는 Yml에서 기본값 설정하는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Properties 또는 Yml에서 기본값 설정하는 법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Random과 SecureRandom 차이.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Random과 SecureRandom 차이.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Request Dto에서 @Builder 사용 시 이상한 점.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Request Dto에서 @Builder 사용 시 이상한 점.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Request Wrapper를 만드는 이유.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Request Wrapper를 만드는 이유.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Security에서 Session 정책 설정하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Security에서 Session 정책 설정하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Bean은 상태를 가져도 되는가.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Bean은 상태를 가져도 되는가.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot Admin 구축하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot Admin 구축하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot Exception 효율적인 처리방식.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot Exception 효율적인 처리방식.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot Filter 테스트하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot Filter 테스트하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot SocketIO 사용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot SocketIO 사용하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot 통합 테스트 설정하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot 통합 테스트 설정하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot에서 CORS 멋있게 해결하는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot에서 CORS 멋있게 해결하는 법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot에서 DB인덱싱하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot에서 DB인덱싱하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot에서 Request Parameter를 객체로 받는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot에서 Request Parameter를 객체로 받는 법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Boot에서 UUID 사용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Boot에서 UUID 사용하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring Unit Test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring Unit Test.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring boot에서 CORS 설정을 해도 CORS가 뜨는 경우 해결법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring boot에서 CORS 설정을 해도 CORS가 뜨는 경우 해결법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring 에서 Aws 의존성사용 시 WARN 메세지.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring 에서 Aws 의존성사용 시 WARN 메세지.md -------------------------------------------------------------------------------- /Spring Boot/Tips/Spring 에서 Swagger 사용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/Spring 에서 Swagger 사용하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/static 변수에 @Value 사용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/static 변수에 @Value 사용하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/sub-project jacoco report 합치기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/sub-project jacoco report 합치기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/동시성 문제를 제어하는 방법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/동시성 문제를 제어하는 방법.md -------------------------------------------------------------------------------- /Spring Boot/Tips/상속에서 @Builder 사용하기.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/상속에서 @Builder 사용하기.md -------------------------------------------------------------------------------- /Spring Boot/Tips/연관관계 편의 메소드.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/연관관계 편의 메소드.md -------------------------------------------------------------------------------- /Spring Boot/Tips/일대일 양방향 매핑의 큰 단점.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/일대일 양방향 매핑의 큰 단점.md -------------------------------------------------------------------------------- /Spring Boot/Tips/클래스 상속 시 부모 필드 Builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/클래스 상속 시 부모 필드 Builder.md -------------------------------------------------------------------------------- /Spring Boot/Tips/테스트 시 Spring Security 인증할 수 있는 어노테이션.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/테스트 시 Spring Security 인증할 수 있는 어노테이션.md -------------------------------------------------------------------------------- /Spring Boot/Tips/테스트를 제외하고 Spring Build하는 법.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/Tips/테스트를 제외하고 Spring Build하는 법.md -------------------------------------------------------------------------------- /Spring Boot/스프링 3대 요소.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/Spring Boot/스프링 3대 요소.md -------------------------------------------------------------------------------- /images/AWS Architecture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/AWS Architecture.svg -------------------------------------------------------------------------------- /images/Aws/aws-CD-pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Aws/aws-CD-pipeline.png -------------------------------------------------------------------------------- /images/Aws/protected_ec2_rds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Aws/protected_ec2_rds.png -------------------------------------------------------------------------------- /images/Aws/s3_non_public.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Aws/s3_non_public.png -------------------------------------------------------------------------------- /images/Aws/s3_public.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Aws/s3_public.png -------------------------------------------------------------------------------- /images/Log analysis flow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Log analysis flow.svg -------------------------------------------------------------------------------- /images/OPGG_VPC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/OPGG_VPC.png -------------------------------------------------------------------------------- /images/Summit/DataLayer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/DataLayer.png -------------------------------------------------------------------------------- /images/Summit/MoreThen100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/MoreThen100.png -------------------------------------------------------------------------------- /images/Summit/MoreThen1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/MoreThen1000.png -------------------------------------------------------------------------------- /images/Summit/MoreThen10000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/MoreThen10000.png -------------------------------------------------------------------------------- /images/Summit/MoreThen1000000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/MoreThen1000000.png -------------------------------------------------------------------------------- /images/Summit/MoreThenOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/MoreThenOne.png -------------------------------------------------------------------------------- /images/Summit/OneUser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/OneUser.png -------------------------------------------------------------------------------- /images/Summit/Serverless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/Serverless.png -------------------------------------------------------------------------------- /images/Summit/StaticFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/StaticFile.png -------------------------------------------------------------------------------- /images/Summit/msa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/msa.png -------------------------------------------------------------------------------- /images/Summit/release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/release.png -------------------------------------------------------------------------------- /images/Summit/soa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/Summit/soa.png -------------------------------------------------------------------------------- /images/SuperBuilder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/SuperBuilder.png -------------------------------------------------------------------------------- /images/embedded/Ubuntu Network Setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/embedded/Ubuntu Network Setting.png -------------------------------------------------------------------------------- /images/embedded/VMWare Network Setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/embedded/VMWare Network Setting.png -------------------------------------------------------------------------------- /images/persistent_context.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/persistent_context.png -------------------------------------------------------------------------------- /images/querydsl-leak-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/querydsl-leak-1.png -------------------------------------------------------------------------------- /images/querydsl-leak-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/querydsl-leak-2.png -------------------------------------------------------------------------------- /images/research/10000row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/research/10000row.png -------------------------------------------------------------------------------- /images/research/1000row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/research/1000row.png -------------------------------------------------------------------------------- /images/research/100row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/research/100row.png -------------------------------------------------------------------------------- /images/research/10row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leeseojune53/yatudy/HEAD/images/research/10row.png --------------------------------------------------------------------------------