2024-01-05-TIL
2024-01-05-TIL Today I Learned AWS Fargate AWS Fargate는 Amazon EC2 인스턴스의 서버나 클러스터를 관리할 필요 없이 컨테이너를 실행하기 위해 Amazon ECS에 사용할 수 있는 기술이다. Fargate를 사용하면 더 이상 컨테이너를 실행하기 위해 가상 머신의 클러스터를 프로비저닝, 구성 또는 조...
2024-01-05-TIL Today I Learned AWS Fargate AWS Fargate는 Amazon EC2 인스턴스의 서버나 클러스터를 관리할 필요 없이 컨테이너를 실행하기 위해 Amazon ECS에 사용할 수 있는 기술이다. Fargate를 사용하면 더 이상 컨테이너를 실행하기 위해 가상 머신의 클러스터를 프로비저닝, 구성 또는 조...
2024-01-04-TIL Today I Learned Extracting Video Metadata using Lambda and Mediainfo https://aws.amazon.com/ko/blogs/media/running-mediainfo-as-an-aws-lambda-function/ https://aws.amazon.com...
2024-01-03-TIL Today I Learned Developing a RESTful API with Go https://go.dev/doc/tutorial/web-service-gin https://www.moesif.com/blog/api-product-management/api-analytics/Top-5-GO-REST-AP...
2024-01-02-TIL Today I Learned Spring Boot File Upload to S3 https://techblog.woowahan.com/11392/ https://awstip.com/s3-upload-lambda-trigger-5afd9e9be819 https://blog.naver.com/demonic35...
2023-12-29-TIL Today I Learned SQL Mapper vs ORM https://deveun.tistory.com/entry/SQL-Mapper%EC%99%80-ORM-%EC%B0%A8%EC%9D%B4 Netflix Tech Stack https://www.linkedin.com/posts/alexxubyte...
2023-12-21-TIL Today I Learned Today I Studied 동시성 동시성을 제어하는 가장 간단하고 확실한 방법은 ‘줄 세우기’이다. 유명 맛집에 가보면 여러 사람들이 동시에 입장하려고 할 때 항상 가게 사장님이 말씀하신다. “줄 서주세요”, “번호표 뽑고 순서대로 대기해주세요” 만약에 줄 세우는 시스템이 제대로 갖춰지지...
2023-12-20-TIL Today I Learned NAS vs NFS https://www.naschannel.com/nas/211/ https://www.quobyte.com/storage-explained/what-is-network-filesystem/#:~:text=Is%20NAS%20the%20same%20as,read%2...
2023-12-19-TIL Today I Learned Docker Volume Mounts with Cached Option https://stackoverflow.com/questions/50120722/docker-volume-mounts-with-cached-option @Transactional https://imiyou...
2023-12-15-TIL Today I Learned JPA saveAll OOM https://stackoverflow.com/questions/58348016/jpa-batch-insert-doesnt-free-up-memory https://artofcode.wordpress.com/2020/03/16/out-of-memory-w...
2023-12-12-TIL Today I Learned JWT Structure https://auth0.com/docs/secure/tokens/json-web-tokens/json-web-token-structure JWT Use Cases https://datatracker.ietf.org/doc/html/rfc7519 ...