Homepage
About membership
Sign inGet started
Homepage

Andrew Griffiths

Software developer specialising in Go, Python, JS and Serverless https://andrewgriffithsonline.com/

Andrew Griffiths
5 Following13 Followers
  • Profile
  • Latest
  • Claps
Latest
Go to the profile of Andrew Griffiths
Andrew Griffiths in Hacker Noon
Apr 19

How to Migrate a Go API to Serverless (in under 10 mins)

I’m going to step you through the process converting an existing Go API to serverless and deploying it to to AWS Lambda & API Gateway with AWS Severless Application Model (SAM). The whole process should take under 10 minutes. Let’s…

Read more…
Go to the profile of Andrew Griffiths
Andrew Griffiths in Hacker Noon
Apr 12

Deploy your Flask API to any Serverless Cloud Platform using this Simple Pattern

I’m going to demonstrate how to make a Flask app serverless without locking you into any tooling or cloud platforms. It doesn’t require any application code changes or serverless frameworks so…

Read more…
Go to the profile of Andrew Griffiths
Andrew Griffiths in Hacker Noon
Apr 4

How to Set Up a Bitcoin Lightning Network Node (4 Easy Steps)

This guide will take you through setting up a machine running ubuntu/debian as a lightning network node.

1. Install Bitcoind

$ sudo add-apt-repository -y…
Read more…