Pinned Repositories
agario_clone_backend
scala + akka + websocket으로 agar.io를 만들어보자!
axon-saga-practice
spring boot와 axon framework를 이용해 saga pattern을 구현해보는 실습 코드입니다.
book-review
관심있게 읽은 책들의 내용을 요약하고, 생각을 정리하는 곳입니다.
cqrs-eventsourcing-practice
spring boot와 axon framework를 이용한 CQRS 및 Event sourcing 방식 실습 코드입니다.
deliSHAs_backend
서울대학교 학식 정보 제공 애플리케이션입니다.
deliSHAs_crawler
AWS lambda function으로 사용할 deliSHAs 프로젝트의 학식 정보 크롤러입니다.
msa-study
spring cloud 및 netflix OSS를 이용해 MSA를 구축해보기 위한 실습 코드입니다.
spring-jpa-best-practices
:octocat: spring-jpa best practices
stress-ticket-reservation-worker
SQS consumer which processes many ticket reservation request effectively under multi-thread environment
ticket_reservation_v2
low latency 티켓 예매 서버 v2
BaekGeunYoung's Repositories
BaekGeunYoung/msa-study
spring cloud 및 netflix OSS를 이용해 MSA를 구축해보기 위한 실습 코드입니다.
BaekGeunYoung/cqrs-eventsourcing-practice
spring boot와 axon framework를 이용한 CQRS 및 Event sourcing 방식 실습 코드입니다.
BaekGeunYoung/deliSHAs_crawler
AWS lambda function으로 사용할 deliSHAs 프로젝트의 학식 정보 크롤러입니다.
BaekGeunYoung/ticket_reservation_v2
low latency 티켓 예매 서버 v2
BaekGeunYoung/book-review
관심있게 읽은 책들의 내용을 요약하고, 생각을 정리하는 곳입니다.
BaekGeunYoung/agario_clone_backend
scala + akka + websocket으로 agar.io를 만들어보자!
BaekGeunYoung/deliSHAs_backend
서울대학교 학식 정보 제공 애플리케이션입니다.
BaekGeunYoung/axon-saga-practice
spring boot와 axon framework를 이용해 saga pattern을 구현해보는 실습 코드입니다.
BaekGeunYoung/fp_api_server
kotlin + arrow를 이용해 fp 패러다임 하에서 api 서버를 만들어보는 중
BaekGeunYoung/agario_clone_backend_kt
agario 클론 코딩 with Kotlin + Spring Webflux + coroutine Actor
BaekGeunYoung/akka-grpc-demo
akka framework를 이용한 event sourcing architecture 구현 예시 프로젝트
BaekGeunYoung/graphql-prisma-practice
prisma client를 통해 간단하게 작성한 graphql 기반 backend
BaekGeunYoung/kotlin_msa
책 "코틀린 마이크로 서비스 개발"의 내용을 따라 작성한 실습 코드들의 모음입니다.
BaekGeunYoung/prisma-practice
simple backend using Prisma & Graphql & Apollo
BaekGeunYoung/redis_dist_lock
redLock의 java 구현체인 redisson을 이용한 distributed lock 구현 실습 코드입니다.
BaekGeunYoung/snu_archive
BaekGeunYoung/websocket_practice
BaekGeunYoung/algorithm_kt
kotlin algorithm practice
BaekGeunYoung/BaekGeunYoung
BaekGeunYoung/BaekGeunYoung.github.io
test github io
BaekGeunYoung/kotest_pbt_practice
kotest-framework + kotest-property를 이용한 Property Based Testing 실습
BaekGeunYoung/kotlin_fp_practice
"스칼라로 배우는 함수형 프로그래밍" 예제들을 코틀린으로 실습해보는 코드
BaekGeunYoung/scala_99_problems
scala 99 problems
BaekGeunYoung/scala_regex_dsl
implement type-safe & user-friendly Regex Builder
BaekGeunYoung/scala_sbt_project
scala + sbt + akka 이것저것
BaekGeunYoung/scalapb-json4s
Json/Protobuf convertors for ScalaPB
BaekGeunYoung/sqs_consumer_practice
SQS 큐메세지를 받아 작업을 처리하는 sqs consumer를 작성해보는 연습 코드입니다.
BaekGeunYoung/test-webhook-server
BaekGeunYoung/ts-context-tutorial
simple todolist using React hooks, Typescript and Context a
BaekGeunYoung/zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala