jonathan reiterAug 29, 20181 min readAWS User Group Talk On BatchGave a brief talk to the AWS SG User Group on Batch -- a great service we use a lot. There was sadly no video coverage this month but the...
jonathan reiterJun 25, 20181 min readPycon APAC Talk On ContainersWe presented briefly on our experiences using Docker Containers to improve python software testing. There are many other excellent talks...
jonathan reiterJun 18, 20181 min readPycon Thailand Talk On XPATHCheck out our recent talk on using XPATH/XML to increase python's already substantial parsing powers: https://www.youtube.com/watch?v=Wsw...
datafinnMay 6, 20181 min readAWS Aurora IAM Token AccessA quick follow-up on the longer post about RDS IAM token access for MySQL. Aurora is similar with one small-but-not-obvious difference. ...
jonathan reiterApr 24, 20181 min readPython Web Scraping TalkRecently had an opportunity to talk about our experiences using python to pull in web data: https://www.youtube.com/watch?v=ee4VJ2ohLaw&t=1s
datafinnApr 17, 20183 min readHeadless Firefox Scraping In AWSAs a follow-on to my Chrome post here is the process needed for Headless Firefox. It's the same 5 steps re-tailored to a different...
datafinnApr 5, 20187 min readThoughts On Managing Docker Images With MakefilesContainers are fantastic. Docker is an excellent container platform. And there are huge benefits to containerizing applications for...
datafinnMar 1, 20184 min readAWS RDS MySQL Token Access In PythonWe use AWS' RDS to manage our relational database needs. One quirk in this service is that, in addition to all the cloud setup stuff,...
datafinnFeb 1, 20187 min readHeadless Chrome Web Scraping In The CloudHeadless Chrome is here. But running a headless browser on your desktop is pretty useless. What does it take to get a Chrome-based...