Mini BigQuery Lambda Project w/ Go
This is a write up of a simple project I did on how to connect Lambda to Bigquery. There might be some valid use cases for doing this, but the project I created is a little redundant as Bigquery seems to provide the functionality I created.
Connecting Google Bigquery to AWS Lambda with Go
This is how to connect Bigquery to AWS Lambda using S3 to pull Google credentials file into the Lambda function *this method is not recommended*
Which Endian Again?
A little side track into researching endianness while watching a video about Go best practices
Building a SaaS - Ch. 1 The Beginning
Chapter 1 of me attempting to make a SaaS of myself
Passing the AWS Developer Associate Certification
My approach to studying for the AWS Developer Associate and general tips.
A Bad Way to Implement React-DnD
A walk through of my attempts to implement React-DnD. Turns out the problem was not with how I implemented the library.
This is not meant to be a tutorial for React-DnD. The documentation is pretty robust, and there are plenty of great videos on how to use this library.
Array Reduce for the Uninitiated
What happens when an initiated object or array isn't passed a value on the first go around?