2024-01-03-TIL
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-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 ...
2023-12-11-TIL Today I Learned Best Tech Blogs https://www.wearedevelopers.com/magazine/software-development-blogs https://medium.com/coinmonks/best-tech-blogs-869002e1c483 https://www.pl...
2023-12-09-TIL Today I Learned Soft Delete and Unique Constraint Soft Delete를 사용하는데, “삭제되지 않은것들은 하나만 있도록” 강제할 수는 없을까? https://gusiol.medium.com/soft-delete-and-unique-constraint-da94b41cff62...