본문 바로가기

기록

11월 읽어볼 링크

1) Rest API 제대로 알고 사용하기

https://meetup.toast.com/posts/92

 

REST API 제대로 알고 사용하기 : NHN Cloud Meetup

REST API 제대로 알고 사용하기

meetup.toast.com

 

 

 

2) ResponseEntity 란?

 

https://devlog-wjdrbs96.tistory.com/182

 

[Spring Boot] ResponseEntity란 무엇인가?

먼저 REST API가 무엇인지는 아래 블로그를 먼저 잘 읽어보자. https://meetup.toast.com/posts/92 REST API 제대로 알고 사용하기 : TOAST Meetup REST API 제대로 알고 사용하기 meetup.toast.com 1. ResponseEn..

devlog-wjdrbs96.tistory.com

 

 

3) Rest의 Representation 이란 무엇인가

 

https://blog.npcode.com/2017/04/03/rest%EC%9D%98representation%EC%9D%B4%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%B8%EA%B0%80/

 

REST의 representation이란 무엇인가

사실 서버가 보내준 것은 리소스가 아니다. 다음과 같은 HTTP GET 요청을 서버에 보내서 GET Host: example.org Accept: text/plain, text/html; q=0.9 *; q=0.1 Accept-Language: en, ko; q=0.9, *; q=0.1 “hello”라는 메시지를 

blog.npcode.com

 

4) 유용한 디자인 패턴 

https://www.youtube.com/watch?v=Mq4MwPXWarI

5) Exception 처리  https://samtao.tistory.com/42

 

Springboot Exception Handling(스프링부트 exception 핸들링)

스프링부트에서 exception을 처리하는 방법을 알아보자 순서는 다음과 같다 1. 에러코드 정리 enum 클래스로 작성 2. Exception 발생시 응답하는 에러 정보 클래스 작성 3. 사용자 정의 Exception 클래스 작

samtao.tistory.com

 

6) Google Java Style Guide

https://google.github.io/styleguide/javaguide.html

 

Google Java Style Guide

1 Introduction This document serves as the complete definition of Google's coding standards for source code in the Java™ Programming Language. A Java source file is described as being in Google Style if and only if it adheres to the rules herein. Like ot

google.github.io

 

 

7) java Enum 활용기 

https://techblog.woowahan.com/2527/

 

Java Enum 활용기 | 우아한형제들 기술블로그

{{item.name}} 안녕하세요? 우아한 형제들에서 결제/정산 시스템을 개발하고 있는 이동욱입니다. 이번 사내 블로그 포스팅 주제로 저는 Java Enum 활용 경험을 선택하였습니다. 이전에 개인 블로그에 E

techblog.woowahan.com

 

8) connection pool 상세히 보기 

 

https://www.holaxprogramming.com/2013/01/10/devops-how-to-manage-dbcp/

 

DB Connection Pool에 대한 이야기 · 안녕 프로그래밍

웹 애플리케이션을 운영하다 보면 에러 로그로는 식별 할 수 없는 잠재적인 이슈가 발생 할 때가 있다. 애플리케이션내의 오류가 명확히 확인이 되지 않은 상태에서 Out of memory가 발생 하거나, DB

www.holaxprogramming.com

 

9) submit 은 form 이 시킨다 

https://blog.naver.com/nyoongoon/222543728632

 

submit은 form이 시킨다... Part.1

목표 : input 요소에 require를 주는 동시에 ajax로 통신하기! form요소의 input요소들에 require 속성을 ...

blog.naver.com

 

10. 디미터의 법칙

https://blog.knoldus.com/the-law-of-demeter/

 

The Law of Demeter

You'll often get to hear from good programmers about having "loosely coupled" classes. What do they mean by saying that? Let's understand this first before jump

blog.knoldus.com

 

11. HandlerMethodArgumentResolver CustomAnnotation 

https://sanghye.tistory.com/41

 

[Spring] HandlerMethodArgumentResolver 사용하여 Custom Annotation 구현 및 테스트하기

HandlerMethodArgumentResolver 를 이용하여 Custom Annotion 을 만들어 User 정보를 쉽게 가져오기 회원을 관리하는 API 를 만들게 되면 꼭 필요로 하게 되는 것이 HandlerInterceptorAdapter 를 이용하여 HttpSe..

sanghye.tistory.com

 

반응형