2024-01-09-TIL
2024-01-09-TIL
Today I Learned
Terraform
HashiCorp Terraform is an IaC(Infrastructure as Code) tool that lets you define both cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. You can then use a consistent workflow to provision and manage all of your infrastructure throughout its lifecycle. Terraform can manage low-level components like compute, storage, and networking resources, as well as high-level components like DNS entries and SaaS features.
- https://developer.hashicorp.com/terraform/intro
- https://btcd.tistory.com/20
배포 전략
- https://onlywis.tistory.com/10
- https://circleci.com/blog/canary-vs-blue-green-downtime/
fetch size vs bucket between
CSV vs Excel in Performance
- https://www.guru99.com/excel-vs-csv.html
- https://blog.crossjoin.co.uk/2018/08/02/comparing-the-performance-of-csv-and-excel-data-sources-in-power-query/
- https://medium.com/@ArgyleStreetProgramming/why-storing-data-in-excel-is-better-than-in-csv-4dcf6a8d2819
Serverless
- https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml
- https://www.serverless.com/framework/docs/providers/aws/guide/iam
On The Fly
- https://en.wikipedia.org/wiki/On_the_fly
DooD
- https://bitgadak.tistory.com/3
Golang Side Project Idea
- https://codersdaily.in/blog/top-10-golang-project-ideas-in-2023
- https://www.reddit.com/r/golang/comments/ojjgum/what_are_some_good_project_ideas_for_a_go_beginner/
- https://medium.com/javarevisited/10-projects-you-can-build-to-learn-golang-in-2023-ca48a8de8714
- https://www.codeavail.com/blog/golang-project-ideas/
- https://zerotomastery.io/blog/golang-practice-projects/
- https://www.freecodecamp.org/news/learn-go-by-building-11-projects/
- https://codersdaily.in/blog/top-10-golang-project-ideas-in-2023
This post is licensed under CC BY 4.0 by the author.