본문 바로가기

분류 전체보기155

믿고쓰는 독일 화장품 - 라베라 (Lavera) 4년전 갑자기 얼굴에 트러블이 심하게 생기면서 기초 화장품을 바꿔야겠다는 생각을 하게 되었다. 어떤 화장품을 쓸까 생각하다..나의 조건은 비싸지 않을 것. (비싼것 써도 트러블 생기니.. --;;) 향이 강하지 않는것 (경험적으로 향 강한게 보통 부작용?이 있음) 자연 성분일것... 즉 유기농 화장품 3번의 조건에는 확실히 인증 신뢰도가 높은 독일 화장품에서 찾아야겠다는 생각에 찾기 시작~ 처음에는 그냥 프랑스 화장품 Avene 를 샀는데.. 나와는 맞지않아서... 다시 검색... 그리고 찾은 화장품~ 1,2,3 의 조건을 만족시키는것 같아 구매~ (유럽 직구는 한적이 없어서 --;; 그냥 직구몰에 가서 구매) https://www.lavera.de/en/ 100 % zertifizierte Schönh.. 2020. 1. 18.
아이 초등학교 입학 가방~ 포터리반 회사 동료가 일찍이 가방의 실용성에 대해 얘기해줘서 무조건 아이 가방은 포트리반을 살것이라 생각하고 있어서 브랜드에 대해서는 문제가 없었는데... 막상 사려니 너무 종류가 많아서 결정장애가 있는 나에게는 크나큰 숙제였다 ㅠㅠ https://www.potterybarnkids.com/shop/kids-all/kids-backpacks-lunch/?cm_type=gnav 물론 내가 부자라 맘에 드는걸 다 사주면 걱정 없지만 (하긴 부자면 왠지 이 브랜드가 아닌걸 사겠지만 ㅋㅋ) 정해진 예산내에서 최고의 선택을 하기 위해서는 많은 시간을 투자해서 따져볼 수 밖에는 없다. 내가 사려는것은 backpack small, lunch box cold, water bottle regular, toiletry back 이.. 2020. 1. 17.
JWT and API Gateway Lambda Authorizer https://medium.com/swlh/how-to-protect-apis-with-jwt-and-api-gateway-lambda-authorizer-1110ff035df1 How to protect APIs with JWT and API Gateway Lambda Authorizer This story is about API Gateway Lambda Authorizer’s concepts: how it works, why it works that way and how we can leverage it. Enjoy :) medium.com JSON Web Token (JWT) 은 authentication 과 authorization을 위한 정보 전송에 관한 표준 (RFC 7519) 참고: htt.. 2019. 11. 23.
JWT in the modern web https://medium.com/swlh/why-do-we-need-the-json-web-token-jwt-in-the-modern-web-8490a7284482 Why do we need the JSON Web Token (JWT) in the modern web? Hold on tight: the HTTP protocol is terribly flawed and when it comes to user authentication this problem screams loudly. medium.com HTTP protocol is terribly flawed ? 로 시작하는 블로그로 왜 JWT가 필요한지에 대해 설명한다. Once upon a time A problem of state The HTTP.. 2019. 11. 22.
How to Host a Static Website with S3, CloudFront and Route53 https://medium.com/free-code-camp/how-to-host-a-static-website-with-s3-cloudfront-and-route53-7cbb11d4aeea How to Host a Static Website with S3, CloudFront and Route53 I recently set-up my self-hosted personal blog and I underestimated the effort I had to put in to make it exactly as I wanted. So I… medium.com 서버를 개발하고 있지만 주로 실제 서비스 로직이 돌아하는 서버를 개발하기 때문에 앞에서 어떻게 사용자 요청이 들어와서 하는지는 Infra 팀이 알아서 해주.. 2019. 11. 8.
Multithreading VS Multiprocessing in Python https://medium.com/contentsquare-engineering-blog/multithreading-vs-multiprocessing-in-python-ece023ad55a Multithreading VS Multiprocessing in Python Revealing the true face of Multithreading medium.com Python에서 Thread를 이용해서 timeout을 걸어서 하던 작업을 멈추고 싶었다. Python은 기본적으로 single thread에서 실행되고 순차적으로 실행되어서 직관?적이라서 구현하기 용이한 언어라고 생각했는데 의도치않게? thread를 써야하는 요구사항이 생긴것이다. 그러다가 찾은 글.. 나도 잘 몰라서 thread 나 proces.. 2019. 11. 3.