Posts tagged gatsby

Using Gatsby and Amazon Web Services

2020-09-22T00:01:00

There are a lot of options for configuring AWS. Terraform from Hashicorp is a tool for configuring remote infrastructure. You can create Terraform configuration files and treat your infrastructure as code; versioning the changes and storing your settings in your repository.

Using Gatsby and Amazon Web Services

2020-09-22T00:01:00

There are a lot of options for configuring AWS. Terraform from Hashicorp is a tool for configuring remote infrastructure. You can create Terraform configuration files and treat your infrastructure as code; versioning the changes and storing your settings in your repository.

Building a Static Gatsby-based Website with TypeScript

2019-05-25T00:01:00

Creating a static website involves an almost infinite set of choices. I've upgraded several sites to Gatsby (including this one) finding a way to integrate TypeScript as part of the journey. Gatsby leverages React, JSX, CSS-in-JS, GraphQL and many other modern approaches to building sites.

Terraform and Amazon Web Services

2020-10-09T00:01:00

There are a lot of options for configuring AWS. Terraform from HashiCorp is a tool for configuring remote infrastructure. You can create Terraform configuration files and treat your infrastructure as code; versioning the changes and storing your settings in your repository.