top of page
THE OWL MOUNTAIN BLOG
Tim Burns
The Owl Mountain Blog is the authors views on the Fascianting World of Data
Search
Tim Burns
Jul 24, 20201 min read
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...
312 views0 comments
Tim Burns
Jul 24, 20201 min read
Sleep is for the Weak
Sleep is for the weak... and FUCKERS!
4 views0 comments
Tim Burns
Jul 23, 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...
6 views0 comments
Tim Burns
Jul 22, 20202 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...
9 views0 comments
Tim Burns
Jul 14, 20201 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...
5 views0 comments
Tim Burns
Dec 21, 20191 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...
519 views0 comments
Tim Burns
Dec 14, 20192 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...
9 views0 comments
Tim Burns
Dec 7, 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...
54 views0 comments
Tim Burns
Dec 1, 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,...
18 views0 comments
Tim Burns
Nov 23, 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...
9 views0 comments
Tim Burns
Nov 9, 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...
32 views0 comments
Tim Burns
Sep 5, 20191 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...
5 views0 comments
Tim Burns
Jul 21, 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....
7 views0 comments
Tim Burns
Jun 30, 20192 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...
23 views0 comments
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...
18 views0 comments
Tim Burns
Jun 29, 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...
18 views0 comments
Tim Burns
Jun 29, 20191 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...
17 views1 comment
bottom of page