/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2:55 5/30
junhyunny.github.io
2:55
junhyunny.github.io
Junhyunny's Devlogs
https://junhyunny.github.io/
개발자
저작도구: Jekyll v3.9.0
최종 피드 수집: 2024-11-22 04:46
전체 (382)
1M
Styling for range type input HTML Element
0. 들어가면서
input HTML 엘리먼트를 range 타입의 디자인을 커스터마이징(customizing)하는 방법에 대해 정리했다.
1. Terminology
range 타입 input HTML 엘리먼트를 구성하는 요소들에 대
html
css
javascript
+ 더보기
0
0
0
읽기모드
1M
Register client in Keycloak for OAuth2
RECOMMEND POSTS BEFORE THIS
Setup Keycloak
0. 들어가면서
이전 글에서 키클록(keycloak)을 설치하고 관리자 사용자로 렐름(raelm)과 새로운 사용자를 만드는 방법에 대해 정리했다. 이번
security
tool
+ 더보기
0
0
0
읽기모드
1M
Setup Keycloak
RECOMMEND POSTS BEFORE THIS
SSO(Single Sign On)
OAuth(Open Authorization)
OpenID Connect
1. Keycloak
키클록(keycloak)은 오픈 소스 아이덴티티(
security
tool
+ 더보기
0
0
0
읽기모드
1M
TestContainer for DynamoDB test
RECOMMEND POSTS BEFORE THIS
DynamoDB CRUD example with spring boot
Problem of sharing ApplicationContext with TestContainer
How
spring-boot
aws
dynamodb
+ 더보기
test-container
0
0
0
읽기모드
1M
DynamoDB CRUD example with spring boot
RECOMMEND POSTS BEFORE THIS
Run DynamoDB local container with docker compose
0. 들어가면서
이전 글에 이어서 스프링 부트 애플리케이션에서 DynamoDB에 데이터를 읽
spring-boot
aws
dynamo-db
+ 더보기
0
0
0
읽기모드
1M
Run DynamoDB local container with docker compose
0. 들어가면서
이번 프로젝트에서 가장 어려운 부분은 DynamoDB라는 새로운 기술 셋을 사용해야만 한다는 것이다. 패러다임이 완전히 다르기 때문에 데이터베이스 설계나 사용하는 부분에서 애를 먹고 있다. 시작한지 두 달이 넘어가
docker
aws
dynamo-db
+ 더보기
0
0
0
읽기모드
2M
Terraform Backend for tfstate management
RECOMMEND POSTS BEFORE THIS
Deploy EC2 into Target Group in AWS with Terraform
0. 들어가면서
이전 글에서 테라폼을 사용해 EC2 컨테이너를 구성하고 ALB 타겟 그룹
terraform
+ 더보기
0
0
0
읽기모드
2M
Deploy EC2 into Target Group in AWS with Terraform
RECOMMEND POSTS BEFORE THIS
Create ALB and TargetGroup in AWS with Terraform
0. 들어가면서
이전 글에서 테라폼을 사용해 ALB, 타겟 그룹(target group)을
terraform
+ 더보기
0
0
0
읽기모드
2M
Create ALB and TargetGroup in AWS with Terraform
RECOMMEND POSTS BEFORE THIS
Create VPC in AWS with Terraform
0. 들어가면서
이전 글에서 테라폼을 사용해 VPC를 구성하는 방법에 대해 정리했다. 이번 글은 기존 VPC를 기준으로
terraform
+ 더보기
0
0
0
읽기모드
2M
Create VPC in AWS with Terraform
RECOMMEND POSTS BEFORE THIS
Introduction Terraform
0. 들어가면서
현재 프로젝트는 인프라 관리를 위해 테라폼(terraform)으로 하고 있다. 간단한 실습만 해봤지 실제 프로덕트 개발과
terraform
+ 더보기
0
0
0
읽기모드
2M
CodeceptJS with Playwright for E2E test
0. 들어가면서
E2E 테스트를 작성할 때 항상 Cypress 프레임워크를 사용했었다. 이번 프로젝트에선 새로운 CodeceptJS, Playwright 라는 프레임워크를 사용해 볼 기회가 생겼다. 이번 글에선 두 프레임워크에 대
e2e-test
+ 더보기
0
0
0
읽기모드
2M
Custom Action in Github Actions
RECOMMEND POSTS BEFORE THIS
Github Actions Basic
Github Actions Example
Optimize Github Actions
0. 들어가면서
액션(action)은 깃허브 액션스 워크플
github
+ 더보기
0
0
0
읽기모드
2M
Use git-remote-codecommit for AWS CodeCommit
1. GRC(Git Remote CodeCommit) in AWS CodeCommit
CodeCommit은 AWS에서 호스팅하는 코드 버전 관리 서비스다. 깃허브(github)나 깃랩(gitlab)처럼 소스 코드의 형상 관리나 병
aws
+ 더보기
0
0
0
읽기모드
3M
Setup ESLint and Prettier in Vite
0. 들어가면서
프론트엔드 관련된 기술들은 특히 빠르게 변하는 것 같다. 이 글을 읽는 개발자들이 오래된 버전 때문에 헤메지 않도록 이 글에서 사용한 프로젝트의 버전을 먼저 확인하길 바란다.
{
...
"dependenci
vite
react
+ 더보기
0
0
0
읽기모드
3M
Connect AWS ECS and RDS
RECOMMEND POSTS BEFORE THIS
AWS ECS(Elastic Container Service) Setup
0. 들어가면서
이전 글에서 구축한 ECS 클러스터에서 실행되는 태스크(task)는 H2 데이터베이스를 사
aws
+ 더보기
0
0
0
읽기모드
3M
Could not find a valid Docker environment when use TestContainer in MacOS
RECOMMEND POSTS BEFORE THIS
How to setup TestContainer in Kotlin Spring Boot
1. Problem Context
TestContainer를 사용해 결합 테스트를 작성할 때
spring-boot
testcontainer
+ 더보기
0
0
0
읽기모드
3M
AWS ECS(Elastic Container Service) Setup
RECOMMEND POSTS BEFORE THIS
AWS ALB(Application Load Balancer) and Target Group Setup
AWS ECR(Elastic Container Registry) Setup
aws
+ 더보기
0
0
0
읽기모드
3M
AWS ECR(Elastic Container Registry) Setup
RECOMMEND POSTS BEFORE THIS
AWS ALB(Application Load Balancer) and Target Group Setup
0. 들어가면서
ECS(Elastic Container Service) 클러
aws
+ 더보기
0
0
0
읽기모드
3M
AWS ALB(Application Load Balancer) and Target Group Setup
0. 들어가면서
필자는 AWS 전문가가 아니고 인프라는 보통 다른 팀에서 구축해주기 때문에 이해도가 낮은 편이다. 그러다 최근 신규 팀원들에 대한 온보딩(onboarding)을 맡으면서 AWS 클라우드에 구축된 인프라 관련 내용을
aws
+ 더보기
0
0
0
읽기모드
3M
Spring Security OAuth2 Resource Server
RECOMMEND POSTS BEFORE THIS
JWT(Json Web Token)
JWK(Json Web Key)
0. 들어가면서
최근 프로젝트는 iOS 애플리케이션을 개발했고 사용자 인증을 위해 마이크로소프트 AAD(Azur
information
java
spring-boot
+ 더보기
spring-security
0
0
0
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy