Amazon RDS allows you to store your application data in databases without having to actually manage the servers the databases are hosted on. It also allows you to easily set up read...
Continue ReadingAmazon RDS allows you to store your application data in databases without having to actually manage the servers the databases are hosted on. It also allows you to easily set up read...
Continue ReadingAWS Lambda can use stream based services as invocation sources, essentially making your Lambda function a consumer of those streams. Stream sources include Kinesis Streams and DynamoDB...
Continue ReadingRecently I was onFlow’s Gitterwhen someone asked the following question:
Continue ReadingAccording to best practices, when modeling a MySQL relation that has a UUID as its id, you should still create a hidden numeric auto_increment field for the primary key. Doing so has all...
Continue ReadingSharing variables between environments is the holy grail of programming. Here's how to share variables between Javascript and Sass (or CSS!). With the rise of large single page...
Continue ReadingI finally hopped on the Postman bandwagon ... and found there was no documentation for installing it on Ubuntu. So here it is. You're welcome! Up until now, curl was my main method of...
Continue Reading