top of page

THE OWL MOUNTAIN BLOG
Tim Burns
The Owl Mountain Blog is the authors views on the Fascianting World of Data
Search
Curl to PyTest
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...

Tim Burns
Jul 24, 20201 min read
Â
Â
Â
Sleep is for the Weak
Sleep is for the weak... and FUCKERS!

Tim Burns
Jul 24, 20201 min read
Â
Â
Â
Yes - CODE REVIEWS PEOPLE!
In a world of agile nincompoops spewing corporate psychobabble nonsense, I am occasionally reminded that there are good people out there...

Tim Burns
Jul 23, 20201 min read
Â
Â
Â


A Dungeon Master's API Gateway
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...

Tim Burns
Jul 22, 20202 min read
Â
Â
Â


Security Checklist: Limit Scope on Secrets
The late, great Adam Schlesinger wrote about a quarterback who "all kinds of time." Sadly, the only ones these days who really have all...

Tim Burns
Jul 14, 20201 min read
Â
Â
Â
How Copy S3 Data Directly into Postgres
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...

Tim Burns
Dec 21, 20191 min read
Â
Â
Â


Jump-start Postgres Development with Terraform
Ensuring your development work will merge neatly with a production system is critical to success. A dirty secret of development databases...

Tim Burns
Dec 14, 20192 min read
Â
Â
Â


Postgres is Not a Dinosaur (At least not with AWS)
Ten years ago, we had a development database server we affectionately named "Terabytes Rex." No irony. The mass extinction of on-premises...

Tim Burns
Dec 7, 20192 min read
Â
Â
Â


Using a Lambda Layer with API Gateway
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,...

Tim Burns
Dec 1, 20192 min read
Â
Â
Â


Test First Design with AWS Serverless
Get Test Coverage with PyTest on Local Systems Momentum is building behind pure serverless environments with API Gateway and Lambda, but...

Tim Burns
Nov 23, 20192 min read
Â
Â
Â
Building a Secure AWS Virtual Private Cloud
Before the cloud revolution, technical operations gurus were wizards that magically created the network, then handed it off to us...

Tim Burns
Nov 9, 20192 min read
Â
Â
Â
Finally found a Good Discussion of Layers
Lessons Learned: Windows machines are not a good way to attempt to build Lambda services because you need to download and compile your...

Tim Burns
Sep 5, 20191 min read
Â
Â
Â


Scariest Dude in Providence
The gargoyle in the photo is affectionately known as "The Scariest Dude in Providence" to the locals. Great picture taken on a great day....

Tim Burns
Jul 21, 20191 min read
Â
Â
Â


Python JSON with S3: Parsing Directly from S3
The previous post on parsing JSON seemed so completely pointless. Here is what I did: Wrote a test to assert a string literal equals a...

Tim Burns
Jun 30, 20192 min read
Â
Â
Â


Python JSON: A simple JSON application with Big Goals
The joy of developing large scale apps comes from following this process Create small abstractions that hide complexity Build components...

Tim Burns
Jun 30, 20192 min read
Â
Â
Â


AWS and Terraform: Setting up your first AWS Remote File
AWS is the hidden backbone of many modern companies. It really changes your life as an architect or systems engineer, because all the...

Tim Burns
Jun 29, 20192 min read
Â
Â
Â
Here I go again!
In 2001, I launched Owl Mountain Software, LLC to pursue all that I found interesting in the world of software development. Amazing...

Tim Burns
Jun 29, 20191 min read
Â
Â
Â

bottom of page