Loading...
Articles
48
Tags
20
Categories
39
Home
Archives
Tags
Categories
Project
About
Chris Wen's Blog
terraform
Back to Home
Search
Home
Archives
Tags
Categories
Project
About
terraform
Created
2025-08-24
|
Updated
2025-10-28
|
iac
terraform
|
Word Count:
2
|
Reading Time:
1mins
Terraform
Documentation
terraform
Tofu
Documentation
tofu
Author:
Chris Wen
Link:
https://wenyupeng.github.io/2025/08/24/iac/01-iac-terraform/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
iac
Previous
interview question of anthrapic
Question 1: Concurrent Web Crawler ImplementationDesign and implement a multi-threaded web crawler that efficiently crawls a specific domain and counts unique URLs Requirements: Handle circular references and invalid URLs implement rate limiting and exponential back off Process robots.txt compliance Support different URL schemes and redirects Optimize for memory usage with large datasets Overview12345678910111213141516171819[Seed URLs] | [Frontier in-memory queue] <--- [Persistent ov...
Next
Docker Compose Install Postgres
Installing Postgres using Docker Compose1234567891011121314151617version: "3.9"services: postgres: image: postgres:13.22-trixie container_name: postgres_13 restart: always environment: POSTGRES_USER: root POSTGRES_PASSWORD: root POSTGRES_DB: mydb ports: - "5432:5432" volumes: - ./data:/var/lib/postgresql/data healthcheck: test: ["CMD-SHELL", "pg_isready -U root"]
Chris Wen
Dwell not on the past, nor fear the future.
Articles
48
Tags
20
Categories
39
Announcement
Maintain the motivation to learn and stay humble when facing every problem.
Contents
1.
Terraform
1.1.
Documentation
2.
Tofu
2.1.
Documentation
Recent Posts
Leetcode - 205. Isomorphic Strings
2025-10-06
Leetcode - 392. Is Subsequence
2025-10-06
interview question of Java Backend
2025-08-24
terraform
2025-08-24
interview question of anthrapic
2025-08-24
Search
Loading Database