You are here |
james-carr.org | ||
| | | |
blogs.dsu.edu
|
|
| | | | ||
| | | |
www.morling.dev
|
|
| | | | In my day job at Decodable, I am currently working with Terraform to provision some cloud infrastructure for an upcoming hands-on lab. Part of this set-up is a Postgres database on Amazon RDS, which I am creating using the Terraform AWS modules. Now, once my database was up and running, I wanted to extract two dynamically generated values from Terraform: the random password created for the root user, and the database host URL. On my way down the rabbit hole for finding a CLI command for doing this effici... | |
| | | |
bill.burkecentral.com
|
|
| | | | What is Serverless? Serverless architectures allow us to scale our services from zero instances to many based on request and event traffic. The advantages are clear. If our services are idle most of the day, why should we have to pay a cloud provider for a full day or waste scarce resources in our company's... | |
| | | |
connorberry.com
|
|
| | JavaScript As Cross Platform GUI I've been thinking about GUI toolkits the past couple of days. It's been annoying to realize that the even with the 3 major cross-platform toolkits (Qt, Wx and Tk) you can really only target the major desktop OSes (Windows, OS X, Linux). There's no way to apply that learning to... |