Deploy a Flutter web app and API to AWS CloudFront and S3 using Terraform

Over the years, I have used AWS Route 53, CloudFront, and S3 to deploy single-page web apps (SPA). Most of the time the backend API is delivered alongside the web app. This has a lot of advantages: Eliminates CORS issues Provides superfast delivery of the web app via CloudFront’s CDN CloudFront may provide faster access to your API than connecting from the browser/app to an AWS region. This is unintuitive, but if the CloudFront edge node is closer to your browser, there will be less latency.

Read more
post-image

The World Runs On...

I read and saw an interesting blog today entitled A Day in the Life of Americans. It’s an animated visualization of time spent by American’s during their day. It’s always interesting to see complex structured data visualized. Here they are using D3.js to perform the visualization. If you like this, here’s another one: This is an American Workday, By Occupation.

Read more
post-image

Finally, an Updated Site

The vscorp.com website has been sorely lacking attention since 2008! I’ve been busy working on interesting stuff and the site didn’t seem like a priority, so it gathered dust. Now, finally, we have updated the site with a new look and new content. We now also have a company blog where we’ll post things of interest as they come up.

Read more