profile
(전) Junior Android Developer (현) Backend 이직 준비생
태그 목록
전체보기 (110)kotlin(37)Spring(33)python(14)compose(9)android(9)jetpack compose(7)JPA(6)mysql(5)db(5)Backend(5)drf(5)entity(4)django(4)docker(4)REST(4)Graph(3)webflux(3)tree(3)MVC(3)List(3)How was your day?(3)oauth2(2)Binary Search(2)API(2)DTO(2)stack(2)Bubble Sort(2)Insertion Sort(2)Database(2)DFS(2)Merge sort(2)그래프(2)BFS(2)queue(2)Selection Sort(2)redis(2)RSocket(2)rdb(2)Flux(2)data class(2)RESTful Web Service(2)JavaScript(2)dictionary(2)ip(2)tcp(2)알고리즘(2)collections(2)dockerize(2)ec2(2)datastructure(2)docker compose(2)aws(2)Cache(1)coroutine(1)generator(1)Coil(1)lottie(1)navigator(1)Index(1)Cross Origin(1)amazon web service(1)React(1)톰캣(1)floyd-warshall(1)lottie-compose(1)TDD(1)dijkstra(1)다익스트라(1)movie(1)이분탐색(1)BST(1)조합(1)Springboot(1)PostgreSQL(1)세그먼트(1)non blocking(1)navigation compose(1)JetpackCompose(1)Quick Sort(1)OSI(1)비동기(1)SOLID(1)network(1)lower bound(1)pagination(1)Deque(1)transaction(1)NF(1)login(1)tomcat(1)grpc(1)sequential search(1)Time Complexity(1)protocol(1)WAS(1)깊이 우선(1)authenticate(1)CS(1)패킷(1)누적합(1)ktor(1)sorting(1)regex(1)combination(1)Load balancing(1)Big O(1)di(1)adjacency list(1)flow(1)플로이드 워셜(1)Sort(1)guide(1)str(1)Spring official Guide(1)Reactive Service(1)Web Application Server(1)CSS(1)repository(1)html(1)hilt(1)Universal Rendering(1)batch(1)CSR(1)SSR(1)Spring boot(1)scheduling(1)celery(1)spring batch(1)L4(1)array(1)HATEOAS(1)LDAP(1)messaging(1)JSession(1)RE(1)nosql(1)app(1)Java(1)객체지향(1)Web Server(1)혼잡제어(1)TRAVERSAL(1)RDBMS(1)spring-data-jpa(1)vanillajs(1)spring-guide(1)relation(1)정규화(1)hash(1)ACID(1)ES6(1)alignment(1)흐름제어(1)JDBC(1)너비 우선(1)redux(1)data structure(1)websocket(1)Today I Solved(1)tuple(1)set(1)session(1)Spring Cloud LoadBalancer(1)google(1)permutation(1)Service Registry(1)test(1)Mapper(1)animation(1)actuator(1)wait-for-it.sh(1)upper bound(1)cors(1)asynchronous(1)web(1)transport(1)math(1)TIS(1)itertools(1)TCP/IP(1)자료구조(1)ORM(1)CompletableFuture(1)IoC(1)POST(1)순열(1)OOP(1)Restful(1)rds(1)eureka(1)ubuntu(1)linked list(1)java persistence api(1)loadbalancer(1)BinaryHeap(1)heap(1)코딩테스트(1)
post-thumbnail

Kotlin으로 정렬 알고리즘 알아보기

여러 정렬 알고리즘을 Kotlin으로 구현해보고, time complexity 확인하기

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

(DB) 정규화

DB 정규화의 기본 형들과, 이에 더해 쉽게 오해할 수 있는 정규화와 처리 속도에 대한 내용을 알아본다.

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

알고리즘 - 이진 탐색

이진 탐색(이분 탐색, Binary Search) 알고리즘에 대해 정리하고, 그 변형에 대해서도 알아본다.

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

알고리즘 - 누적합

누적합 알고리즘에 대해 알아보고, 그 장점을 복습해본다.

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

알고리즘 - 순열과 조합

Kotlin으로 Permutation과 Combination을 직접 구현해보자.

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

알고리즘 다익스트라, 플로이드-워셜

그래프에서의 최단 경로 알고리즘인 다익스트라와 플로이드-워셜을 복습 경 정리해본다.

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

알고리즘 - BFS, DFS

그래프의 탐색 방법인 BFS와 DFS에 대해 복습 겸 정리해본다.

2022년 12월 19일
·
0개의 댓글
·

OOP에 대한 이해

OOP, 객체 지향 프로그래밍에 대하여 간략하게 이해해본다.

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

(네트워크) TCP/IP 흐름제어와 혼잡제어

TCP에 대한 기본과 TCP/IP의 흐름제어, 혼잡제어에 대해 알아본다.

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

(DB) DB Transaction & Index

DB의 트랜잭션과 인덱스에 관한 내용을 복습 겸 정리해봅니다.

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

DI와 IOC, 그리고 Spring

DI와 IOC에 대해서 자세히 알아보고, Spring에서 이것이 어떻게 적용되는지 알아보자.

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

(네트워크) TCP/IP 4계층 & OSI 7계층

네트워크 통신의 과정을 계층별로 알아보자.

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

kotlin으로 자료구조 알아보기(3) Graph, Tree, Heap, Priority Queue

kotlin Graph, Tree, Heap, Priority Queue

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

kotlin으로 자료구조 알아보기(2) Stack, Queue

kotlin에서 stack 과 queue를 사용하는 법을 알아본다.

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

kotlin으로 자료구조 알아보기(1) Array and Collections

Kotlin의 Array와 collections으 알아보자

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

(7) How was your day? - AWS EC2를 통해서 프로젝트 배포하기

프로젝트를 AWS EC2를 통해 배포하기

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

(6) How was your day? - docker-compose.yml으로 구성하기

Dockerfile + docker-compose.yml로 프로젝트 설정하기

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

(5) How was your day? - 프로젝트 Dockerize

프로젝트 dockerize 하기

2022년 11월 25일
·
0개의 댓글
·

(4) How was your day? - Entity 수정 및 comment 기능 추가

Entity 및 DTO 정리, Comment 기능 추가 등 밀린 작업 기록

2022년 11월 25일
·
0개의 댓글
·