node + it ops node s3 image AWS S3 도입 (feat. Javascript v3 마이그레이션)버킷 생성부터 Node.js S3 코드 작성까지. AWS S3 SDK for Javascript v3 (Node.js) wono | discuss | tweet + it ops node aws s3 06. AWS S3 이미지 가져오기 구현우리는 앞선 포스트를 통해 S3에 이미지를 저장하는 두 가지 방법에 대해 알아보았다. 이렇게 저장된 자원들은 REST API를 통해 접근할 수 있다. 따라서 아래와 같은 방식으로 요청하면 특정 버킷으로부터 이미지 파일을 가져올 수 있다.https://[버킷 이름].[리전 이름].amazonaws.com/[파일 이름] 그런데 이러한 주소를 직접 사용하는 것은 문제가 없을까? 이러한 주소를 직접 클라이언트에 건네준다는 것은 곧 내가 사용하고 있는 S3가 어느 리전에 위치해있는지, 버킷 이름은 무엇인지와 같은 정보가 무방비하게 노출되어버리고 만다는 의미가 된다. 따라서 이번에도 백엔드 서버가 S3와 클라이언트 사이를 중개해주어야 하는데, 나는 여기서 presigned URL을 사용하고 있다. pURL은 그저 .. wono | discuss | tweet + it qa node Node.js codebase is still entirely in Javascript and not in Typescript and node team does not even officially provide node TS types wono | discuss | tweet + it blog node Node.Js == C++ ?Node.js has a great portion of it written in C/C++. In this article, we will take a deep dive into Node and explore the C/C++ inside and discover the role of V8 and Libuv in Nodejs wono | discuss | tweet + it dev review node golang URL shortener service benchmarking: Node (Express) vs Go (Gin)Find out who works faster for a simple but practical URL shortener service: Node.js with Express or Go with Gin? wono | discuss | tweet + it dev review node golang Node.js Express Cluster vs Go Gin: Hello World performanceFind out how Node's clustered express application compares to Go Gin for a simple hello world case wono | discuss | tweet + it dev review node golang 3년 묶은 Node.js 기반 백엔드를 Golang 으로 옮기다. | Youngbin Han's blog wono | discuss | tweet
+ it ops node s3 image AWS S3 도입 (feat. Javascript v3 마이그레이션)버킷 생성부터 Node.js S3 코드 작성까지. AWS S3 SDK for Javascript v3 (Node.js) wono | discuss | tweet
+ it ops node aws s3 06. AWS S3 이미지 가져오기 구현우리는 앞선 포스트를 통해 S3에 이미지를 저장하는 두 가지 방법에 대해 알아보았다. 이렇게 저장된 자원들은 REST API를 통해 접근할 수 있다. 따라서 아래와 같은 방식으로 요청하면 특정 버킷으로부터 이미지 파일을 가져올 수 있다.https://[버킷 이름].[리전 이름].amazonaws.com/[파일 이름] 그런데 이러한 주소를 직접 사용하는 것은 문제가 없을까? 이러한 주소를 직접 클라이언트에 건네준다는 것은 곧 내가 사용하고 있는 S3가 어느 리전에 위치해있는지, 버킷 이름은 무엇인지와 같은 정보가 무방비하게 노출되어버리고 만다는 의미가 된다. 따라서 이번에도 백엔드 서버가 S3와 클라이언트 사이를 중개해주어야 하는데, 나는 여기서 presigned URL을 사용하고 있다. pURL은 그저 .. wono | discuss | tweet
+ it qa node Node.js codebase is still entirely in Javascript and not in Typescript and node team does not even officially provide node TS types wono | discuss | tweet
+ it blog node Node.Js == C++ ?Node.js has a great portion of it written in C/C++. In this article, we will take a deep dive into Node and explore the C/C++ inside and discover the role of V8 and Libuv in Nodejs wono | discuss | tweet
+ it dev review node golang URL shortener service benchmarking: Node (Express) vs Go (Gin)Find out who works faster for a simple but practical URL shortener service: Node.js with Express or Go with Gin? wono | discuss | tweet
+ it dev review node golang Node.js Express Cluster vs Go Gin: Hello World performanceFind out how Node's clustered express application compares to Go Gin for a simple hello world case wono | discuss | tweet
+ it dev review node golang 3년 묶은 Node.js 기반 백엔드를 Golang 으로 옮기다. | Youngbin Han's blog wono | discuss | tweet