Home

Cloud Experiments Repository Update

Quick announcement. Until recently, I’ve been adding and sharing the labs in the Cloud Experiments series using the blog’s main code samples repository. There’s a bunch of other interesting stuff there—like the Pandas labs and the code for the deep learning series—so it’s still worth checking out from time to time. In less than two weeks, I’ll...

Read more

Using the TypeScript Spread Operator to Clean Up CDK Code

I don’t have much experience with TypeScript—actually, I’d never touched the language until recently when I started writing Infrastructure as Code using CDK. Today I learned a useful trick that can help clean up sections of your stack by putting shared configuration in an object and then using the spread operator to merge those settings into the...

Read more