Loading...
Articles
109
Tags
32
Categories
57
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
2026-04-27
|
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 Java Backend
Interview QuestionsCore Java (OOPs, Collections, Concurrency Basics)Explain difference between HashMap, HashTable, and ConcurrentHashMap. Feature HashMap Hashtable ConcurrentHashMap Thread Safety Not thread-safe Thread-safe (synchronized methods) Thread-safe (lock segmentation / fine-grained locking) Null Keys/Values Allows one null key and multiple null values Does not allow any null keys/values Does not allow null keys/values Performance Faster (no synchronization overhead) Slowe...
Next
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...
Chris Wen
Dwell not on the past, nor fear the future.
Articles
109
Tags
32
Categories
57
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
Box-Cox and Yeo-Johnson Transformations
2025-11-14
Feature Selection
2025-11-14
GDPR
2025-11-13
Dimensionality Reduction and PCA
2025-11-12
Data Matching
2025-11-12
Search
Loading Database