목록분류 전체보기 (138)
코드굽는 타자기
https://docs.aws.amazon.com/whitepapers/latest/serverless-multi-tier-architectures-api-gateway-lambda/three-tier-architecture-overview.html Three-tier architecture overview - AWS Serverless Multi-Tier Architectures with Amazon API Gateway and AWS Lambda Three-tier architecture overview The three-tier architecture is the most popular implementation of a multi-tier architecture and consists of a s..
https://zgundam.tistory.com/174 Optional 클래스의 orElse와 orElseGet에 대한 정리 이번 글에서는 Java 8 에서부터 지원하기 시작한 Optional 클래스의 orElse와 orElseGet 메소드에 대해서 정리를 해보려한다. 이 글에서는 Optional 클래스가 무엇인지에 대해서는 언급하지는 않고 다만 orE zgundam.tistory.com
http://kwon37xi.egloos.com/4844149 언제 static 함수 모음 Class를 만들어야 할까? 먼저 내가 말하는 static 함수 모음 class란 Apache Commons Lang StringUtils 처럼 순전히 static 함수들만을 가지고 있고, 객체를 생성하지 않고 사용하는 클래스를 의미한다(Java 이야기이다).이에 대한 정 kwon37xi.egloos.com