Skip to content

Commit

Permalink
[edit] 불필요한 라이브러리 제거 및 content 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sniij committed May 2, 2024
1 parent 1797079 commit 3bb4d7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions deploy/content/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ Blog
4. 1차적으로 캐싱되는 DB로서의 architecture를 염두에 두고 고르고 싶다. <br/>
5. Java, NodeJS 기반에서의 API를 많이 지원했으면 좋겠다. <br/>
위 5가지의 고민에서 초기엔 Upstash의 Redis 정도만 사용해도 충분할 것 같다는 판단이 들어서 Upstash의 Redis를 선택하였습니다. <br/>
다만 현재는 캐싱되는 DB로만 사용하고 있지는 않기 때문에 조회수 domain을 만들어 api 를 생성하는 것보다 <br/>
클라이언트에서 redis 와 연결시켜 조회수만 올릴 수 있는 api를 만들어 운용하기로 아키텍쳐를 구성하였습니다. <br/>
다만 현재는 캐싱되는 DB로 사용하고 있지는 않기 때문에 조회수 domain을 만들어 api 를 생성하는 것보다 <br/>
프론트엔드에서만 redis 와 연결시켜 조회수만 올릴 수 있는 api를 만들어 운용하기로 아키텍쳐를 구성하였습니다. <br/>
이는 추후에 분산 처리에 대한 공부를 한 이후에 적용시켜볼 예정입니다. <br/>
</p>
<p style="font-family: 'Pretendard-Regular';">
<a style="font-weight: bold; border-bottom: none;">
Expand Down
6 changes: 3 additions & 3 deletions deploy/content/introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ style="
The others
</p>

- Git, GitHub : 팀 프로젝트에서 Git strategy 를 직접 설계하여 convention 과 함께 프로젝트 관리를 주도한 경험이 있습니다. GitHub actions 를 위한 스크립트를 작성하여 client, server 자동 배포를 구성한 경험이 있습니다.<br/>
- Git, GitHub, GitHub Actions : 팀 프로젝트에서 Git strategy 를 직접 설계하여 convention 과 함께 프로젝트 및 버전 관리를 주도한 경험이 있습니다. GitHub actions 를 위한 스크립트를 작성하여 client, server 자동 배포를 구성한 경험이 있습니다.<br/>
- AWS : Https to Https 배포, 배포환경에서의 개발 환경 구성, Cloud watch 를 통한 RDS 모니터링, IAM 관리를 한 경험이 있으며 이에 필요한 네트워크 지식을 직접 공부하였습니다.<br/>
- AWS Lambda + API Gateway : Serverless Architecture 를 AWS lambda + API Gateway 통해 Spring boot 멀티모듈로 구성한 경험이 있습니다. <br/>
- Notion : 팀 프로젝트에서 규칙, 기한, 정보 공유 등을 위한 커뮤니케이션 툴로써 활용한 경험이 있습니다.<br/>
- Notion : 팀 프로젝트에서 규칙, 기한, 정보 공유 등을 위한 커뮤니케이션 툴로써 활용한 경험이 있습니다.<br/><br/>


<p
Expand All @@ -159,7 +159,7 @@ style="
- PostgreSQL : postgreSQL 만의 특성은 활용하지 못하지만, 관계형 데이터베이스를 이해하고 있으며 기본적인 설계를 할 수 있습니다. <br/>
- Qurey DSL : Query dsl 을 통해 native query를 대신하여 복잡한 query를 가독성있고 편하게 사용하고 JPA 와 함께 사용하여 객체로 불러와 사용한 경험이 있습니다. <br/>
- Spring Cloud : Spring cloud 를 통해 AWS S3 client 사용과 Parameter Store 를 사용하여 비밀 정보를 관리한 경험이 있습니다. <br/>
- MongoDB, Redis : NoSQL의 읽기 속도가 빠른 특성을 살려 프로젝트에 적용한 경험이 있습니다. <br/>
- MongoDB, Redis : NoSQL의 특징을 이해하고 RDB와의 다른 점을 인지하고 구별하여 사용할 수 있습니다. NoSQL의 읽기 속도가 빠른 특성을 살려 프로젝트에 적용한 경험이 있습니다. <br/>
- Flyway : DB 마이그레이션을 위해 PostgreSQL과 같이 사용하여 데이터 버전 관리를 통해 데이터의 무결성에 힘쓴 경험이 있습니다.<br/>

</div>
Expand Down
1 change: 0 additions & 1 deletion deploy/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,5 @@ <h3>Social</h3>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script>
<script src="assets/js/contentMD.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r121/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.birds.min.js"></script>
</body>
</html>

0 comments on commit 3bb4d7a

Please sign in to comment.