
Know Your Snowflake Admin
Before DevOps and the associated glamor, DevOps was done by a Systems Administrator. https://www.gnu.org/fun/jokes/know.your.sysadmin.en....
Analytics, Data Science, and My Own Opinions
The Owl Mountain Institute is dedicated to building Equity and Social change by providing expertise on Enterprise Architecture, Analytics, and Data Science.
Before DevOps and the associated glamor, DevOps was done by a Systems Administrator. https://www.gnu.org/fun/jokes/know.your.sysadmin.en....
Data Governance is an oft-cited, oft-abused goal. Essentially, it is the process of governing a strategy for the acquisition and...
Successful data initiatives use a simple architecture that will scale. Most big data projects fail. Why do data initiatives fail? Build...
Event-driven data pipelines naturally scale much better, but there are many choices. AWS offers SQS as a message queuing system and both...
Some good reasons to use Step Functions in AWS * Dynamic Parallelism (AWS Article) * Event-Driven Architecture (Starting with CloudWatch...
The Pandas library has many nice features: built-in algorithms, plotting functions, data manipulations. You can use it in many cases to...
People see patterns where none exists.
Van Halen had a famous policy to test whether a venue paid attention to details. In the snacks section of their contract, they had...
Sometimes the obvious is obvious. Don't do development in production, even if you haven't deployed yet. Some shops will do their initial...
The Step Function feature in AWS makes expensive integration platforms obsolete. I'll be looking at the price carefully, but if you find...
Curl is fine for testing manually, but my eyes get tired watching all that JSON mumbo-jumbo. curl -H "X-API-KEY: ${X_API_KEY}" -X POST...
Sleep is for the weak... and FUCKERS!
In a world of agile nincompoops spewing corporate psychobabble nonsense, I am occasionally reminded that there are good people out there...
Every good adventure starts with a door. Perhaps the door is more than a door, but a gateway to some enchanted temple. As a Dungeon...
The late, great Adam Schlesinger wrote about a quarterback who "all kinds of time." Sadly, the only ones these days who really have all...
If you've read my previous articles on Postgres, you now have the ability to spin up and spin down a Postgres instance from the command...
Ensuring your development work will merge neatly with a production system is critical to success. A dirty secret of development databases...
Ten years ago, we had a development database server we affectionately named "Terabytes Rex." No irony. The mass extinction of on-premises...
AWS API Gateway is one of the most common ways to trigger a Lambda function. The API gateway acts as a front end to the Lambda function,...
Get Test Coverage with PyTest on Local Systems Momentum is building behind pure serverless environments with API Gateway and Lambda, but...