About the Author
Luke Patterson

Luke Patterson

Caching Strategy Reminder for Maven-Based Docker Builds

Luke Patterson Articles, Docker, Java, Python, Tutorial 14 Comments

Attention: The following article was published over 10 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.My local development feedback loop between code change and runnable container was annoyingly long on a Maven-based project I was recently working on. I wanted to speed things up. CodeProject The scenario …

Building Vagrant Boxes with VeeWee on TravisCI

Luke Patterson Articles, Development Technologies & Tools Leave a Comment

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.(Pro Tip: you can safely skip the first 3 paragraphs) We’ve all been there: You push some .travis.yml commits and your clone gets parachuted into VM Land – only to find that things …

KC User Group Tour, Part 3: Pythonistas

Luke Patterson Articles, Community, Development Technologies & Tools, Python 5 Comments

Attention: The following article was published over 13 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.And now for something completely different… Me: What is the first thing I need to know about Python? Pythonista: Ok, first, open a command line… Me: Alright, I’m ready… Pythonista: Now start Python… …