I use Python more and more regularly and each time I set up a new machine I go through the same steps to enable a clean and modular way to run multiple versions of Python, each time I forget a step and am left scratching my head, this time I decided to document those steps.… Continue reading The right way to setup Python on MacOS
Author: Paul Kukiel
Node.js Express and AWS Lambda
Expressjs is well known framework for build javascript applications and APIs. I often use express to build Proof of concept apps ( heh I build this little one just last week https://www.apprunnerdemo.com ). One of the questions I get asked a lot is how should I begin building small apps in a Serverless manner without… Continue reading Node.js Express and AWS Lambda
WordPress on Amazon Lightsail
So here is the first post on our blog, Matt and I setup WordPress on Amazon Lightsail, the video is available at the end of this post. Lightsail is handy, it provides us with a “no hassle” Virtual Machine that also has the benefit of coming pre-packaged with WordPress ( amongst other apps ). To… Continue reading WordPress on Amazon Lightsail