profile
블로그 이전했습니다. -> https://seongwon.dev/
태그 목록
전체보기 (235)알고리즘 문제풀이(112)baekjoon(82)Java(75)프로그래머스(28)Spring boot(24)back end(23)코딩테스트 Level2(19)dynamic programming(16)DFS(16)알고리즘(12)Sort(12)greedy algorithm(11)BFS(11)spring security(11)우테코(10)Spring(9)코딩테스트 Level1(9)우테코 프리코스(7)collection framework(7)python(7)IntelliJ(6)설치(6)REST API(5)http method(5)JPA(5)docker(5)2018 KAKAO BLIND RECRUITMENT(4)MST(4)ubuntu mate(4)Divide and conquer(4)heap(4)Raspberry Pi(3)tree(3)ubuntu(3)Binary Search(3)RA(3)Kruskal's Algorithm(3)transaction(2)Relation Mapping(2)2021 카카오 채용연계형 인턴십(2)자동차 경주 게임(2)git(2)2020 카카오 인턴십(2)운영체제(2)unit test(2)Database(2) 2019 카카오 개발자 겨울 인턴십(2)최소 신장 트리(2)mysql(2)CRIU(2)computer science(2)List Interface(2)정규식(2)recursive(2)stack(2)VMware(2)queue(2)트랜잭션이란?(2)github(2)Dijkstra Algorithm(2)Backtracking(2)Set Interface(2)entity(2)문자열(1)RememberMe Filter(1)우아한테크코스(1)코딩테스트 Level3(1)Embeddable(1)Embedded(1)VNC Viewer(1)Minimun Spanning Tree(1)완전탐색(1)Union-Find Algorithm(1)Enum(1)Device controller(1)PriorityQueue(1)persistence context(1)Linux Partition(1)Entity Cache(1)브루트포스 알고리즘(1)BufferedReader(1)mock(1)2021 KAKAO BLIND RECRUITMENT(1)2017 카카오코드 예선(1)The AngularJS commit conventions.(1)Dijkstra's algorithm(1)탐색 문제(1)recompile(1)다시 풀어봐야 함..(1)hash(1)entity listener(1)객체 지향 프로그래밍(1)rest template(1)2021 Dev-Matching: 웹 백엔드 개발자(상반기)(1)Singleton(1)deep copy(1)Minimum Spanning Tree(1)Hibernate(1)API Tester(1)위상 정렬 알고리즘(1)JAP(1)authentication(1)session(1)Transactoin(1)UsernamePasswordAuthenticationFilter(1)2020 카카오 블라인드 채용(1)Kernel(1)절차 지향 프로그래밍(1)환경변수 설정(1)stub(1)Form Login(1)API(1)ORM(1)greedy(1)LomBok(1)compile(1)2020 Kakao Blind Recruitment(1)Knapsack Algorithm(1)linux(1)query method(1)Private Method test(1)학생인증(1)Mockito(1)1주차 과제(1)숫자 야구게임(1)validation(1)beakjoon(1)최단경로 알고리즘(1)MCV 패턴(1)Counting Algorithm(1)SHA-256(1)Device Driver(1)isolation level(1)Union Find(1)Interrupt(1)일급 컬렉션(1)csrf(1)2주차 과제(1)Spanning Tree(1)cmd(1)우테코 최종 코테(1)kernel compile(1)tomcat(1)git flow(1)query(1)Google Java Style Guide(1)Model-View-Controller(1)Prim's algorithm(1)2019 Kakao Blind Recruitment(1)
post-thumbnail

[Git] Git Flow 개념 이해하기

Git flow전략은 소스코드를 관리하고 출시하기 위한 브랜치 관리 전략(branch management strategy) 중 하나입니다.

2022년 2월 17일
·
0개의 댓글
·

[Git] Git이란?

Git과 Github의 가장 큰 차이점은 Git은 local에서 버전 관리를 하는 것이고, Github는 클라우드 기반에서 소스를 저장하고 관리를 하여 버전관리, 소스코드 공유 등의 작업이 가능하다는 것입니다.

2022년 2월 17일
·
0개의 댓글
·
post-thumbnail

[BaekJoon] 1240 노드사이의 거리 (Java)

🔗 문제 링크 https://www.acmicpc.net/problem/1041

2022년 2월 15일
·
0개의 댓글
·
post-thumbnail

[BaekJoon] 1041 주사위 (Java)

## 🔗 문제 링크 https://www.acmicpc.net/problem/1041

2022년 2월 11일
·
0개의 댓글
·
post-thumbnail

[Spring Security] CsrfFilter 개념 & 사용법

CSRF는 사이트 간 요청 위조인 Cross-Site Request Forgery의 약자로 사용자가 자신의 의지와 무관하게 공격자가 의도한 행동을 하며 특정 웹페이지를 보안에 취약하게 한다거나 데이터의 수정, 삭제 등의 동작을 하게 만드는 공격방법입니다.

2022년 1월 4일
·
0개의 댓글
·
post-thumbnail

[Spring Security] 인증/인가의 Exception

Spring Security에서 인증/인가에 대한 예외처리는 FilterSecurityFilter와 ExceptionTranslationFilter가 처리를 하게 됩니다.

2022년 1월 4일
·
0개의 댓글
·
post-thumbnail

[Spring Security] 세션(Session) 관리

이번 Post에서는 세션에 관해 설정하는 방법에 대하여 알아보고자 합니다.

2022년 1월 3일
·
0개의 댓글
·
post-thumbnail

[Spring Security] RememberMe Filter 개념 & 사용법

Remember Me 기능은 사용자 세션이 만료되고 웹 브라우저가 종료된 후에도 애플리케이션이 사용자의 정보를 기억하는 기능입니다.

2022년 1월 2일
·
0개의 댓글
·
post-thumbnail

[Spring Security] Logout Filter 개념 & 사용법

로그아웃을 하기 위해서는 logout request를 받았을 때, server의 세션을 무효화하고 쿠키 정보, 인증토큰과 인증토큰이 저장된 Security Context의 객체를 삭제해줘야 합니다.

2022년 1월 2일
·
0개의 댓글
·
post-thumbnail

[Spring Security] Form Login 개념 & 사용법

Form login이란? Form Login은 Spring Security에서 제공하는 인증방식입니다.

2022년 1월 1일
·
0개의 댓글
·
post-thumbnail

[BeakJoon] 5582 공통 부분 문자열 (Java)

🔗 문제 링크 https://www.acmicpc.net/problem/5582

2021년 12월 31일
·
0개의 댓글
·
post-thumbnail

[우테코] 우테코 최종 결과

12월 30일인 어제 우테코의 최종 결과가 나왔습니다. 저는 합격이라는 결과를 받았습니다.😁😁

2021년 12월 31일
·
2개의 댓글
·
post-thumbnail

[BaekJoon] 5430 AC (Java)

🔗 문제 링크 https://www.acmicpc.net/problem/5430

2021년 12월 29일
·
0개의 댓글
·
post-thumbnail

[BeakJoon] 2573 빙산 (Java)

🔗 문제 링크 https://www.acmicpc.net/problem/2573

2021년 12월 28일
·
0개의 댓글
·
post-thumbnail

[Spring Security] 기본 동작 구조 이해하기

인증/인가의 설정을 바꾸고자 한다면 WebSecurityConfigurerAdapter클래스를 상속한 SecurityConfig클래스를 생성하여 configure(HttpSecurity http)메서드를 override하며 설정해야합니다.

2021년 12월 26일
·
1개의 댓글
·
post-thumbnail

[Spring Security] Filter란?

Spring Security의 Filter에 관한 전반적인 설명입니다.

2021년 12월 26일
·
0개의 댓글
·
post-thumbnail

[Spring Security] Spring Security란?

Spring Security는 Spring기반 애플리케이션의 보안을 담당하는 스프링 하위 프레임워크이다.

2021년 12월 26일
·
0개의 댓글
·
post-thumbnail

[BaekJoon] 2468 안전 영역 (Java)

🔗 문제 링크 https://www.acmicpc.net/problem/2468

2021년 12월 20일
·
0개의 댓글
·
post-thumbnail

[우테코] 최종 코딩테스트 후기

최종 코테 후기입니다.

2021년 12월 18일
·
0개의 댓글
·
post-thumbnail

[우테코] 최종 코딩테스트 대비-2

우테코 최종 코딩테스트를 대비하며 공부하고 정리한 자료입니다.

2021년 12월 17일
·
0개의 댓글
·