Filter
Exclude
Time range
-
Near
HashiCorp Certified: Terraform Associate (003) by Mattias Fjellstrรถm is the featured course ๐ŸŽ“ on Leanpub! If you are on a journey to learn infrastructure as code with Terraform, this course is for you! It covers the content necessary to master to complete the Terraform Associate certification. Each exam objective has a theoretical part followed by a quiz. The course ends with full-length practice exams similar to what you will encounter at the exam. #cloud_computing #infrastructure_as_code
1
1
68
The DevOps Toolkit (Kubernetes, Helm, ArgoCD, Terraform) by Kirshi Yin | Curious Devs Corner is the featured bundle of ebooks ๐Ÿ“š on Leanpub! The DevOps Toolkit Bundle Learn Kubernetes, Helm, Terraform, and Argo CD in one place What's Inside?This bundle brings together four practical, step-by-step ebooks:Master Kubernetes from ScratchMaster Helm FastTerraform Quickstart: The Ultimate Beginnerโ€™s GuideMaster GitOps with Argo CDEach book is hands-on, structured, and filled with examples,... #terraform #devops #cloud_computing #computer_programming #infrastructure_as_code #software_engineering #docker #go #kubernetes #git
1
117
Modern System Design 2026 Roadmap โ”œโ”€โ”€ /00_Foundations โ”‚ โ”œโ”€โ”€ system_design_overview โ”‚ โ”‚ โ”œโ”€โ”€ goals_and_tradeoffs โ”‚ โ”‚ โ”œโ”€โ”€ scalability_latency_throughput โ”‚ โ”‚ โ””โ”€โ”€ reliability_availability โ”‚ โ”œโ”€โ”€ networking_basics โ”‚ โ”‚ โ”œโ”€โ”€ tcp_ip_http โ”‚ โ”‚ โ””โ”€โ”€ dns_and_load_balancing โ”‚ โ””โ”€โ”€ data_structures_algorithms_for_systems โ”‚ โ”œโ”€โ”€ /01_requirements_and_constraints โ”‚ โ”œโ”€โ”€ functional_vs_nonfunctional โ”‚ โ”œโ”€โ”€ capacity_planning โ”‚ โ”œโ”€โ”€ latency_budgeting โ”‚ โ””โ”€โ”€ apis_and_contracts_specification โ”‚ โ”œโ”€โ”€ /02_core_architectural_patterns โ”‚ โ”œโ”€โ”€ monoliths_vs_microservices โ”‚ โ”œโ”€โ”€ event_driven_architecture โ”‚ โ”œโ”€โ”€ service_oriented_architecture โ”‚ โ””โ”€โ”€ serverless_patterns โ”‚ โ”œโ”€โ”€ /03_scalability_design โ”‚ โ”œโ”€โ”€ horizontal_vs_vertical_scaling โ”‚ โ”œโ”€โ”€ partitioning_and_sharding โ”‚ โ”œโ”€โ”€ caching_strategies โ”‚ โ”‚ โ”œโ”€โ”€ cdn_cache โ”‚ โ”‚ โ”œโ”€โ”€ redis_memcached โ”‚ โ”‚ โ””โ”€โ”€ cache_invalidation โ”‚ โ””โ”€โ”€ queuing_and_buffering โ”‚ โ”œโ”€โ”€ message_queues โ”‚ โ””โ”€โ”€ kafka_pubsub_patterns โ”‚ โ”œโ”€โ”€ /04_data_management โ”‚ โ”œโ”€โ”€ database_selection โ”‚ โ”‚ โ”œโ”€โ”€ relational_db_design โ”‚ โ”‚ โ”œโ”€โ”€ nosql_design_patterns โ”‚ โ”‚ โ””โ”€โ”€ multi_model_databases โ”‚ โ”œโ”€โ”€ consistency_models โ”‚ โ”‚ โ”œโ”€โ”€ strong_vs_eventual โ”‚ โ”‚ โ””โ”€โ”€ transactional_guarantees โ”‚ โ”œโ”€โ”€ distributed_databases โ”‚ โ””โ”€โ”€ backup_and_disaster_recovery โ”‚ โ”œโ”€โ”€ /05_api_and_microservices โ”‚ โ”œโ”€โ”€ rest_api_design_principles โ”‚ โ”œโ”€โ”€ graphql_and_hybrid_apis โ”‚ โ”œโ”€โ”€ api_gateway_patterns โ”‚ โ”œโ”€โ”€ versioning_and_deprecation_strategies/ โ”‚ โ””โ”€โ”€ rate_limiting_and_throttling โ”‚ โ”œโ”€โ”€ /06_observability_and_monitoring โ”‚ โ”œโ”€โ”€ logging_and_tracing โ”‚ โ”‚ โ”œโ”€โ”€ structured_logs โ”‚ โ”‚ โ””โ”€โ”€ distributed_tracing โ”‚ โ”œโ”€โ”€ metrics_and_alerting โ”‚ โ”‚ โ”œโ”€โ”€ prometheus โ”‚ โ”‚ โ””โ”€โ”€ grafana โ”‚ โ””โ”€โ”€ chaos_engineering โ”‚ โ”œโ”€โ”€ /07_fault_tolerance_and_reliability โ”‚ โ”œโ”€โ”€ redundancy_patterns โ”‚ โ”œโ”€โ”€ circuit_breakers โ”‚ โ”œโ”€โ”€ fallback_strategies โ”‚ โ”œโ”€โ”€ rate_limiters โ”‚ โ””โ”€โ”€ graceful_degradation โ”‚ โ”œโ”€โ”€ /08_edge_and_content_delivery โ”‚ โ”œโ”€โ”€ cdn_architectures โ”‚ โ”œโ”€โ”€ edge_computing_patterns โ”‚ โ”œโ”€โ”€ regional_replication โ”‚ โ””โ”€โ”€ geo_routing โ”‚ โ”œโ”€โ”€ /09_security_at_scale โ”‚ โ”œโ”€โ”€ authentication_authorization โ”‚ โ”‚ โ”œโ”€โ”€ oauth2_jwt โ”‚ โ”‚ โ””โ”€โ”€ zero_trust_models โ”‚ โ”œโ”€โ”€ encryption_in_transit_at_rest โ”‚ โ”œโ”€โ”€ secret_management โ”‚ โ””โ”€โ”€ api_security_patterns โ”‚ โ”œโ”€โ”€ /10_cloud_native_design โ”‚ โ”œโ”€โ”€ containers_and_orchestration โ”‚ โ”‚ โ”œโ”€โ”€ docker โ”‚ โ”‚ โ””โ”€โ”€ kubernetes โ”‚ โ”œโ”€โ”€ infrastructure_as_code โ”‚ โ”‚ โ”œโ”€โ”€ terraform โ”‚ โ”‚ โ””โ”€โ”€ cloudformation โ”‚ โ”œโ”€โ”€ autoscaling_and_self_healing โ”‚ โ””โ”€โ”€ multi_cloud_and_hybrid_architectures/ โ”‚ โ”œโ”€โ”€ /11_real_time_and_stream_processing โ”‚ โ”œโ”€โ”€ websocket_design_patterns โ”‚ โ”œโ”€โ”€ streaming_with_kafka โ”‚ โ”œโ”€โ”€ complex_event_processing โ”‚ โ””โ”€โ”€ realtime_analytics โ”‚ โ”œโ”€โ”€ /12_large_scale_search_and_ai_workloads โ”‚ โ”œโ”€โ”€ vector_search_infrastructure โ”‚ โ”œโ”€โ”€ embedding_pipelines โ”‚ โ”œโ”€โ”€ retrieval_augmented_generation โ”‚ โ””โ”€โ”€ model_serving_at_scale โ”‚ โ”œโ”€โ”€ /13_cost_and_performance_optimization โ”‚ โ”œโ”€โ”€ performance_tuning โ”‚ โ”œโ”€โ”€ cost_effective_architectures โ”‚ โ”œโ”€โ”€ autoscaling_cost_savers โ”‚ โ””โ”€โ”€ reserve_capacity_strategies โ”‚ โ”œโ”€โ”€ /14_case_studies_modern_systems โ”‚ โ”œโ”€โ”€ design_amazon_like_ecommerce โ”‚ โ”œโ”€โ”€ scale_netflix_like_streaming โ”‚ โ”œโ”€โ”€ build_tiktok_like_feed โ”‚ โ”œโ”€โ”€ social_network_architecture โ”‚ โ””โ”€โ”€ large_scale_collaboration_platform โ”‚ โ””โ”€โ”€ /15_capstone_design_exercises โ”œโ”€โ”€ exercise1_global_chat_service โ”œโ”€โ”€ exercise2_high_throughput_payment_system โ”œโ”€โ”€ exercise3_real_time_gaming_service โ”œโ”€โ”€ exercise4_distributed_search_platform Grab the System Design eBook: codewithdhanian.gumroad.com/โ€ฆ
23
236
1,852
66,389
ใ€Qiitaใ€‘3ๅนดๅ‰ใซใ™ใ”ใ„ไบบ [ IaC Terraform Infrastructure_as_code ]ใซ้–ขใ™ใ‚‹่จ˜ไบ‹ใ‚’ๆ›ธใ„ใŸ @kyntk_1128 ใ•ใ‚“ : qiita.com/kyntk/items/2cdd38โ€ฆ

2
240
Anyone preparing for Hashicorp Terraform certification?? Or Any DevOps certification? #IaC #Infrastructure_As_Code #Terraform #DevOps #SRE
2
10
222
Leย #cloud en tant que #serviceย signifie #offrir tous les #aspects de l'entreprise #informatique en tant que service avec un #prix ou un coรปt attachรฉ. #Conรงu sur le concept d'#Infrastructure_as_Code (IaC), il รฉlimine le besoin de #toute_intervention manuelโ€ฆlnkd.in/deuYagJS

1
2
199
ใ€Qiitaใ€‘1ๅนดๅ‰ใซใ™ใ”ใ„ไบบ [ IaC Terraform Infrastructure_as_code ]ใซ้–ขใ™ใ‚‹่จ˜ไบ‹ใ‚’ๆ›ธใ„ใŸ @kyntk_1128 ใ•ใ‚“ : qiita.com/kyntk/items/2cdd38โ€ฆ

4
600
ใ€Qiitaใ€‘ๆœฌๆ—ฅใฎใ™ใ”ใ„ไบบ [ AWS Infrastructure_as_code ]ใซ้–ขใ™ใ‚‹่จ˜ไบ‹ใ‚’ๆ›ธใ„ใŸ @hatake_book ใ•ใ‚“ : qiita.com/hatahata-note/itemโ€ฆ

3
โ˜๏ธ Cloud Congrats to @GroveVentures' portfolio company @envZero on raising $17M in a new A Round led by Microsoft's @M12vc to advance #Infrastructure_as_Code Automation for #DevOps! @DevOpsOhad @omryhay @omrig9 venturebeat.com/2021/06/24/eโ€ฆ

2
6
24 Mar 2021
If you want to learn #terraform but don't know how to get started, then this tutorial is for you: youtube.com/watch?v=SLB_c_ayโ€ฆ #infrastructure_as_code

1
2
PFN ใฎ ML/DL ๅŸบ็›คใ‚’ๆ”ฏใˆใ‚‹ Kubernetes ใซใŠใ‘ใ‚‹่‡ชๅ‹•ๅŒ– confengine.com/conferences/dโ€ฆ by @superbrothers, Masao Sakata @DevOpsDaysTokyo #infrastructure_as_code๏ผšใ‚คใƒณใƒ•ใƒฉ่‡ชๅ‹•ๅŒ–(iac)

1
2
12 May 2020
Secure cloud development should be a delightful experience for everyone How can we do that? We need to first make its super simple to verify #infrastructure_as_code #sast is the first step. Long journey ahead. follow @bridgecrewio & @BarakSchoster for updates
Static Analysis for Infrastructure with Guy Eisenkot @guysenkot @bridgecrewio softwareengineeringdaily.comโ€ฆ
2
Une petite dรฉmo d'#infrastructure_as_code pour dรฉployer #kubernetes sur #openstack. Merci @HashiCorp pour l'outil en question : #Terraform. enix.io/fr/blog/2018/12/deplโ€ฆ
1
1
3
Gleich gehts los #Meetup zum Thema #terraform und #ansible zum Thema #infrastructure_as_code.
1
3 Feb 2017
Replying to @hasin
ssh access should be disabled in production servers. Everything should be automated #infrastructure_as_code
1
โ€œInfrastructure as Code ใฎใ“ใ‚Œใพใงใจใ“ใ‚Œใ‹ใ‚‰/Infrastructure as Code // Speaker Deckโ€ htn.to/mXrT4oVE #infrastructure_as_code

3