2023-10-23-TIL
2023-10-23-TIL
Today I Studied
Feature Flagging(Toggle)
- https://launchdarkly.com/blog/what-are-feature-flags/
- https://velog.io/@kshired/DevOps-Feature-flag%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%BC%EA%B9%8C
- https://www.optimizely.com/optimization-glossary/feature-flags/
- https://www.atlassian.com/solutions/devops/integrations/feature-flags
- https://martinfowler.com/articles/feature-toggles.html
- https://en.wikipedia.org/wiki/Feature_toggle
- https://sungjk.github.io/2023/03/04/feature-toggle.html
- https://www.getunleash.io/blog/feature-toggle-best-practices
- https://medium.com/trueengineering/how-feature-flags-help-build-a-software-factory-65b38ef92f15
Today I Learned
File Download API
- https://dev.to/sridharcr/design-architecture-for-large-file-downloads-1ojn
- https://medium.com/analytics-vidhya/strive-to-upload-or-download-files-using-spring-boot-964336b3ddc7
- https://docs.oracle.com/en/cloud/paas/content-cloud/rest-api-documents/op-documents-api-1.2-files-fileid-data-get.html
Lombok @Getter to Allow Optional Return
- https://github.com/projectlombok/lombok/issues/1957
- https://medium.com/@johnpang/optionals-and-lombok-a414639dca1e
- https://tech.wheejuni.com/2017/12/03/why-no-optional-for-getters/
Lombok @Getter with Default Value
- https://www.baeldung.com/lombok-builder-default-value
This post is licensed under CC BY 4.0 by the author.