Posts
All the articles I've posted.
-
Managing Child Processes in Rust with Tokio: A Practical Guide
Learn how to spawn, monitor, and manage one-shot and long-running child processes in Rust using tokio::process::Command with real-world examples.
-
52 minMulti-Stack Deployments with CDK for Terraform
HashiCorp YouTube ·A practical walkthrough of deploying infrastructure across multiple stacks, environments, and regions using CDKTF.
-
20 minHybrid CDKTF Constructs
CDK Day 2022 ·Building and distributing hybrid constructs that work across both HCL and CDKTF — for organizations adopting CDKTF gradually.
-
1h 31minCDK for Terraform Deep Dive - The Convert Command
HashiCorp YouTube ·A code-level deep dive into the convert command that transforms HCL into CDKTF code — tracing through parsing, graph building, and code generation.
-
29 minDeep Dive: CDK for Terraform
HashiConf 2021 ·What actually happens when you run cdktf synth — from a Python CDKTF program, through JSII, to the generated HCL JSON that Terraform consumes.
-
Declarative Development Environments with CDK for Terraform
You can use CDK for Terraform to automate spinning up a complex development environment.
-
17 minImplementing Real-Time GraphQL Subscriptions with RxJS
Learn how to trigger and manage GraphQL subscription updates using RxJS observables, enabling real-time data flows in your JavaScript applications.
-
How to Test Side Effects in RxJS Observables Effectively
A practical approach to testing side effects in RxJS, covering marble testing patterns and strategies for verifying observable behavior in Angular and Node.js applications.
-
Simulating Movement and Gyroscope Data in Mobile Emulators
How to simulate real-world movement and gyroscopic sensor data in Android and iOS emulators for testing location-aware mobile applications.