Watering The Plants

Super unhappy at work. Since I can’t fix things on the job, I’ve been fixing other things. I go out twice a day to simply water the plants I have out back; a hodge podge of planned (grass, rose bushes) and adopted (rando flowers my daughter buys then abandons). Feels good to put in a little effort and get great returns back. I know they can’t talk, but I feel appreciated.

Continue reading “Watering The Plants”

Wing – Programming Language for the Cloud

Reviewed https://winglang.io this week. I did NOT get a chance to play with it, but did read the docs.

There is a lot to say, but here’s the gist. It’s like the AWS CDK, but a whole other language designed specifically for building cloud applications in multiple clouds. You write in Wing, like you would with TypeScript in the AWS CDK, and it compiles to a cloud target; like “S3 buckets in CloudFormation” or “Lambda functions in Terraform”. It also includes code that can run _on_ the cloud called inflight code (preflight code is what builds your infra), and most importantly, tests that can run locally AND _in_ + _on_ the cloud.

Continue reading “Wing – Programming Language for the Cloud”

Criticisms of The Grug Brained Developer

That https://grugbrain.dev website I think is pretty ignorant. I know the idea was to be silly, and follow the meme of “old, wizened guru programmer realizes things are actually easier and better in software if you keep things simple”… except things aren’t simple, sorry, that’s the gig. I’m concerned people will read this as their desired career end state.

Yes, some good lessons and ideas in there, but some are just ignorant and wrong. Like all programming lessons and ideas. And they change over time as well as you change. Let’s tackle the bad parts in order they’re written and add nuance to where they didn’t.

Continue reading “Criticisms of The Grug Brained Developer”