A new way
63 words, ~0 min read
Having been involved in the rat race for decades, it is time to try something different.
We live in the belief that what …
from shri at drone-ah.com
Having been involved in the rat race for decades, it is time to try something different.
We live in the belief that what …
Collaboration is one of the most powerful things that anyone can do. In a lot of media, where there is “good” vs “evil,” …
While AWS Lambda is fantastic in providing a serverless platform with few worries about maintaining servers, it is not …
You can add it to your ~/.bazelrc (it needs the path to be absolute)
From our integration tests, we run …
There are many kinds of automated tests and two main kinds are integration tests and unit tests.
Unit tests are designed …
When using the pulumi automation API, you lose some of the niceties of the pulumi CLI, like having to set up command …
When deploying a function lambda that needs details of its own function URL. It's an OAuth Callback, and needs to …
I believe in CI/CD/CD as in Continuous, integration, delivery and deployment. As part of this, I am setting up a …
We use pulumi to do IaC and we use a monorepo with Bazel as the build tool. We have out modules set out as following
One …
Using Visual Studio for C++ and Google Test seems like it should be absolutely straightforward. I'm trying to do …