/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
8:54 5/30
geminikim.medium.com
8:54
geminikim.medium.com
Stories by Gemini Kim on Medium
https://geminikim.medium.com/
Stories by Gemini Kim on Medium
저작도구: Medium
최종 피드 수집: 2025-06-19 14:46
전체 (14)
2y
블로그 잠정 폐쇄
이미 최근 글이 없는 상태라 사실상 예전부터 중단된 상태가 맞다고 봐야겠죠ㅎㅎ;;
나름대로 글거리가 생각날 때마다 적어놨는데, 발행하려고 하면 구성이나 내용에 대한 고민이 깊어져서 공개하지 않은 글들이 좀 쌓여있는 상태였습니다.
0
0
1
읽기모드
2y
How to design software that is sustainable
Personally, I often saw when visiting several companies that many developers were strongly dependent on ‘Spring’, which was alwa
spring-boot
software-engineering
software-design
+ 더보기
software-development
software-architecture
0
0
0
읽기모드
2y
유튜브를 시작했습니다!
글 쓰는 것 자체에 흥미를 느끼거나, 글을 잘 쓰는 능력이 없기도 하지만
글 하나 쓰는데 고민+생각+표현+수정까지의 시간이 너무 오래 걸려 가성비가 너무 안 좋아서 자주 못 올리게 되는 거 같습니다.
적다가 멈춘 글이나 글감 자체
유튜브
개발자
프로그래밍
+ 더보기
0
0
1
읽기모드
4y
느려터진 Spring Rest Docs Test? SpringContext, @MockBean 없이 빠르고 효과적으로 사용하기
* 이 글은 특정 환경에서 SpringRestDocs 사용하는 분들에게 적절한 글입니다, 해당 사항이 없다면 안 보셔도 괜찮습니다.
- RestDocs Test를 통합 테스트 관점에서 작성하시는 분들
* 이런 분들은 보시면 도움이
spring-boot
spring-rest-docs
testing
+ 더보기
test-driven-development
restassured
0
0
25
읽기모드
4y
지속 성장 가능한 소프트웨어를 만들어가는 방법
스프링은 국내에서 정말 많이 쓰이고 있습니다, 개인적으로 많은 회사를 다녀보며 주니어/시니어를 막론하고 많은 분들이 스프링에 함몰되어 개발을 하고 있다는 느낌을 받을 때가 많았고 이 점이 항상 아쉬웠습니다.
최근 개발자들 교육을
software-architecture
spring-framework
spring-boot
+ 더보기
software-development
java
0
0
5
읽기모드
4y
우아한형제들을 떠나며
이 글의 초안은 2019.10월 쯤 작성되었고, 2020.02월 쯤 완성되었으나,
공개하려 할 때 여러 사회 분위기가 영 아니어서 공개하지 않았고, 2021. 02월에 공개되었습니다.
(이렇게 보니 벌써 퇴사한지 1년이 지났고,
우아한형제들
배달의민족
개발자
+ 더보기
토스
퇴사-회고
0
0
2
읽기모드
4y
어느 고졸 개발자의 10년의 회고록
어느덧 일한 지 10년이 지났다. 정말 많은 일들이 있었고 여러 감정들이 있었는데 시간도 많이 지났고 슬슬 몇몇 일들은 잘 기억나지 않아서, 언젠가 미래에 다시 한번 더 되돌아 보기 위해 회고록을 작성한다.
어느 고졸 개발자
어린
0
0
2
읽기모드
4y
Configure split tasks for a Test-Context with Gradle Kotlin-DSL + JUnit.
Sharing how to use Gradle Kotlin-DSL + JUnit to separate test tasks and run each task.
Create a parent class for grouping tests.
spring-boot
gradle
junit
+ 더보기
kotlin
testing
0
0
2
읽기모드
5y
어느 서비스의 죽음 — 가자고
어느 서비스의 죽음 — 가자고
누구나 한 번쯤은 서비스를 자식만치 애정하고 아끼는 경험을 하기 마련입니다.
저의 경우는 레저큐(현 야놀자)라는 회사에서 운영했던 가자고라는 서비스가 그런데요.
직접 서비스 런칭 부터 운영했던 것과
가자고
개발자
스타트업
+ 더보기
레저큐
0
0
0
읽기모드
6y
누구나 할 수 있는 오픈소스 코드 기여
오픈 소스 기여에는 다양한 방법이 있지만, 개인적으로 가장 재미있는 것은 코드 기여인 것 같습니다.
저의 경우는 코드 기여를 어떻게 진행했고 하고있는지 간단히 기록해보려 합니다.
프로젝트 찾기
관심 있는 분야의 프로젝트를 찾아서
pull-request
open-source
contribute
+ 더보기
오픈소스
0
0
0
읽기모드
6y
Rest-Assured HttpStatus verification method has been improved
Rest-Assured.ResponseSpec provide statusCode(int) method for verify the Http-Status-Code.
Http-Status-Code is generally constant
restassured
open-source
spring-rest-docs
+ 더보기
contribution
spring-framework
0
0
0
읽기모드
6y
Rest-Assured Aceept-Header configuration method has been improved
The issue talked that there are too many Accept-header results in the log message.
Rest-Assured provided the configuration of th
pull-request
restassured
open-source-contribution
+ 더보기
spring-framework
spring-rest-docs
0
0
0
읽기모드
6y
An issue Rest-Assured not logged when Matcher throws AssertionError
Looked around a issues of Rest-Assured and found the issue that could be fixed easily.
The issue is Rest-Assured not logged when
open-source
spring-rest-docs
pull-request
+ 더보기
asciidoc
restassured
0
0
0
읽기모드
6y
A bug Rest-Assured duplicate Content-Type
The bug was a duplicate content-type in asciidoc when using Spring-Rest-Docs with Rest-Assured.
There was a bug in the logic of
spring-rest-docs
spring-framework
pull-request
+ 더보기
restassured
open-source
0
0
0
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy