The Tcl that every EDA flow script is secretly written in — enough of the language to read and write Synopsys, Cadence, and Siemens tool scripts confidently instead of copying incantations you don't understand.
Programming
-
Tcl for EDA Engineers: The Language Every Flow Script Is Secretly Written In -
Kotlin for JVM and Beyond Coroutines, null safety, data classes, Kotlin Multiplatform, and how Kotlin improves on Java for modern backend and cross-platform development.
-
Writing a CLI Tool in Go: From Zero to Distributable Binary A complete walkthrough of building a production-quality CLI tool in Go using Cobra and Viper — covering commands, flags, config files, environment variables, graceful shutdown, testing, cross-compilation, and distributing binaries with GoReleaser.
-
Go for DevOps Engineers A practical Go guide for DevOps engineers — concurrency patterns, building CLI tools with Cobra, writing HTTP servers and clients, working with the Kubernetes API, and packaging Go binaries for deployment.